diff options
62 files changed, 298 insertions, 30 deletions
diff --git a/apps/comments/l10n/sv.js b/apps/comments/l10n/sv.js index e22528090c0..72b91da0fbe 100644 --- a/apps/comments/l10n/sv.js +++ b/apps/comments/l10n/sv.js @@ -14,6 +14,7 @@ OC.L10N.register( "Allowed characters {count} of {max}" : "Tillåtet antal tecken {count} av {max}", "{count} unread comments" : "{count} olästa kommentarer", "Comment" : "Kommentar", + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentarer</strong> för filer <em>(listad alltid i flödet)</em>", "You commented" : "Du kommenterade", "%1$s commented" : "%1$s har kommenterat", "You commented on %2$s" : "Du kommenterade %2$s", diff --git a/apps/comments/l10n/sv.json b/apps/comments/l10n/sv.json index 28e16a0d8f6..f078ea0e120 100644 --- a/apps/comments/l10n/sv.json +++ b/apps/comments/l10n/sv.json @@ -12,6 +12,7 @@ "Allowed characters {count} of {max}" : "Tillåtet antal tecken {count} av {max}", "{count} unread comments" : "{count} olästa kommentarer", "Comment" : "Kommentar", + "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentarer</strong> för filer <em>(listad alltid i flödet)</em>", "You commented" : "Du kommenterade", "%1$s commented" : "%1$s har kommenterat", "You commented on %2$s" : "Du kommenterade %2$s", diff --git a/apps/federatedfilesharing/l10n/cs_CZ.js b/apps/federatedfilesharing/l10n/cs_CZ.js index 2b23276f382..05fecd56a78 100644 --- a/apps/federatedfilesharing/l10n/cs_CZ.js +++ b/apps/federatedfilesharing/l10n/cs_CZ.js @@ -5,7 +5,10 @@ OC.L10N.register( "Invalid Federated Cloud ID" : "Neplatné sdružené cloud ID", "Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s selhalo, protože položka již je s uživatelem %s sdílena", "Not allowed to create a federated share with the same user" : "Není povoleno vytvořit propojené sdílení s tím samým uživatelem", + "File is already shared with %s" : "Soubor je již sdílen s %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Obdrželi jste \"/%3$s\" jako vzdálené sdílení od %1$s (zastupuje %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Obdrželi jste \"/%3$s\" jako vzdálené sdílení od %1$s", "Accept" : "Přijmout", "Decline" : "Zamítnout", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Sdílej se mnou pomocí mého #ownCloud sdruženého cloud ID, více na %s", diff --git a/apps/federatedfilesharing/l10n/cs_CZ.json b/apps/federatedfilesharing/l10n/cs_CZ.json index b3dbdec39cc..e689adb3c2f 100644 --- a/apps/federatedfilesharing/l10n/cs_CZ.json +++ b/apps/federatedfilesharing/l10n/cs_CZ.json @@ -3,7 +3,10 @@ "Invalid Federated Cloud ID" : "Neplatné sdružené cloud ID", "Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s selhalo, protože položka již je s uživatelem %s sdílena", "Not allowed to create a federated share with the same user" : "Není povoleno vytvořit propojené sdílení s tím samým uživatelem", + "File is already shared with %s" : "Soubor je již sdílen s %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Obdrželi jste \"/%3$s\" jako vzdálené sdílení od %1$s (zastupuje %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Obdrželi jste \"/%3$s\" jako vzdálené sdílení od %1$s", "Accept" : "Přijmout", "Decline" : "Zamítnout", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Sdílej se mnou pomocí mého #ownCloud sdruženého cloud ID, více na %s", diff --git a/apps/federatedfilesharing/l10n/en_GB.js b/apps/federatedfilesharing/l10n/en_GB.js index a086be772a9..1fd733117cf 100644 --- a/apps/federatedfilesharing/l10n/en_GB.js +++ b/apps/federatedfilesharing/l10n/en_GB.js @@ -5,7 +5,10 @@ OC.L10N.register( "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s", "Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user", + "File is already shared with %s" : "File is already shared with %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "You received \"/%3$s\" as a remote share from %1$s", "Accept" : "Accept", "Decline" : "Decline", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Share with me through my #ownCloud Federated Cloud ID, see %s", diff --git a/apps/federatedfilesharing/l10n/en_GB.json b/apps/federatedfilesharing/l10n/en_GB.json index 6d63365cf12..225ea5f7985 100644 --- a/apps/federatedfilesharing/l10n/en_GB.json +++ b/apps/federatedfilesharing/l10n/en_GB.json @@ -3,7 +3,10 @@ "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s", "Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user", + "File is already shared with %s" : "File is already shared with %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "You received \"/%3$s\" as a remote share from %1$s", "Accept" : "Accept", "Decline" : "Decline", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Share with me through my #ownCloud Federated Cloud ID, see %s", diff --git a/apps/federatedfilesharing/l10n/es.js b/apps/federatedfilesharing/l10n/es.js index 5f03e78d1d7..e14798a1070 100644 --- a/apps/federatedfilesharing/l10n/es.js +++ b/apps/federatedfilesharing/l10n/es.js @@ -5,7 +5,10 @@ OC.L10N.register( "Invalid Federated Cloud ID" : "ID Nube federada inválida", "Sharing %s failed, because this item is already shared with %s" : "Se falló al compartir %s, ya que este elemento ya está compartido con %s", "Not allowed to create a federated share with the same user" : "No se permite crear un recurso compartido federado con el mismo usuario", + "File is already shared with %s" : "El Archivo ya está siendo compartido con %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se falló al compartir %s. No se pudo hallar %s, quizás haya un problema de conexión con el servidor.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s (en nombre de %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s", "Accept" : "Aceptar", "Decline" : "Denegar", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Compartirlo conmigo a través de mi ID Nube Federada #ownCloud, ver %s", diff --git a/apps/federatedfilesharing/l10n/es.json b/apps/federatedfilesharing/l10n/es.json index 14b3682fc84..21bad89e5cd 100644 --- a/apps/federatedfilesharing/l10n/es.json +++ b/apps/federatedfilesharing/l10n/es.json @@ -3,7 +3,10 @@ "Invalid Federated Cloud ID" : "ID Nube federada inválida", "Sharing %s failed, because this item is already shared with %s" : "Se falló al compartir %s, ya que este elemento ya está compartido con %s", "Not allowed to create a federated share with the same user" : "No se permite crear un recurso compartido federado con el mismo usuario", + "File is already shared with %s" : "El Archivo ya está siendo compartido con %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se falló al compartir %s. No se pudo hallar %s, quizás haya un problema de conexión con el servidor.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s (en nombre de %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s", "Accept" : "Aceptar", "Decline" : "Denegar", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Compartirlo conmigo a través de mi ID Nube Federada #ownCloud, ver %s", diff --git a/apps/federatedfilesharing/l10n/sv.js b/apps/federatedfilesharing/l10n/sv.js index 9eedd650b1a..6e6406c1b7c 100644 --- a/apps/federatedfilesharing/l10n/sv.js +++ b/apps/federatedfilesharing/l10n/sv.js @@ -5,7 +5,10 @@ OC.L10N.register( "Invalid Federated Cloud ID" : "Ogiltig Federerad Cloud-ID", "Sharing %s failed, because this item is already shared with %s" : "Delning %s misslyckades därför att objektet redan är delat med %s", "Not allowed to create a federated share with the same user" : "Ej tillåtet att skapa en federerad delning med samma användare", + "File is already shared with %s" : "Filen är redan delad med %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Misslyckades dela ut %s, kan inte hitta %s, kanske är servern inte åtkomlig för närvarande.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du tog emot \"/%3$s\" som en fjärrdelning från %1$s (via %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Du tog emot \"/%3$s\" som en fjärrdelning från %1$s", "Accept" : "Acceptera", "Decline" : "Neka", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Dela med mig genom min #owncloud Federated Cloud ID, se %s", diff --git a/apps/federatedfilesharing/l10n/sv.json b/apps/federatedfilesharing/l10n/sv.json index aa48aa7ba4f..a319f5b265c 100644 --- a/apps/federatedfilesharing/l10n/sv.json +++ b/apps/federatedfilesharing/l10n/sv.json @@ -3,7 +3,10 @@ "Invalid Federated Cloud ID" : "Ogiltig Federerad Cloud-ID", "Sharing %s failed, because this item is already shared with %s" : "Delning %s misslyckades därför att objektet redan är delat med %s", "Not allowed to create a federated share with the same user" : "Ej tillåtet att skapa en federerad delning med samma användare", + "File is already shared with %s" : "Filen är redan delad med %s", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Misslyckades dela ut %s, kan inte hitta %s, kanske är servern inte åtkomlig för närvarande.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du tog emot \"/%3$s\" som en fjärrdelning från %1$s (via %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Du tog emot \"/%3$s\" som en fjärrdelning från %1$s", "Accept" : "Acceptera", "Decline" : "Neka", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Dela med mig genom min #owncloud Federated Cloud ID, se %s", diff --git a/apps/files_external/l10n/cs_CZ.js b/apps/files_external/l10n/cs_CZ.js index 046adbdfdec..f816acc561a 100644 --- a/apps/files_external/l10n/cs_CZ.js +++ b/apps/files_external/l10n/cs_CZ.js @@ -18,6 +18,7 @@ OC.L10N.register( "Error generating key pair" : "Chyba při vytváření páru klíčů", "All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.", "(group)" : "(skupina)", + "Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD kódováním (pomalé)", "Admin defined" : "Nastaveno administrátorem", "Saved" : "Uloženo", "Empty response from the server" : "Prázdná odpověď serveru", diff --git a/apps/files_external/l10n/cs_CZ.json b/apps/files_external/l10n/cs_CZ.json index fe3a47d2f35..893d90c7359 100644 --- a/apps/files_external/l10n/cs_CZ.json +++ b/apps/files_external/l10n/cs_CZ.json @@ -16,6 +16,7 @@ "Error generating key pair" : "Chyba při vytváření páru klíčů", "All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.", "(group)" : "(skupina)", + "Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD kódováním (pomalé)", "Admin defined" : "Nastaveno administrátorem", "Saved" : "Uloženo", "Empty response from the server" : "Prázdná odpověď serveru", diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js index 4e573b28f6e..ebfad01c69d 100644 --- a/apps/files_external/l10n/en_GB.js +++ b/apps/files_external/l10n/en_GB.js @@ -18,6 +18,7 @@ OC.L10N.register( "Error generating key pair" : "Error generating key pair", "All users. Type to select user or group." : "All users. Type to select user or group.", "(group)" : "(group)", + "Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)", "Admin defined" : "Admin defined", "Saved" : "Saved", "Empty response from the server" : "Empty response from the server", diff --git a/apps/files_external/l10n/en_GB.json b/apps/files_external/l10n/en_GB.json index bafc6e617fd..854b114f750 100644 --- a/apps/files_external/l10n/en_GB.json +++ b/apps/files_external/l10n/en_GB.json @@ -16,6 +16,7 @@ "Error generating key pair" : "Error generating key pair", "All users. Type to select user or group." : "All users. Type to select user or group.", "(group)" : "(group)", + "Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)", "Admin defined" : "Admin defined", "Saved" : "Saved", "Empty response from the server" : "Empty response from the server", diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index 4c54d2c5278..fe0607108a6 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -18,6 +18,7 @@ OC.L10N.register( "Error generating key pair" : "Error al generar el par de claves", "All users. Type to select user or group." : "Todos los usuarios. Teclee para seleccionar un usuario o grupo.", "(group)" : "(grupo)", + "Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac MFD (lento)", "Admin defined" : "Admin definido", "Saved" : "Guardado", "Empty response from the server" : "Respuesta vacía desde el servidor", diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index fef98ec1656..3dea5dd6abd 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -16,6 +16,7 @@ "Error generating key pair" : "Error al generar el par de claves", "All users. Type to select user or group." : "Todos los usuarios. Teclee para seleccionar un usuario o grupo.", "(group)" : "(grupo)", + "Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac MFD (lento)", "Admin defined" : "Admin definido", "Saved" : "Guardado", "Empty response from the server" : "Respuesta vacía desde el servidor", diff --git a/apps/systemtags/l10n/en_GB.js b/apps/systemtags/l10n/en_GB.js index c5b5b5c0415..09487413b04 100644 --- a/apps/systemtags/l10n/en_GB.js +++ b/apps/systemtags/l10n/en_GB.js @@ -21,6 +21,7 @@ OC.L10N.register( "%1$s assigned system tag %3$s to %2$s" : "%1$s assigned system tag %3$s to %2$s", "You unassigned system tag %3$s from %2$s" : "You unassigned system tag %3$s from %2$s", "%1$s unassigned system tag %3$s from %2$s" : "%1$s unassigned system tag %3$s from %2$s", + "%s (restricted)" : "%s (restricted)", "%s (invisible)" : "%s (invisible)", "No files in here" : "No files in here", "No entries found in this folder" : "No entries found in this folder", diff --git a/apps/systemtags/l10n/en_GB.json b/apps/systemtags/l10n/en_GB.json index daac670bce4..a6b50bd65c2 100644 --- a/apps/systemtags/l10n/en_GB.json +++ b/apps/systemtags/l10n/en_GB.json @@ -19,6 +19,7 @@ "%1$s assigned system tag %3$s to %2$s" : "%1$s assigned system tag %3$s to %2$s", "You unassigned system tag %3$s from %2$s" : "You unassigned system tag %3$s from %2$s", "%1$s unassigned system tag %3$s from %2$s" : "%1$s unassigned system tag %3$s from %2$s", + "%s (restricted)" : "%s (restricted)", "%s (invisible)" : "%s (invisible)", "No files in here" : "No files in here", "No entries found in this folder" : "No entries found in this folder", diff --git a/apps/systemtags/l10n/sv.js b/apps/systemtags/l10n/sv.js index 2f341d356b4..0a2be892f0b 100644 --- a/apps/systemtags/l10n/sv.js +++ b/apps/systemtags/l10n/sv.js @@ -7,12 +7,21 @@ OC.L10N.register( "Please select tags to filter by" : "Vänligen välj taggar att filtrera med", "No files found for the selected tags" : "Inga filer hittade för de valda taggarna", "<strong>System tags</strong> for a file have been modified" : "<strong>Systemtaggar</strong> för en fil har blivit ändrade", + "You assigned system tag %3$s" : "Du tilldelade systemtagg %3$s", "%1$s assigned system tag %3$s" : "%1$s blev tilldelad systemtagg %3$s", - "%1$s unassigned system tag %3$s" : "%1$s unassigned system tag %3$s", + "You unassigned system tag %3$s" : "Du tog bort tilldelning av systemtag %3$s", + "%1$s unassigned system tag %3$s" : "%1$s tog bort tilldelad systemtagg %3$s", + "You created system tag %2$s" : "Du skapade systemtagg %2$s", "%1$s created system tag %2$s" : "%1$s skapade systemtagg %2$s", + "You deleted system tag %2$s" : "Du tog bort systemtagg %2$s", "%1$s deleted system tag %2$s" : "%1$s raderade systemtagg %2$s", + "You updated system tag %3$s to %2$s" : "Du uppdaterade systemtagg %3$s till %2$s", "%1$s updated system tag %3$s to %2$s" : "%1$s uppdaterade systemtagg %3$s till %2$s", + "You assigned system tag %3$s to %2$s" : "Du tilldelade systemtagg %3$s till %2$s", "%1$s assigned system tag %3$s to %2$s" : "%1$s tilldelade systemtagg %3$s till %2$s", + "You unassigned system tag %3$s from %2$s" : "Du tog bort tilldelad systemtagg %3$s från %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s tog bort tilldelad systemtagg %3$s från %2$s", + "%s (restricted)" : "%s (begränsad)", "%s (invisible)" : "%s (osynlig)", "No files in here" : "Inga filer kunde hittas", "No entries found in this folder" : "nga Filer hittades i denna mapp", diff --git a/apps/systemtags/l10n/sv.json b/apps/systemtags/l10n/sv.json index 3add77a5336..ac18892d320 100644 --- a/apps/systemtags/l10n/sv.json +++ b/apps/systemtags/l10n/sv.json @@ -5,12 +5,21 @@ "Please select tags to filter by" : "Vänligen välj taggar att filtrera med", "No files found for the selected tags" : "Inga filer hittade för de valda taggarna", "<strong>System tags</strong> for a file have been modified" : "<strong>Systemtaggar</strong> för en fil har blivit ändrade", + "You assigned system tag %3$s" : "Du tilldelade systemtagg %3$s", "%1$s assigned system tag %3$s" : "%1$s blev tilldelad systemtagg %3$s", - "%1$s unassigned system tag %3$s" : "%1$s unassigned system tag %3$s", + "You unassigned system tag %3$s" : "Du tog bort tilldelning av systemtag %3$s", + "%1$s unassigned system tag %3$s" : "%1$s tog bort tilldelad systemtagg %3$s", + "You created system tag %2$s" : "Du skapade systemtagg %2$s", "%1$s created system tag %2$s" : "%1$s skapade systemtagg %2$s", + "You deleted system tag %2$s" : "Du tog bort systemtagg %2$s", "%1$s deleted system tag %2$s" : "%1$s raderade systemtagg %2$s", + "You updated system tag %3$s to %2$s" : "Du uppdaterade systemtagg %3$s till %2$s", "%1$s updated system tag %3$s to %2$s" : "%1$s uppdaterade systemtagg %3$s till %2$s", + "You assigned system tag %3$s to %2$s" : "Du tilldelade systemtagg %3$s till %2$s", "%1$s assigned system tag %3$s to %2$s" : "%1$s tilldelade systemtagg %3$s till %2$s", + "You unassigned system tag %3$s from %2$s" : "Du tog bort tilldelad systemtagg %3$s från %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s tog bort tilldelad systemtagg %3$s från %2$s", + "%s (restricted)" : "%s (begränsad)", "%s (invisible)" : "%s (osynlig)", "No files in here" : "Inga filer kunde hittas", "No entries found in this folder" : "nga Filer hittades i denna mapp", diff --git a/apps/updatenotification/l10n/cs_CZ.js b/apps/updatenotification/l10n/cs_CZ.js index 9122b20c8c2..088e052e2c9 100644 --- a/apps/updatenotification/l10n/cs_CZ.js +++ b/apps/updatenotification/l10n/cs_CZ.js @@ -1,14 +1,19 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Aktualizovat upozornění", "{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.", "Updated channel" : "Aktualizovat kanál", + "ownCloud core" : "ownCloud jádro", + "Update for %1$s to version %2$s is available." : "Je dostupná aktualizace pro %1$s na verzi %2$s.", "Updater" : "Automatické aktualizace", "A new version is available: %s" : "Je dostupná nová verze: %s", "Open updater" : "Otevřít program aktualizací", "Your version is up to date." : "Používáte nejnovější verzi.", "Checked on %s" : "Zkontrolováno %s", "Update channel:" : "Aktualizovat kanál:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vždy můžete aktualizovat na novější verzi / experimentální kanál. Poté ale nelze nikdy provést downgrade zpět na nižší stabilní kanál." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vždy můžete aktualizovat na novější verzi / experimentální kanál. Poté ale nelze nikdy provést downgrade zpět na nižší stabilní kanál.", + "Notify members of the following groups about available updates:" : "Upozorňovat členy následujících skupin na dostupné aktualizace:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Jsou dostupná pouze upozornění na aktualizace aplikací, protože vybraný kanál aktualizací přímo pro ownCloud neumožňuje upozorňování." }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/updatenotification/l10n/cs_CZ.json b/apps/updatenotification/l10n/cs_CZ.json index 6e7a9890bdc..a9bd58e50d4 100644 --- a/apps/updatenotification/l10n/cs_CZ.json +++ b/apps/updatenotification/l10n/cs_CZ.json @@ -1,12 +1,17 @@ { "translations": { + "Update notifications" : "Aktualizovat upozornění", "{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.", "Updated channel" : "Aktualizovat kanál", + "ownCloud core" : "ownCloud jádro", + "Update for %1$s to version %2$s is available." : "Je dostupná aktualizace pro %1$s na verzi %2$s.", "Updater" : "Automatické aktualizace", "A new version is available: %s" : "Je dostupná nová verze: %s", "Open updater" : "Otevřít program aktualizací", "Your version is up to date." : "Používáte nejnovější verzi.", "Checked on %s" : "Zkontrolováno %s", "Update channel:" : "Aktualizovat kanál:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vždy můžete aktualizovat na novější verzi / experimentální kanál. Poté ale nelze nikdy provést downgrade zpět na nižší stabilní kanál." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vždy můžete aktualizovat na novější verzi / experimentální kanál. Poté ale nelze nikdy provést downgrade zpět na nižší stabilní kanál.", + "Notify members of the following groups about available updates:" : "Upozorňovat členy následujících skupin na dostupné aktualizace:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Jsou dostupná pouze upozornění na aktualizace aplikací, protože vybraný kanál aktualizací přímo pro ownCloud neumožňuje upozorňování." },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/da.js b/apps/updatenotification/l10n/da.js index fdfe2ed00d7..c3768f2680c 100644 --- a/apps/updatenotification/l10n/da.js +++ b/apps/updatenotification/l10n/da.js @@ -3,6 +3,7 @@ OC.L10N.register( { "{version} is available. Get more information on how to update." : "{version} er tilgængelig. Få mere information om hvordan du opdaterer.", "Updated channel" : "Kanal opdateret", + "ownCloud core" : "ownCloud kerne", "Updater" : "Updater", "A new version is available: %s" : "Der er en ny version tligængelig: %s", "Open updater" : "Åbn for opdatering", diff --git a/apps/updatenotification/l10n/da.json b/apps/updatenotification/l10n/da.json index bdb5b4aa2e8..592fb80ed8d 100644 --- a/apps/updatenotification/l10n/da.json +++ b/apps/updatenotification/l10n/da.json @@ -1,6 +1,7 @@ { "translations": { "{version} is available. Get more information on how to update." : "{version} er tilgængelig. Få mere information om hvordan du opdaterer.", "Updated channel" : "Kanal opdateret", + "ownCloud core" : "ownCloud kerne", "Updater" : "Updater", "A new version is available: %s" : "Der er en ny version tligængelig: %s", "Open updater" : "Åbn for opdatering", diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js index b90fcaf2c6c..aa96bc80303 100644 --- a/apps/updatenotification/l10n/de.js +++ b/apps/updatenotification/l10n/de.js @@ -1,14 +1,19 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Update-Benachrichtigungen", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", "Updated channel" : "Aktualisierter Kanal", + "ownCloud core" : "ownCloud-Kern", + "Update for %1$s to version %2$s is available." : "Ein Update für %1$s auf Version %2$s ist verfügbar.", "Updater" : "Updater", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", "Open updater" : "Updater aufrufen", "Your version is up to date." : "Deine Version ist aktuell.", "Checked on %s" : "Geprüft auf %s", "Update channel:" : "Update-Kanal:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kannst immer auf eine neuere Version / experimentellen Kanal updaten, aber kein Downgrade auf einen stabileren Kanal durchführen." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kannst immer auf eine neuere Version / experimentellen Kanal updaten, aber kein Downgrade auf einen stabileren Kanal durchführen.", + "Notify members of the following groups about available updates:" : "Informiere die Mitglieder der folgenden Gruppen über verfügbare Updates:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Nur Benachrichtigungen für App-Updates sind verfügbar. Da der ausgewählte Updatekanal für ownCloud selbst erlaubt keine Benachrichtigungen." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json index 59c3717ee0b..cc55ef65318 100644 --- a/apps/updatenotification/l10n/de.json +++ b/apps/updatenotification/l10n/de.json @@ -1,12 +1,17 @@ { "translations": { + "Update notifications" : "Update-Benachrichtigungen", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", "Updated channel" : "Aktualisierter Kanal", + "ownCloud core" : "ownCloud-Kern", + "Update for %1$s to version %2$s is available." : "Ein Update für %1$s auf Version %2$s ist verfügbar.", "Updater" : "Updater", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", "Open updater" : "Updater aufrufen", "Your version is up to date." : "Deine Version ist aktuell.", "Checked on %s" : "Geprüft auf %s", "Update channel:" : "Update-Kanal:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kannst immer auf eine neuere Version / experimentellen Kanal updaten, aber kein Downgrade auf einen stabileren Kanal durchführen." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kannst immer auf eine neuere Version / experimentellen Kanal updaten, aber kein Downgrade auf einen stabileren Kanal durchführen.", + "Notify members of the following groups about available updates:" : "Informiere die Mitglieder der folgenden Gruppen über verfügbare Updates:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Nur Benachrichtigungen für App-Updates sind verfügbar. Da der ausgewählte Updatekanal für ownCloud selbst erlaubt keine Benachrichtigungen." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js index d12d77d6474..e90ae204e94 100644 --- a/apps/updatenotification/l10n/de_DE.js +++ b/apps/updatenotification/l10n/de_DE.js @@ -1,14 +1,19 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Update-Benachrichtigungen", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", "Updated channel" : "Aktualisierter Kanal", + "ownCloud core" : "ownCloud-Kern", + "Update for %1$s to version %2$s is available." : "Ein Update für %1$s auf Version %2$s ist verfügbar.", "Updater" : "Updater", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", "Open updater" : "Updater aufrufen", "Your version is up to date." : "Die neuste Version ist installiert.", "Checked on %s" : "Überprüft auf %s", "Update channel:" : "Update-Kanal:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Sie können immer auf eine neuere Version / experimentellen Kanal updaten, aber kein Downgrade auf einen stabileren Kanal durchführen." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Sie können immer auf eine neuere Version / experimentellen Kanal updaten, aber kein Downgrade auf einen stabileren Kanal durchführen.", + "Notify members of the following groups about available updates:" : "Informieren Sie die Mitglieder der folgenden Gruppen über verfügbare Updates:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Nur Benachrichtigungen für App-Updates sind verfügbar. Da der ausgewählte Updatekanal für ownCloud selbst erlaubt keine Benachrichtigungen." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json index 20c5a866991..8ca1f4185e4 100644 --- a/apps/updatenotification/l10n/de_DE.json +++ b/apps/updatenotification/l10n/de_DE.json @@ -1,12 +1,17 @@ { "translations": { + "Update notifications" : "Update-Benachrichtigungen", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", "Updated channel" : "Aktualisierter Kanal", + "ownCloud core" : "ownCloud-Kern", + "Update for %1$s to version %2$s is available." : "Ein Update für %1$s auf Version %2$s ist verfügbar.", "Updater" : "Updater", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", "Open updater" : "Updater aufrufen", "Your version is up to date." : "Die neuste Version ist installiert.", "Checked on %s" : "Überprüft auf %s", "Update channel:" : "Update-Kanal:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Sie können immer auf eine neuere Version / experimentellen Kanal updaten, aber kein Downgrade auf einen stabileren Kanal durchführen." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Sie können immer auf eine neuere Version / experimentellen Kanal updaten, aber kein Downgrade auf einen stabileren Kanal durchführen.", + "Notify members of the following groups about available updates:" : "Informieren Sie die Mitglieder der folgenden Gruppen über verfügbare Updates:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Nur Benachrichtigungen für App-Updates sind verfügbar. Da der ausgewählte Updatekanal für ownCloud selbst erlaubt keine Benachrichtigungen." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/en_GB.js b/apps/updatenotification/l10n/en_GB.js index a9b2d2d1a29..a429ebfbc95 100644 --- a/apps/updatenotification/l10n/en_GB.js +++ b/apps/updatenotification/l10n/en_GB.js @@ -1,14 +1,19 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Update notifications", "{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.", "Updated channel" : "Updated channel", + "ownCloud core" : "ownCloud core", + "Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.", "Updater" : "Updater", "A new version is available: %s" : "A new version is available: %s", "Open updater" : "Open updater", "Your version is up to date." : "Your version is up to date.", "Checked on %s" : "Checked on %s", "Update channel:" : "Update channel:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel.", + "Notify members of the following groups about available updates:" : "Notify members of the following groups about available updates:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/en_GB.json b/apps/updatenotification/l10n/en_GB.json index 62989608902..d2e2d3604cd 100644 --- a/apps/updatenotification/l10n/en_GB.json +++ b/apps/updatenotification/l10n/en_GB.json @@ -1,12 +1,17 @@ { "translations": { + "Update notifications" : "Update notifications", "{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.", "Updated channel" : "Updated channel", + "ownCloud core" : "ownCloud core", + "Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.", "Updater" : "Updater", "A new version is available: %s" : "A new version is available: %s", "Open updater" : "Open updater", "Your version is up to date." : "Your version is up to date.", "Checked on %s" : "Checked on %s", "Update channel:" : "Update channel:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel.", + "Notify members of the following groups about available updates:" : "Notify members of the following groups about available updates:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js index 2dc16b3c517..d5365ca8edf 100644 --- a/apps/updatenotification/l10n/es.js +++ b/apps/updatenotification/l10n/es.js @@ -1,14 +1,19 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Actualizar notificaciones", "{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.", "Updated channel" : "Canal actualizado", + "ownCloud core" : "ownCloud core", + "Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.", "Updater" : "Actualizador", "A new version is available: %s" : "Hay una nueva versión disponible: %s", "Open updater" : "Abrir el actualizador", "Your version is up to date." : "Su versión está actualizada.", "Checked on %s" : "Revisado el %s", "Update channel:" : "Canal de actualización: ", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre podrás actualizar a la versión más reciente o al canal experimental, pero nunca podrás volver a un canal más estable." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre podrás actualizar a la versión más reciente o al canal experimental, pero nunca podrás volver a un canal más estable.", + "Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos sobre actualizaciones disponibles:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Sólo están disponibles las notificaciones para las actualizaciones de app, debido a que el canal de actualización seleccionado para el propio ownCloud no permite notificaciones" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/es.json b/apps/updatenotification/l10n/es.json index dd49fc5e8a1..28ad4b59354 100644 --- a/apps/updatenotification/l10n/es.json +++ b/apps/updatenotification/l10n/es.json @@ -1,12 +1,17 @@ { "translations": { + "Update notifications" : "Actualizar notificaciones", "{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.", "Updated channel" : "Canal actualizado", + "ownCloud core" : "ownCloud core", + "Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.", "Updater" : "Actualizador", "A new version is available: %s" : "Hay una nueva versión disponible: %s", "Open updater" : "Abrir el actualizador", "Your version is up to date." : "Su versión está actualizada.", "Checked on %s" : "Revisado el %s", "Update channel:" : "Canal de actualización: ", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre podrás actualizar a la versión más reciente o al canal experimental, pero nunca podrás volver a un canal más estable." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre podrás actualizar a la versión más reciente o al canal experimental, pero nunca podrás volver a un canal más estable.", + "Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos sobre actualizaciones disponibles:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Sólo están disponibles las notificaciones para las actualizaciones de app, debido a que el canal de actualización seleccionado para el propio ownCloud no permite notificaciones" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/fi_FI.js b/apps/updatenotification/l10n/fi_FI.js index f5fa3d2b7b6..410f2d07acd 100644 --- a/apps/updatenotification/l10n/fi_FI.js +++ b/apps/updatenotification/l10n/fi_FI.js @@ -1,14 +1,19 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Päivitysilmoitukset", "{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.", "Updated channel" : "Päivitetty kanava", + "ownCloud core" : "ownCloud-ydin", + "Update for %1$s to version %2$s is available." : "Kohteen %1$s päivitys versioon %2$s on saatavilla.", "Updater" : "Päivitysohjelma", "A new version is available: %s" : "Uusi versio on saatavilla: %s", "Open updater" : "Avaa päivitysohjelma", "Your version is up to date." : "Versiosi on ajan tasalla.", "Checked on %s" : "Tarkistettu %s", "Update channel:" : "Päivityskanava:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Voit aina päivittää uudempaan versioon tai kokeellisen jakelukanavan versioon. Et voi kuitenkaan palata aiempaan, vakaan julkaisukanavan versioon." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Voit aina päivittää uudempaan versioon tai kokeellisen jakelukanavan versioon. Et voi kuitenkaan palata aiempaan, vakaan julkaisukanavan versioon.", + "Notify members of the following groups about available updates:" : "Ilmoita seuraavien ryhmien jäsenille saatavilla olevista päivityksistä:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Vain sovelluspäivityksistä on saatavilla päivitysilmoitukset, koska valittu ownCloudin päivityskanava ei salli ilmoituksia." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/fi_FI.json b/apps/updatenotification/l10n/fi_FI.json index f3aa34be1e5..2696241a17f 100644 --- a/apps/updatenotification/l10n/fi_FI.json +++ b/apps/updatenotification/l10n/fi_FI.json @@ -1,12 +1,17 @@ { "translations": { + "Update notifications" : "Päivitysilmoitukset", "{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.", "Updated channel" : "Päivitetty kanava", + "ownCloud core" : "ownCloud-ydin", + "Update for %1$s to version %2$s is available." : "Kohteen %1$s päivitys versioon %2$s on saatavilla.", "Updater" : "Päivitysohjelma", "A new version is available: %s" : "Uusi versio on saatavilla: %s", "Open updater" : "Avaa päivitysohjelma", "Your version is up to date." : "Versiosi on ajan tasalla.", "Checked on %s" : "Tarkistettu %s", "Update channel:" : "Päivityskanava:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Voit aina päivittää uudempaan versioon tai kokeellisen jakelukanavan versioon. Et voi kuitenkaan palata aiempaan, vakaan julkaisukanavan versioon." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Voit aina päivittää uudempaan versioon tai kokeellisen jakelukanavan versioon. Et voi kuitenkaan palata aiempaan, vakaan julkaisukanavan versioon.", + "Notify members of the following groups about available updates:" : "Ilmoita seuraavien ryhmien jäsenille saatavilla olevista päivityksistä:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Vain sovelluspäivityksistä on saatavilla päivitysilmoitukset, koska valittu ownCloudin päivityskanava ei salli ilmoituksia." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js index f0f24ef0168..4a732cd3501 100644 --- a/apps/updatenotification/l10n/it.js +++ b/apps/updatenotification/l10n/it.js @@ -1,14 +1,19 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Notifiche di aggiornamento", "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", "Updated channel" : "Canale di aggiornamento", + "ownCloud core" : "Componente principale di ownCloud", + "Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.", "Updater" : "Strumento di aggiornamento", "A new version is available: %s" : "Una nuova versione è disponibile: %s", "Open updater" : "Apri lo strumento di aggiornamento", "Your version is up to date." : "La tua versione è aggiornata.", "Checked on %s" : "Controllato il %s", "Update channel:" : "Canale di aggiornamento:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Puoi aggiornare sempre a una nuova versione / canale sperimentale. Ma non puoi mai tornare a una versione precedente." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Puoi aggiornare sempre a una nuova versione / canale sperimentale. Ma non puoi mai tornare a una versione precedente.", + "Notify members of the following groups about available updates:" : "Notifica i membri dei seguenti gruppi sugli aggiornamenti disponibili:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Solo le notifiche per gli aggiornamenti delle applicazioni sono disponibili, poiché il canale di aggiornamento selezionato per ownCloud non consente le notifiche." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/it.json b/apps/updatenotification/l10n/it.json index eca0fe6ecf1..7eba90d86da 100644 --- a/apps/updatenotification/l10n/it.json +++ b/apps/updatenotification/l10n/it.json @@ -1,12 +1,17 @@ { "translations": { + "Update notifications" : "Notifiche di aggiornamento", "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", "Updated channel" : "Canale di aggiornamento", + "ownCloud core" : "Componente principale di ownCloud", + "Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.", "Updater" : "Strumento di aggiornamento", "A new version is available: %s" : "Una nuova versione è disponibile: %s", "Open updater" : "Apri lo strumento di aggiornamento", "Your version is up to date." : "La tua versione è aggiornata.", "Checked on %s" : "Controllato il %s", "Update channel:" : "Canale di aggiornamento:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Puoi aggiornare sempre a una nuova versione / canale sperimentale. Ma non puoi mai tornare a una versione precedente." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Puoi aggiornare sempre a una nuova versione / canale sperimentale. Ma non puoi mai tornare a una versione precedente.", + "Notify members of the following groups about available updates:" : "Notifica i membri dei seguenti gruppi sugli aggiornamenti disponibili:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Solo le notifiche per gli aggiornamenti delle applicazioni sono disponibili, poiché il canale di aggiornamento selezionato per ownCloud non consente le notifiche." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/pt_PT.js b/apps/updatenotification/l10n/pt_PT.js index fa889f90190..f1d62699188 100644 --- a/apps/updatenotification/l10n/pt_PT.js +++ b/apps/updatenotification/l10n/pt_PT.js @@ -1,14 +1,19 @@ OC.L10N.register( "updatenotification", { + "Update notifications" : "Notificações de atualização", "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.", - "Updated channel" : "Actualizar canal", - "Updater" : "actualizar", + "Updated channel" : "Canal atualizado", + "ownCloud core" : "ownCloud core", + "Update for %1$s to version %2$s is available." : "Está disponível para o %1$s para a versão %2$s.", + "Updater" : "Atualizador", "A new version is available: %s" : "Está disponível uma nova versão: %s", "Open updater" : "Abrir atualizador", "Your version is up to date." : "A sua versão está actualizada.", - "Checked on %s" : "Verificado em %s", + "Checked on %s" : "Verificada em %s", "Update channel:" : "Atualizar canal:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Você pode sempre atualizar para uma nova versão / canal experimental. Mas nunca poderá recuar para um canal mais estável." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Pode atualizar sempre para uma nova versão / canal experimental. Mas nunca poderá voltar para um canal mais estável.", + "Notify members of the following groups about available updates:" : "Notifique os membros dos seguintes grupos sobre as atualizações disposníveis:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Só estão disponíveis notificações para as atualizações da aplicação, porque o canal de atualização selecionado para o próprio ownCloud não permite notificações." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/pt_PT.json b/apps/updatenotification/l10n/pt_PT.json index d46b032a83f..934988b3c24 100644 --- a/apps/updatenotification/l10n/pt_PT.json +++ b/apps/updatenotification/l10n/pt_PT.json @@ -1,12 +1,17 @@ { "translations": { + "Update notifications" : "Notificações de atualização", "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.", - "Updated channel" : "Actualizar canal", - "Updater" : "actualizar", + "Updated channel" : "Canal atualizado", + "ownCloud core" : "ownCloud core", + "Update for %1$s to version %2$s is available." : "Está disponível para o %1$s para a versão %2$s.", + "Updater" : "Atualizador", "A new version is available: %s" : "Está disponível uma nova versão: %s", "Open updater" : "Abrir atualizador", "Your version is up to date." : "A sua versão está actualizada.", - "Checked on %s" : "Verificado em %s", + "Checked on %s" : "Verificada em %s", "Update channel:" : "Atualizar canal:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Você pode sempre atualizar para uma nova versão / canal experimental. Mas nunca poderá recuar para um canal mais estável." + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Pode atualizar sempre para uma nova versão / canal experimental. Mas nunca poderá voltar para um canal mais estável.", + "Notify members of the following groups about available updates:" : "Notifique os membros dos seguintes grupos sobre as atualizações disposníveis:", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Só estão disponíveis notificações para as atualizações da aplicação, porque o canal de atualização selecionado para o próprio ownCloud não permite notificações." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index 3da51c98c02..c83b7f25225 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -296,6 +296,10 @@ OC.L10N.register( "This means only administrators can use the instance." : "To znamená, že pouze správci systému mohou aplikaci používat.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", "Thank you for your patience." : "Děkujeme za vaši trpělivost.", + "Two-step verification" : "Dvoufázové ověření", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Bylo zapnuto vylepšené zabezpečení pro tento účet. Přihlašte se za použití druhého faktoru.", + "Please authenticate using the selected factor." : "Přihlašte se za použití vybraného faktoru.", + "An error occured while verifying the token" : "Chyba při ověřování tokenu", "You are accessing the server from an untrusted domain." : "Přistupujete na server z nedůvěryhodné domény.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte prosím svého správce. Pokud spravujete tuto instalaci, nastavte \"trusted_domains\" v souboru config/config.php. Příklad konfigurace najdete v souboru config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na vaší konfiguraci vám může být, jako správci, umožněno použití tlačítka níže k označení této domény jako důvěryhodné.", diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index e802b6fbb89..f54d903fd5d 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -294,6 +294,10 @@ "This means only administrators can use the instance." : "To znamená, že pouze správci systému mohou aplikaci používat.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", "Thank you for your patience." : "Děkujeme za vaši trpělivost.", + "Two-step verification" : "Dvoufázové ověření", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Bylo zapnuto vylepšené zabezpečení pro tento účet. Přihlašte se za použití druhého faktoru.", + "Please authenticate using the selected factor." : "Přihlašte se za použití vybraného faktoru.", + "An error occured while verifying the token" : "Chyba při ověřování tokenu", "You are accessing the server from an untrusted domain." : "Přistupujete na server z nedůvěryhodné domény.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte prosím svého správce. Pokud spravujete tuto instalaci, nastavte \"trusted_domains\" v souboru config/config.php. Příklad konfigurace najdete v souboru config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na vaší konfiguraci vám může být, jako správci, umožněno použití tlačítka níže k označení této domény jako důvěryhodné.", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 0e89143886d..6f5859aae3e 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -195,6 +195,7 @@ OC.L10N.register( "Warning" : "Warning", "Error while sending notification" : "Error whilst sending notification", "Non-existing tag #{tag}" : "Non-existing tag #{tag}", + "restricted" : "restricted", "invisible" : "invisible", "({scope})" : "({scope})", "Delete" : "Delete", @@ -295,6 +296,10 @@ OC.L10N.register( "This means only administrators can use the instance." : "This means only administrators can use the instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", "Thank you for your patience." : "Thank you for your patience.", + "Two-step verification" : "Two-step verification", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Enhanced security has been enabled for your account. Please authenticate using a second factor.", + "Please authenticate using the selected factor." : "Please authenticate using the selected factor.", + "An error occured while verifying the token" : "An error occured while verifying the token", "You are accessing the server from an untrusted domain." : "You are accessing the server from an untrusted domain.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 9c062d7b392..7aedc2a730f 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -193,6 +193,7 @@ "Warning" : "Warning", "Error while sending notification" : "Error whilst sending notification", "Non-existing tag #{tag}" : "Non-existing tag #{tag}", + "restricted" : "restricted", "invisible" : "invisible", "({scope})" : "({scope})", "Delete" : "Delete", @@ -293,6 +294,10 @@ "This means only administrators can use the instance." : "This means only administrators can use the instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contact your system administrator if this message persists or appeared unexpectedly.", "Thank you for your patience." : "Thank you for your patience.", + "Two-step verification" : "Two-step verification", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Enhanced security has been enabled for your account. Please authenticate using a second factor.", + "Please authenticate using the selected factor." : "Please authenticate using the selected factor.", + "An error occured while verifying the token" : "An error occured while verifying the token", "You are accessing the server from an untrusted domain." : "You are accessing the server from an untrusted domain.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.", diff --git a/core/l10n/es.js b/core/l10n/es.js index aede6c81656..ae5471b3db0 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -296,6 +296,10 @@ OC.L10N.register( "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", "Thank you for your patience." : "Gracias por su paciencia.", + "Two-step verification" : "Verificación en dos pasos", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada se ha habilitado para tu cuenta. Por favor, autenticar utilizando un segundo factor.", + "Please authenticate using the selected factor." : "Por favor, autenticar utilizando el factor seleccionado.", + "An error occured while verifying the token" : "Ocurrió un error mientras se verificaba el \"token\".", "You are accessing the server from an untrusted domain." : "Está accediendo al servidor desde un dominio inseguro.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacte con su administrador. Si usted es el administrador, configure \"trusted_domains\" en config/config.php. En config/config.sample.php se encuentra un ejemplo para la configuración.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de su configuración, como administrador, debería poder usar el botón de abajo para confiar en este dominio.", diff --git a/core/l10n/es.json b/core/l10n/es.json index d74b0fa0b53..fc8e2cafbdb 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -294,6 +294,10 @@ "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", "Thank you for your patience." : "Gracias por su paciencia.", + "Two-step verification" : "Verificación en dos pasos", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "La seguridad mejorada se ha habilitado para tu cuenta. Por favor, autenticar utilizando un segundo factor.", + "Please authenticate using the selected factor." : "Por favor, autenticar utilizando el factor seleccionado.", + "An error occured while verifying the token" : "Ocurrió un error mientras se verificaba el \"token\".", "You are accessing the server from an untrusted domain." : "Está accediendo al servidor desde un dominio inseguro.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contacte con su administrador. Si usted es el administrador, configure \"trusted_domains\" en config/config.php. En config/config.sample.php se encuentra un ejemplo para la configuración.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de su configuración, como administrador, debería poder usar el botón de abajo para confiar en este dominio.", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index cd271687695..d74a441a70e 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -195,6 +195,7 @@ OC.L10N.register( "Warning" : "Varning", "Error while sending notification" : "Fel när notifikation skulle skickas", "Non-existing tag #{tag}" : "Icke-existerande tag #{tag}", + "restricted" : "begränsad", "invisible" : "osynlig", "({scope})" : "({scope})", "Delete" : "Radera", @@ -295,6 +296,10 @@ OC.L10N.register( "This means only administrators can use the instance." : "Detta betyder att endast administartörer kan använda instansen.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör ifall detta meddelande fortsätter eller visas oväntat.", "Thank you for your patience." : "Tack för ditt tålamod.", + "Two-step verification" : "Tvåfaktorsautentisering", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Utökad säkerhet har aktiverats på ditt konto. Vänligen autentisera med en andra faktor.", + "Please authenticate using the selected factor." : "Vänligen autentisera med vald faktor.", + "An error occured while verifying the token" : "Ett fel uppstod vid verifiering av token.", "You are accessing the server from an untrusted domain." : "Du ansluter till servern från en osäker domän.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Var god kontakta din administratör. Om du är en administratör för denna installationen konfigurera \"trusted_domains\" i inställnings i config/config.php. En exempelkonfiguration återfinns i confg/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Beroende på din konfiguartion, så finns det möjlighet att du som administratör kan använda knappen nedan för att verifiera på denna domän.", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index c15bac55c1e..b2b2d282ad2 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -193,6 +193,7 @@ "Warning" : "Varning", "Error while sending notification" : "Fel när notifikation skulle skickas", "Non-existing tag #{tag}" : "Icke-existerande tag #{tag}", + "restricted" : "begränsad", "invisible" : "osynlig", "({scope})" : "({scope})", "Delete" : "Radera", @@ -293,6 +294,10 @@ "This means only administrators can use the instance." : "Detta betyder att endast administartörer kan använda instansen.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör ifall detta meddelande fortsätter eller visas oväntat.", "Thank you for your patience." : "Tack för ditt tålamod.", + "Two-step verification" : "Tvåfaktorsautentisering", + "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Utökad säkerhet har aktiverats på ditt konto. Vänligen autentisera med en andra faktor.", + "Please authenticate using the selected factor." : "Vänligen autentisera med vald faktor.", + "An error occured while verifying the token" : "Ett fel uppstod vid verifiering av token.", "You are accessing the server from an untrusted domain." : "Du ansluter till servern från en osäker domän.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Var god kontakta din administratör. Om du är en administratör för denna installationen konfigurera \"trusted_domains\" i inställnings i config/config.php. En exempelkonfiguration återfinns i confg/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Beroende på din konfiguartion, så finns det möjlighet att du som administratör kan använda knappen nedan för att verifiera på denna domän.", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index df2c1b2dd15..293b8c8cfbf 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -167,6 +167,8 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", "Storage connection error. %s" : "Storage connection error. %s", "Storage not available" : "Storage not available", - "Storage connection timeout. %s" : "Storage connection timeout. %s" + "Storage connection timeout. %s" : "Storage connection timeout. %s", + "_%n file_::_%n files_" : ["%n file","%n files"], + "_%n window_::_%n windows_" : ["%n window","%n windows"] }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 7b92825e7d2..13383016924 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -165,6 +165,8 @@ "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", "Storage connection error. %s" : "Storage connection error. %s", "Storage not available" : "Storage not available", - "Storage connection timeout. %s" : "Storage connection timeout. %s" + "Storage connection timeout. %s" : "Storage connection timeout. %s", + "_%n file_::_%n files_" : ["%n file","%n files"], + "_%n window_::_%n windows_" : ["%n window","%n windows"] },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js index e7634e36838..2167a23d35b 100644 --- a/settings/l10n/cs_CZ.js +++ b/settings/l10n/cs_CZ.js @@ -86,6 +86,10 @@ OC.L10N.register( "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikace byla povolena ale je třeba ji aktualizovat. Za 5 sekund budete přesměrování na stránku pro aktualizaci.", "App update" : "Aktualizace aplikace", "No apps found for {query}" : "Nebyly nalezeny žádné aplikace pro {query}", + "Disconnect" : "Odpojit", + "Error while loading browser sessions and device tokens" : "Chyba při načítání sezení prohlížeče a tokenů přístroje", + "Error while creating device token" : "Chyba při vytváření tokenů přístroje", + "Error while deleting the token" : "Chyba při mazání tokenu", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Došlo k chybě. Nahrajte prosím ASCII-kódovaný PEM certifikát.", "Valid until {date}" : "Platný do {date}", "Delete" : "Smazat", @@ -114,6 +118,8 @@ OC.L10N.register( "__language_name__" : "Česky", "Unlimited" : "Neomezeně", "Personal info" : "Osobní informace", + "Sessions" : "Sezení", + "Devices" : "Přístroje", "Sync clients" : "Synchronizační klienti", "Everything (fatal issues, errors, warnings, info, debug)" : "Vše (fatální problémy, chyby, varování, informační, ladící)", "Info, warnings, errors and fatal issues" : "Informace, varování, chyby a fatální problémy", @@ -260,7 +266,12 @@ OC.L10N.register( "Current password" : "Současné heslo", "New password" : "Nové heslo", "Change password" : "Změnit heslo", + "These are the web browsers currently logged in to your ownCloud." : "Toto jsou webové prohlížeče aktuálně přihlášené k této instanci ownCloud.", + "Browser" : "Prohlížeč", + "Most recent activity" : "Nejnovější aktivity", + "You've linked these devices." : "Připojili jste tyto přístroje.", "Name" : "Název", + "A device password is a passcode that gives an app or device permissions to access your ownCloud account." : "Heslo přístroje je přihlašovací údaj umožňující aplikaci nebo přístroji přístup k ownCloud účtu.", "Language" : "Jazyk", "Help translate" : "Pomoci s překladem", "Get the apps to sync your files" : "Získat aplikace pro synchronizaci vašich souborů", diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json index 5c40c3bb246..e89a996766b 100644 --- a/settings/l10n/cs_CZ.json +++ b/settings/l10n/cs_CZ.json @@ -84,6 +84,10 @@ "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikace byla povolena ale je třeba ji aktualizovat. Za 5 sekund budete přesměrování na stránku pro aktualizaci.", "App update" : "Aktualizace aplikace", "No apps found for {query}" : "Nebyly nalezeny žádné aplikace pro {query}", + "Disconnect" : "Odpojit", + "Error while loading browser sessions and device tokens" : "Chyba při načítání sezení prohlížeče a tokenů přístroje", + "Error while creating device token" : "Chyba při vytváření tokenů přístroje", + "Error while deleting the token" : "Chyba při mazání tokenu", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Došlo k chybě. Nahrajte prosím ASCII-kódovaný PEM certifikát.", "Valid until {date}" : "Platný do {date}", "Delete" : "Smazat", @@ -112,6 +116,8 @@ "__language_name__" : "Česky", "Unlimited" : "Neomezeně", "Personal info" : "Osobní informace", + "Sessions" : "Sezení", + "Devices" : "Přístroje", "Sync clients" : "Synchronizační klienti", "Everything (fatal issues, errors, warnings, info, debug)" : "Vše (fatální problémy, chyby, varování, informační, ladící)", "Info, warnings, errors and fatal issues" : "Informace, varování, chyby a fatální problémy", @@ -258,7 +264,12 @@ "Current password" : "Současné heslo", "New password" : "Nové heslo", "Change password" : "Změnit heslo", + "These are the web browsers currently logged in to your ownCloud." : "Toto jsou webové prohlížeče aktuálně přihlášené k této instanci ownCloud.", + "Browser" : "Prohlížeč", + "Most recent activity" : "Nejnovější aktivity", + "You've linked these devices." : "Připojili jste tyto přístroje.", "Name" : "Název", + "A device password is a passcode that gives an app or device permissions to access your ownCloud account." : "Heslo přístroje je přihlašovací údaj umožňující aplikaci nebo přístroji přístup k ownCloud účtu.", "Language" : "Jazyk", "Help translate" : "Pomoci s překladem", "Get the apps to sync your files" : "Získat aplikace pro synchronizaci vašich souborů", diff --git a/settings/l10n/da.js b/settings/l10n/da.js index 302be9d8829..be7ec743cac 100644 --- a/settings/l10n/da.js +++ b/settings/l10n/da.js @@ -190,6 +190,7 @@ OC.L10N.register( "Developer documentation" : "Dokumentation for udviklere", "Experimental applications ahead" : "Kommende eksperimentale programmer", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentale programmer er ikke undersøgt for sikkerheds problemer. Kendt for at være ustabil og stadig under intensiv udvikling. Installering af disse programmer kan medføre datatab og/eller udgøre en sikkerhedsrisiko.", + "by %s" : "af %s", "Documentation:" : "Dokumentation:", "User documentation" : "Brugerdokumentation", "Admin documentation" : "Admin-dokumentation", @@ -215,6 +216,7 @@ OC.L10N.register( "Profile picture" : "Profilbillede", "Upload new" : "Upload nyt", "Remove image" : "Fjern billede", + "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Cancel" : "Annuller", "Choose as profile picture" : "Vælg et profilbillede", "Full name" : "Fulde navn", diff --git a/settings/l10n/da.json b/settings/l10n/da.json index 70824214d89..b663d730264 100644 --- a/settings/l10n/da.json +++ b/settings/l10n/da.json @@ -188,6 +188,7 @@ "Developer documentation" : "Dokumentation for udviklere", "Experimental applications ahead" : "Kommende eksperimentale programmer", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentale programmer er ikke undersøgt for sikkerheds problemer. Kendt for at være ustabil og stadig under intensiv udvikling. Installering af disse programmer kan medføre datatab og/eller udgøre en sikkerhedsrisiko.", + "by %s" : "af %s", "Documentation:" : "Dokumentation:", "User documentation" : "Brugerdokumentation", "Admin documentation" : "Admin-dokumentation", @@ -213,6 +214,7 @@ "Profile picture" : "Profilbillede", "Upload new" : "Upload nyt", "Remove image" : "Fjern billede", + "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Cancel" : "Annuller", "Choose as profile picture" : "Vælg et profilbillede", "Full name" : "Fulde navn", diff --git a/settings/l10n/el.js b/settings/l10n/el.js index 772e67bc84c..5a793c1e686 100644 --- a/settings/l10n/el.js +++ b/settings/l10n/el.js @@ -106,6 +106,7 @@ OC.L10N.register( "__language_name__" : "__όνομα_γλώσσας__", "Unlimited" : "Απεριόριστο", "Personal info" : "Προσωπικές Πληροφορίες", + "Devices" : "Συσκευές", "Sync clients" : "Συγχρονισμός πελατών", "Everything (fatal issues, errors, warnings, info, debug)" : "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)", "Info, warnings, errors and fatal issues" : "Πληροφορίες, προειδοποιήσεις, σφάλματα και καίρια ζητήματα", diff --git a/settings/l10n/el.json b/settings/l10n/el.json index 0f7319db5d7..77a308bd105 100644 --- a/settings/l10n/el.json +++ b/settings/l10n/el.json @@ -104,6 +104,7 @@ "__language_name__" : "__όνομα_γλώσσας__", "Unlimited" : "Απεριόριστο", "Personal info" : "Προσωπικές Πληροφορίες", + "Devices" : "Συσκευές", "Sync clients" : "Συγχρονισμός πελατών", "Everything (fatal issues, errors, warnings, info, debug)" : "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)", "Info, warnings, errors and fatal issues" : "Πληροφορίες, προειδοποιήσεις, σφάλματα και καίρια ζητήματα", diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index 10535f5870f..de4af5ddde8 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -86,6 +86,10 @@ OC.L10N.register( "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds.", "App update" : "App update", "No apps found for {query}" : "No apps found for {query}", + "Disconnect" : "Disconnect", + "Error while loading browser sessions and device tokens" : "Error while loading browser sessions and device tokens", + "Error while creating device token" : "Error while creating device token", + "Error while deleting the token" : "Error while deleting the token", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "An error occurred. Please upload an ASCII-encoded PEM certificate.", "Valid until {date}" : "Valid until {date}", "Delete" : "Delete", @@ -114,6 +118,8 @@ OC.L10N.register( "__language_name__" : "English (British English)", "Unlimited" : "Unlimited", "Personal info" : "Personal info", + "Sessions" : "Sessions", + "Devices" : "Devices", "Sync clients" : "Sync clients", "Everything (fatal issues, errors, warnings, info, debug)" : "Everything (fatal issues, errors, warnings, info, debug)", "Info, warnings, errors and fatal issues" : "Info, warnings, errors and fatal issues", @@ -260,7 +266,12 @@ OC.L10N.register( "Current password" : "Current password", "New password" : "New password", "Change password" : "Change password", + "These are the web browsers currently logged in to your ownCloud." : "These are the web browsers currently logged in to your ownCloud.", + "Browser" : "Browser", + "Most recent activity" : "Most recent activity", + "You've linked these devices." : "You've linked these devices.", "Name" : "Name", + "A device password is a passcode that gives an app or device permissions to access your ownCloud account." : "A device password is a passcode that gives an app or device permissions to access your ownCloud account.", "Language" : "Language", "Help translate" : "Help translate", "Get the apps to sync your files" : "Get the apps to sync your files", diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json index c2e7a90a915..2c907a89461 100644 --- a/settings/l10n/en_GB.json +++ b/settings/l10n/en_GB.json @@ -84,6 +84,10 @@ "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds.", "App update" : "App update", "No apps found for {query}" : "No apps found for {query}", + "Disconnect" : "Disconnect", + "Error while loading browser sessions and device tokens" : "Error while loading browser sessions and device tokens", + "Error while creating device token" : "Error while creating device token", + "Error while deleting the token" : "Error while deleting the token", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "An error occurred. Please upload an ASCII-encoded PEM certificate.", "Valid until {date}" : "Valid until {date}", "Delete" : "Delete", @@ -112,6 +116,8 @@ "__language_name__" : "English (British English)", "Unlimited" : "Unlimited", "Personal info" : "Personal info", + "Sessions" : "Sessions", + "Devices" : "Devices", "Sync clients" : "Sync clients", "Everything (fatal issues, errors, warnings, info, debug)" : "Everything (fatal issues, errors, warnings, info, debug)", "Info, warnings, errors and fatal issues" : "Info, warnings, errors and fatal issues", @@ -258,7 +264,12 @@ "Current password" : "Current password", "New password" : "New password", "Change password" : "Change password", + "These are the web browsers currently logged in to your ownCloud." : "These are the web browsers currently logged in to your ownCloud.", + "Browser" : "Browser", + "Most recent activity" : "Most recent activity", + "You've linked these devices." : "You've linked these devices.", "Name" : "Name", + "A device password is a passcode that gives an app or device permissions to access your ownCloud account." : "A device password is a passcode that gives an app or device permissions to access your ownCloud account.", "Language" : "Language", "Help translate" : "Help translate", "Get the apps to sync your files" : "Get the apps to sync your files", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index ca36b34ac29..ce91e619b4c 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -86,6 +86,10 @@ OC.L10N.register( "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido activada pero necesita ser actualizada. Seras redirigido a la pagina de actualizariones en 5 segundos.", "App update" : "Actualización de aplicación", "No apps found for {query}" : "No se han encontrado apps para {query}", + "Disconnect" : "Desconectar", + "Error while loading browser sessions and device tokens" : "Error al cargar sesiones de navegador y \"tokens\" de dispositivos", + "Error while creating device token" : "Error al crear \"token\" de dispositivo", + "Error while deleting the token" : "Error al detectar el \"token\"", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Ha ocurrido un error. Por favor, cargue un certificado PEM codificado en ASCII.", "Valid until {date}" : "Válido hasta {date}", "Delete" : "Eliminar", @@ -114,6 +118,8 @@ OC.L10N.register( "__language_name__" : "Castellano", "Unlimited" : "Ilimitado", "Personal info" : "Información personal", + "Sessions" : "Sesiones", + "Devices" : "Dispositivos", "Sync clients" : "Sincronizar clientes", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", "Info, warnings, errors and fatal issues" : "Información, Avisos, Errores y problemas fatales", @@ -260,7 +266,12 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", + "These are the web browsers currently logged in to your ownCloud." : "Estos son los navegadores conectados actualmente a tu ownCloud", + "Browser" : "Navegador", + "Most recent activity" : "Actividad más reciente", + "You've linked these devices." : "Has enlazado estos dispositivos", "Name" : "Nombre", + "A device password is a passcode that gives an app or device permissions to access your ownCloud account." : "Una contraseña de dispositivo es un código que proporciona permisos a una app o dispositivo para acceder a tu cuenta de ownCloud", "Language" : "Idioma", "Help translate" : "Ayúdanos a traducir", "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index e636ea61b0e..ff1c23a0643 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -84,6 +84,10 @@ "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido activada pero necesita ser actualizada. Seras redirigido a la pagina de actualizariones en 5 segundos.", "App update" : "Actualización de aplicación", "No apps found for {query}" : "No se han encontrado apps para {query}", + "Disconnect" : "Desconectar", + "Error while loading browser sessions and device tokens" : "Error al cargar sesiones de navegador y \"tokens\" de dispositivos", + "Error while creating device token" : "Error al crear \"token\" de dispositivo", + "Error while deleting the token" : "Error al detectar el \"token\"", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Ha ocurrido un error. Por favor, cargue un certificado PEM codificado en ASCII.", "Valid until {date}" : "Válido hasta {date}", "Delete" : "Eliminar", @@ -112,6 +116,8 @@ "__language_name__" : "Castellano", "Unlimited" : "Ilimitado", "Personal info" : "Información personal", + "Sessions" : "Sesiones", + "Devices" : "Dispositivos", "Sync clients" : "Sincronizar clientes", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", "Info, warnings, errors and fatal issues" : "Información, Avisos, Errores y problemas fatales", @@ -258,7 +264,12 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", + "These are the web browsers currently logged in to your ownCloud." : "Estos son los navegadores conectados actualmente a tu ownCloud", + "Browser" : "Navegador", + "Most recent activity" : "Actividad más reciente", + "You've linked these devices." : "Has enlazado estos dispositivos", "Name" : "Nombre", + "A device password is a passcode that gives an app or device permissions to access your ownCloud account." : "Una contraseña de dispositivo es un código que proporciona permisos a una app o dispositivo para acceder a tu cuenta de ownCloud", "Language" : "Idioma", "Help translate" : "Ayúdanos a traducir", "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js index 0bba15ed43c..1450dd17043 100644 --- a/settings/l10n/pt_PT.js +++ b/settings/l10n/pt_PT.js @@ -10,8 +10,8 @@ OC.L10N.register( "Unable to change password" : "Não foi possível alterar a sua palavra-passe ", "Enabled" : "Ativada", "Not enabled" : "Desativada", - "installing and updating apps via the app store or Federated Cloud Sharing" : "instalando e atualizando aplicações via loja de aplicações ou Partilha de Nuvem Federada", - "Federated Cloud Sharing" : "Partilha de Cloud Federada", + "installing and updating apps via the app store or Federated Cloud Sharing" : "A instalar e a atualizar as aplicações através da loja de aplicações ou Federated Cloud Sharing", + "Federated Cloud Sharing" : "Federated Cloud Sharing", "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está a usar uma versão %s desatualizada (%s). Por favor, atualize o seu sistema operativo ou algumas funcionalidades como %s não funcionarão corretamente.", "A problem occurred, please check your log files (Error: %s)" : "Ocorreu um problema, por favor, verifique os ficheiros de registo (Erro: %s)", "Migration Completed" : "Migração Concluída", diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json index ac81707f4fc..df886e117a2 100644 --- a/settings/l10n/pt_PT.json +++ b/settings/l10n/pt_PT.json @@ -8,8 +8,8 @@ "Unable to change password" : "Não foi possível alterar a sua palavra-passe ", "Enabled" : "Ativada", "Not enabled" : "Desativada", - "installing and updating apps via the app store or Federated Cloud Sharing" : "instalando e atualizando aplicações via loja de aplicações ou Partilha de Nuvem Federada", - "Federated Cloud Sharing" : "Partilha de Cloud Federada", + "installing and updating apps via the app store or Federated Cloud Sharing" : "A instalar e a atualizar as aplicações através da loja de aplicações ou Federated Cloud Sharing", + "Federated Cloud Sharing" : "Federated Cloud Sharing", "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está a usar uma versão %s desatualizada (%s). Por favor, atualize o seu sistema operativo ou algumas funcionalidades como %s não funcionarão corretamente.", "A problem occurred, please check your log files (Error: %s)" : "Ocorreu um problema, por favor, verifique os ficheiros de registo (Erro: %s)", "Migration Completed" : "Migração Concluída", diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js index 761b55a9b30..06f28276891 100644 --- a/settings/l10n/sv.js +++ b/settings/l10n/sv.js @@ -86,6 +86,10 @@ OC.L10N.register( "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Applikationen har aktiverats men behöver uppdateras. Du kommer bli omdirigerad till uppdateringssidan inom 5 sekunder.", "App update" : "Uppdatering av app", "No apps found for {query}" : "Inga applikationer funna för {query}", + "Disconnect" : "Koppla från", + "Error while loading browser sessions and device tokens" : "Fel vid inläsning av webbläsarsessioner och enhetstoken.", + "Error while creating device token" : "Fel vid skapande av enhetstoken", + "Error while deleting the token" : "Fel vid borttagning av token", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Ett fel uppstod. Var god ladda upp ett ASCII-kodad PEM certifikat.", "Valid until {date}" : "Giltig t.o.m. {date}", "Delete" : "Radera", @@ -114,6 +118,8 @@ OC.L10N.register( "__language_name__" : "__language_name__", "Unlimited" : "Obegränsad", "Personal info" : "Personlig information", + "Sessions" : "Sessioner", + "Devices" : "Enheter", "Sync clients" : "Synk-klienter", "Everything (fatal issues, errors, warnings, info, debug)" : "Allting (allvarliga fel, fel, varningar, info, debug)", "Info, warnings, errors and fatal issues" : "Info, varningar och allvarliga fel", @@ -260,7 +266,12 @@ OC.L10N.register( "Current password" : "Nuvarande lösenord", "New password" : "Nytt lösenord", "Change password" : "Ändra lösenord", + "These are the web browsers currently logged in to your ownCloud." : "Dessa webbläsare är för tillfället inloggade på din ownCloud.", + "Browser" : "Webbläsare", + "Most recent activity" : "Senaste aktivitet", + "You've linked these devices." : "Du har länkat dessa enheter.", "Name" : "Namn", + "A device password is a passcode that gives an app or device permissions to access your ownCloud account." : "Ett enhetslösenord är ett lösenord som ger en app eller enhet tillåtelse att komma åt ditt ownCloud-konto.", "Language" : "Språk", "Help translate" : "Hjälp att översätta", "Get the apps to sync your files" : "Skaffa apparna för att synkronisera dina filer", diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index 82c4b64aca6..3fd5151da9c 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -84,6 +84,10 @@ "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Applikationen har aktiverats men behöver uppdateras. Du kommer bli omdirigerad till uppdateringssidan inom 5 sekunder.", "App update" : "Uppdatering av app", "No apps found for {query}" : "Inga applikationer funna för {query}", + "Disconnect" : "Koppla från", + "Error while loading browser sessions and device tokens" : "Fel vid inläsning av webbläsarsessioner och enhetstoken.", + "Error while creating device token" : "Fel vid skapande av enhetstoken", + "Error while deleting the token" : "Fel vid borttagning av token", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Ett fel uppstod. Var god ladda upp ett ASCII-kodad PEM certifikat.", "Valid until {date}" : "Giltig t.o.m. {date}", "Delete" : "Radera", @@ -112,6 +116,8 @@ "__language_name__" : "__language_name__", "Unlimited" : "Obegränsad", "Personal info" : "Personlig information", + "Sessions" : "Sessioner", + "Devices" : "Enheter", "Sync clients" : "Synk-klienter", "Everything (fatal issues, errors, warnings, info, debug)" : "Allting (allvarliga fel, fel, varningar, info, debug)", "Info, warnings, errors and fatal issues" : "Info, varningar och allvarliga fel", @@ -258,7 +264,12 @@ "Current password" : "Nuvarande lösenord", "New password" : "Nytt lösenord", "Change password" : "Ändra lösenord", + "These are the web browsers currently logged in to your ownCloud." : "Dessa webbläsare är för tillfället inloggade på din ownCloud.", + "Browser" : "Webbläsare", + "Most recent activity" : "Senaste aktivitet", + "You've linked these devices." : "Du har länkat dessa enheter.", "Name" : "Namn", + "A device password is a passcode that gives an app or device permissions to access your ownCloud account." : "Ett enhetslösenord är ett lösenord som ger en app eller enhet tillåtelse att komma åt ditt ownCloud-konto.", "Language" : "Språk", "Help translate" : "Hjälp att översätta", "Get the apps to sync your files" : "Skaffa apparna för att synkronisera dina filer", |