You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/comments/l10n/pl.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,14 @@ OC.L10N.register(
9
9
"%1$s commented on %2$s" : "%1$s skomentował %2$s",
10
10
"{author} commented on {file}" : "{author} skomentował w {file}",
11
11
"<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
12
+
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Wspomniano o Tobie w „{file}” w komentarzu konta, które zostało już usunięte",
12
13
"{user} mentioned you in a comment on \"{file}\"" : "{user} wspomniał o Tobie w komentarzu do “{file}”",
13
14
"Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
14
15
"Edit comment" : "Edytuj komentarz",
15
16
"Delete comment" : "Usuń komentarz",
16
17
"Cancel edit" : "Anuluj edycję",
17
18
"New comment" : "Nowy komentarz",
19
+
"Write a comment …" : "Napisz komentarz…",
18
20
"Post comment" : "Wyślij komentarz",
19
21
"@ for mentions, : for emoji, / for smart picker" : "@ dla wzmianek, : dla emoji, / dla inteligentnego wybierania",
20
22
"Could not reload comments" : "Nie można ponownie załadować komentarzy",
@@ -30,6 +32,7 @@ OC.L10N.register(
30
32
"An error occurred while trying to delete the comment" : "Wystąpił błąd podczas próby usunięcia komentarza",
31
33
"An error occurred while trying to create the comment" : "Wystąpił błąd podczas próby utworzenia komentarza",
32
34
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Wspomniano o Tobie w komentarzu w \"{file}\" przez użytkownika, który został usunięty",
35
+
"Write a message …" : "Napisz wiadomość…",
33
36
"\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" dla wzmianek, \":\" dla emoji, \"/\" dla inteligentnego wybierania",
Copy file name to clipboardExpand all lines: apps/comments/l10n/pl.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,14 @@
7
7
"%1$s commented on %2$s" : "%1$s skomentował %2$s",
8
8
"{author} commented on {file}" : "{author} skomentował w {file}",
9
9
"<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
10
+
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Wspomniano o Tobie w „{file}” w komentarzu konta, które zostało już usunięte",
10
11
"{user} mentioned you in a comment on \"{file}\"" : "{user} wspomniał o Tobie w komentarzu do “{file}”",
11
12
"Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
12
13
"Edit comment" : "Edytuj komentarz",
13
14
"Delete comment" : "Usuń komentarz",
14
15
"Cancel edit" : "Anuluj edycję",
15
16
"New comment" : "Nowy komentarz",
17
+
"Write a comment …" : "Napisz komentarz…",
16
18
"Post comment" : "Wyślij komentarz",
17
19
"@ for mentions, : for emoji, / for smart picker" : "@ dla wzmianek, : dla emoji, / dla inteligentnego wybierania",
18
20
"Could not reload comments" : "Nie można ponownie załadować komentarzy",
@@ -28,6 +30,7 @@
28
30
"An error occurred while trying to delete the comment" : "Wystąpił błąd podczas próby usunięcia komentarza",
29
31
"An error occurred while trying to create the comment" : "Wystąpił błąd podczas próby utworzenia komentarza",
30
32
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Wspomniano o Tobie w komentarzu w \"{file}\" przez użytkownika, który został usunięty",
33
+
"Write a message …" : "Napisz wiadomość…",
31
34
"\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" dla wzmianek, \":\" dla emoji, \"/\" dla inteligentnego wybierania",
Copy file name to clipboardExpand all lines: apps/dav/l10n/de.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,9 @@ OC.L10N.register(
151
151
"No outstanding DAV system address book sync." : "Keine ausstehende Synchronisierung des DAV-Systemadressbuchs",
152
152
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da deine Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führe sie manuell aus, indem du \"occ dav:sync-system-addressbook\" ausführst.",
153
153
"WebDAV endpoint" : "WebDAV-Endpunkt",
154
+
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver ordnungsgemäß eingerichtet ist, um Dateisynchronisation über WebDAV zu ermöglichen. Bitte überprüfe dies manuell.",
154
155
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisierung konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert.",
156
+
"Your web server is properly set up to allow file synchronization over WebDAV." : "Dein Webserver ist ordnungsgemäß eingerichtet um Dateisynchronisation über WebDAV zu ermöglichen.",
Copy file name to clipboardExpand all lines: apps/dav/l10n/de.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,9 @@
149
149
"No outstanding DAV system address book sync." : "Keine ausstehende Synchronisierung des DAV-Systemadressbuchs",
150
150
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da deine Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führe sie manuell aus, indem du \"occ dav:sync-system-addressbook\" ausführst.",
151
151
"WebDAV endpoint" : "WebDAV-Endpunkt",
152
+
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver ordnungsgemäß eingerichtet ist, um Dateisynchronisation über WebDAV zu ermöglichen. Bitte überprüfe dies manuell.",
152
153
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisierung konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert.",
154
+
"Your web server is properly set up to allow file synchronization over WebDAV." : "Dein Webserver ist ordnungsgemäß eingerichtet um Dateisynchronisation über WebDAV zu ermöglichen.",
0 commit comments