diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-10 01:13:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-10 01:13:48 +0000 |
commit | 933ff3d4665af029bdda627fe3867708cc975614 (patch) | |
tree | 196613b7dd2c4f545824d994cc39b0ef1d22bc63 /apps | |
parent | 79f02c13e8246a8ea7731c056eaeba4a7d7a6b12 (diff) | |
download | nextcloud-server-933ff3d4665af029bdda627fe3867708cc975614.tar.gz nextcloud-server-933ff3d4665af029bdda627fe3867708cc975614.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
32 files changed, 66 insertions, 4 deletions
diff --git a/apps/dav/l10n/da.js b/apps/dav/l10n/da.js index 81d4dd6cfc6..2edb182b0c8 100644 --- a/apps/dav/l10n/da.js +++ b/apps/dav/l10n/da.js @@ -50,6 +50,8 @@ OC.L10N.register( "Where:" : "Hvor:", "Description:" : "Beskrivelse:", "Link:" : "Link:", + "Accept" : "Accepter", + "Decline" : "Afvis", "More options …" : "Flere indstillinger…", "Contacts" : "Kontakter", "WebDAV" : "WebDAV", diff --git a/apps/dav/l10n/da.json b/apps/dav/l10n/da.json index d552204d60c..8355d934fba 100644 --- a/apps/dav/l10n/da.json +++ b/apps/dav/l10n/da.json @@ -48,6 +48,8 @@ "Where:" : "Hvor:", "Description:" : "Beskrivelse:", "Link:" : "Link:", + "Accept" : "Accepter", + "Decline" : "Afvis", "More options …" : "Flere indstillinger…", "Contacts" : "Kontakter", "WebDAV" : "WebDAV", diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index ada4ad283de..34ae1971adf 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -60,6 +60,9 @@ OC.L10N.register( "More options …" : "Weitere Optionen...", "More options at %s" : "Weitere Optionen unter %s", "Contacts" : "Kontakte", + "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Dein %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.", + "Configures a CalDAV account" : "Ein CalDAV-Konto einrichten", + "Configures a CardDAV account" : "Ein CardDAV-Konto einrichten", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV-Endpunkt", "Technical details" : "Technische Details", @@ -72,7 +75,9 @@ OC.L10N.register( "Save" : "Speichern", "Your attendance was updated successfully." : "Dein Anwesenheits-Status wurde aktualisiert.", "Calendar server" : "Kalender-Server", + "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose}, oder {calendardocopen}verbinde deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.", "Send invitations to attendees" : "Einladungen an die Teilnehmer versenden", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stelle sicher, dass Du {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtest.", "Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen", "Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt", "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 1c41064391e..a7b9b6e4c3f 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -58,6 +58,9 @@ "More options …" : "Weitere Optionen...", "More options at %s" : "Weitere Optionen unter %s", "Contacts" : "Kontakte", + "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Dein %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.", + "Configures a CalDAV account" : "Ein CalDAV-Konto einrichten", + "Configures a CardDAV account" : "Ein CardDAV-Konto einrichten", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV-Endpunkt", "Technical details" : "Technische Details", @@ -70,7 +73,9 @@ "Save" : "Speichern", "Your attendance was updated successfully." : "Dein Anwesenheits-Status wurde aktualisiert.", "Calendar server" : "Kalender-Server", + "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose}, oder {calendardocopen}verbinde deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.", "Send invitations to attendees" : "Einladungen an die Teilnehmer versenden", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stelle sicher, dass Du {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtest.", "Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen", "Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt", "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js index 8c94f792922..c49f3bf9388 100644 --- a/apps/dav/l10n/de_DE.js +++ b/apps/dav/l10n/de_DE.js @@ -60,6 +60,9 @@ OC.L10N.register( "More options …" : "Weitere Optionen...", "More options at %s" : "Weitere Optionen unter %s", "Contacts" : "Kontakte", + "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ihr %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.", + "Configures a CalDAV account" : "Ein CalDAV-Konto einrichten", + "Configures a CardDAV account" : "Ein CardDAV-Konto einrichten", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV-Endpunkt", "Technical details" : "Technische Details", @@ -72,7 +75,9 @@ OC.L10N.register( "Save" : "Speichern", "Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.", "Calendar server" : "Kalender-Server", + "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose}, oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.", "Send invitations to attendees" : "Einladungen an die Teilnehmer versenden", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stellen Sie sicher, dass Sie {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtet haben.", "Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen", "Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt", "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json index 20337a88128..38cf44b9c69 100644 --- a/apps/dav/l10n/de_DE.json +++ b/apps/dav/l10n/de_DE.json @@ -58,6 +58,9 @@ "More options …" : "Weitere Optionen...", "More options at %s" : "Weitere Optionen unter %s", "Contacts" : "Kontakte", + "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Ihr %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.", + "Configures a CalDAV account" : "Ein CalDAV-Konto einrichten", + "Configures a CardDAV account" : "Ein CardDAV-Konto einrichten", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV-Endpunkt", "Technical details" : "Technische Details", @@ -70,7 +73,9 @@ "Save" : "Speichern", "Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.", "Calendar server" : "Kalender-Server", + "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose}, oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.", "Send invitations to attendees" : "Einladungen an die Teilnehmer versenden", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stellen Sie sicher, dass Sie {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtet haben.", "Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen", "Birthday calendars will be generated by a background job." : "Kalender für Geburtstage werden von einem Hintergrund-Auftrag erstellt", "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js index 364dcacf859..7914d647695 100644 --- a/apps/dav/l10n/it.js +++ b/apps/dav/l10n/it.js @@ -77,7 +77,7 @@ OC.L10N.register( "Calendar server" : "Server di calendari", "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installa anche {calendarappstoreopen}l'app Calendario{linkclose}, o {calendardocopen}connetti il tuo desktop e mobile per la sicronizzazione ↗{linkclose}.", "Send invitations to attendees" : "Invia gli inviti ai partecipanti", - "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assicurati di configurare correttamente {emailopen}il server email{linkclose}.", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assicurati di configurare correttamente {emailopen}il server di posta{linkclose}.", "Automatically generate a birthday calendar" : "Genera automaticamente un calendario dei compleanni", "Birthday calendars will be generated by a background job." : "Il calendario dei compleanni sarà generato con un'operazione in background.", "Hence they will not be available immediately after enabling but will show up after some time." : "Per cui non saranno disponibili immediatamente dopo l'abilitazione, ma saranno mostrati dopo qualche istante.", diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json index ad1f6eb6111..eb4cb28c126 100644 --- a/apps/dav/l10n/it.json +++ b/apps/dav/l10n/it.json @@ -75,7 +75,7 @@ "Calendar server" : "Server di calendari", "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installa anche {calendarappstoreopen}l'app Calendario{linkclose}, o {calendardocopen}connetti il tuo desktop e mobile per la sicronizzazione ↗{linkclose}.", "Send invitations to attendees" : "Invia gli inviti ai partecipanti", - "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assicurati di configurare correttamente {emailopen}il server email{linkclose}.", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assicurati di configurare correttamente {emailopen}il server di posta{linkclose}.", "Automatically generate a birthday calendar" : "Genera automaticamente un calendario dei compleanni", "Birthday calendars will be generated by a background job." : "Il calendario dei compleanni sarà generato con un'operazione in background.", "Hence they will not be available immediately after enabling but will show up after some time." : "Per cui non saranno disponibili immediatamente dopo l'abilitazione, ma saranno mostrati dopo qualche istante.", diff --git a/apps/dav/l10n/tr.js b/apps/dav/l10n/tr.js index 9f50376b671..208453ca254 100644 --- a/apps/dav/l10n/tr.js +++ b/apps/dav/l10n/tr.js @@ -60,6 +60,9 @@ OC.L10N.register( "More options …" : "Diğer seçenekler…", "More options at %s" : "%s üzerindeki diğer seçenekler", "Contacts" : "Kişiler", + "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "iOS/macOS üzerinde CalDAV ve CardDAV kullanabilmek için %s HTTPS kullanacak şekilde yapılandırılmalıdır.", + "Configures a CalDAV account" : "Bir CalDAV hesabı yapılandırır", + "Configures a CardDAV account" : "Bir CardDAV hesabı yapılandırır", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV Bağlantı Noktası", "Technical details" : "Teknik ayrıntılar", @@ -72,7 +75,9 @@ OC.L10N.register( "Save" : "Kaydet", "Your attendance was updated successfully." : "Katılımınız güncellendi.", "Calendar server" : "Takvim sunucusu", + "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Ayrıca {calendarappstoreopen}Takvim Uygulamasını{linkclose} kurun ya da {calendardocopen}bilgisayarınızı ya da taşınabilir aygıtınızı eşitlemek üzere bağlayın ↗{linkclose}.", "Send invitations to attendees" : "Katılımcılara çağrıları gönder", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Lütfen {emailopen}e-posta sunucusunu{linkclose} doğru ayarladığınızdan emin olun.", "Automatically generate a birthday calendar" : "Doğum günü takvimi otomatik oluşturulsun", "Birthday calendars will be generated by a background job." : "Bu seçenek etkinleştirildiğinde, doğum günü takvimi arka plan görevi olarak oluşturulur.", "Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.", diff --git a/apps/dav/l10n/tr.json b/apps/dav/l10n/tr.json index 066944880d2..618c448f645 100644 --- a/apps/dav/l10n/tr.json +++ b/apps/dav/l10n/tr.json @@ -58,6 +58,9 @@ "More options …" : "Diğer seçenekler…", "More options at %s" : "%s üzerindeki diğer seçenekler", "Contacts" : "Kişiler", + "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "iOS/macOS üzerinde CalDAV ve CardDAV kullanabilmek için %s HTTPS kullanacak şekilde yapılandırılmalıdır.", + "Configures a CalDAV account" : "Bir CalDAV hesabı yapılandırır", + "Configures a CardDAV account" : "Bir CardDAV hesabı yapılandırır", "WebDAV" : "WebDAV", "WebDAV endpoint" : "WebDAV Bağlantı Noktası", "Technical details" : "Teknik ayrıntılar", @@ -70,7 +73,9 @@ "Save" : "Kaydet", "Your attendance was updated successfully." : "Katılımınız güncellendi.", "Calendar server" : "Takvim sunucusu", + "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Ayrıca {calendarappstoreopen}Takvim Uygulamasını{linkclose} kurun ya da {calendardocopen}bilgisayarınızı ya da taşınabilir aygıtınızı eşitlemek üzere bağlayın ↗{linkclose}.", "Send invitations to attendees" : "Katılımcılara çağrıları gönder", + "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Lütfen {emailopen}e-posta sunucusunu{linkclose} doğru ayarladığınızdan emin olun.", "Automatically generate a birthday calendar" : "Doğum günü takvimi otomatik oluşturulsun", "Birthday calendars will be generated by a background job." : "Bu seçenek etkinleştirildiğinde, doğum günü takvimi arka plan görevi olarak oluşturulur.", "Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.", diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 2aec8d764c1..ef0c7971cc7 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -32,6 +32,7 @@ OC.L10N.register( "Rename" : "Přejmenovat", "Copy" : "Kopírovat", "Choose target folder" : "Zvolte cílovou složku", + "Open" : "Otevřít", "Disconnect storage" : "Odpojit úložiště", "Unshare" : "Zrušit sdílení", "Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor {file}", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index d8d4e835d9a..89dedd35a38 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -30,6 +30,7 @@ "Rename" : "Přejmenovat", "Copy" : "Kopírovat", "Choose target folder" : "Zvolte cílovou složku", + "Open" : "Otevřít", "Disconnect storage" : "Odpojit úložiště", "Unshare" : "Zrušit sdílení", "Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor {file}", diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index 082752bb8e5..d1498d15d49 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -32,6 +32,7 @@ OC.L10N.register( "Rename" : "Umbenennen", "Copy" : "Kopieren", "Choose target folder" : "Zielordner wählen", + "Open" : "Öffnen", "Disconnect storage" : "Speicher trennen", "Unshare" : "Freigabe aufheben", "Could not load info for file \"{file}\"" : "Die Informationen zur Datei \"{file}\" konnten nicht geladen werden", diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index e28b3ff81ea..02e8a35bb25 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -30,6 +30,7 @@ "Rename" : "Umbenennen", "Copy" : "Kopieren", "Choose target folder" : "Zielordner wählen", + "Open" : "Öffnen", "Disconnect storage" : "Speicher trennen", "Unshare" : "Freigabe aufheben", "Could not load info for file \"{file}\"" : "Die Informationen zur Datei \"{file}\" konnten nicht geladen werden", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index a24ee54ee75..3ac1b038bea 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -32,6 +32,7 @@ OC.L10N.register( "Rename" : "Umbenennen", "Copy" : "Kopieren", "Choose target folder" : "Zielordner wählen", + "Open" : "Öffnen", "Disconnect storage" : "Speicher trennen", "Unshare" : "Freigabe aufheben", "Could not load info for file \"{file}\"" : "Die Informationen zur Datei \"{file}\" konnten nicht geladen werden", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 06d63e7a1da..f8d653fd2c2 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -30,6 +30,7 @@ "Rename" : "Umbenennen", "Copy" : "Kopieren", "Choose target folder" : "Zielordner wählen", + "Open" : "Öffnen", "Disconnect storage" : "Speicher trennen", "Unshare" : "Freigabe aufheben", "Could not load info for file \"{file}\"" : "Die Informationen zur Datei \"{file}\" konnten nicht geladen werden", diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 3593b32b09a..75ba897b76d 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -32,6 +32,7 @@ OC.L10N.register( "Rename" : "Nimeä uudelleen", "Copy" : "Kopioi", "Choose target folder" : "Valitse kohdekansio", + "Open" : "Avaa", "Disconnect storage" : "Katkaise yhteys tallennustilaan", "Unshare" : "Peru jakaminen", "Could not load info for file \"{file}\"" : "Ei voida ladata tiedoston \"{file}\" tietoja", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index ea260655944..fa186469b34 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -30,6 +30,7 @@ "Rename" : "Nimeä uudelleen", "Copy" : "Kopioi", "Choose target folder" : "Valitse kohdekansio", + "Open" : "Avaa", "Disconnect storage" : "Katkaise yhteys tallennustilaan", "Unshare" : "Peru jakaminen", "Could not load info for file \"{file}\"" : "Ei voida ladata tiedoston \"{file}\" tietoja", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 74764235708..3a16fdedee3 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -32,6 +32,7 @@ OC.L10N.register( "Rename" : "Renommer", "Copy" : "Copier", "Choose target folder" : "Sélectionner le dossier cible", + "Open" : "Ouvrir", "Disconnect storage" : "Déconnecter ce support de stockage", "Unshare" : "Ne plus partager", "Could not load info for file \"{file}\"" : "Impossible de charger les informations du fichier \"{file}\"", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 9a8394ef2e1..09417bd6d0b 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -30,6 +30,7 @@ "Rename" : "Renommer", "Copy" : "Copier", "Choose target folder" : "Sélectionner le dossier cible", + "Open" : "Ouvrir", "Disconnect storage" : "Déconnecter ce support de stockage", "Unshare" : "Ne plus partager", "Could not load info for file \"{file}\"" : "Impossible de charger les informations du fichier \"{file}\"", diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 6db70f42d74..378df8202a0 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -32,6 +32,7 @@ OC.L10N.register( "Rename" : "Rinomina", "Copy" : "Copia", "Choose target folder" : "Scegli la cartella di destinazione", + "Open" : "Apri", "Disconnect storage" : "Disconnetti archiviazione", "Unshare" : "Rimuovi condivisione", "Could not load info for file \"{file}\"" : "Impossibile caricare le informazioni per il file \"{file}\"", diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index e6ddb57ffc5..638dec6c6c9 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -30,6 +30,7 @@ "Rename" : "Rinomina", "Copy" : "Copia", "Choose target folder" : "Scegli la cartella di destinazione", + "Open" : "Apri", "Disconnect storage" : "Disconnetti archiviazione", "Unshare" : "Rimuovi condivisione", "Could not load info for file \"{file}\"" : "Impossibile caricare le informazioni per il file \"{file}\"", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index aaceedc382e..cefc46713b9 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -32,6 +32,7 @@ OC.L10N.register( "Rename" : "Renomear", "Copy" : "Copiar", "Choose target folder" : "Escolher pasta destino", + "Open" : "Abrir", "Disconnect storage" : "Desconectar armazenamento", "Unshare" : "Descompartilhar", "Could not load info for file \"{file}\"" : "Não foi possível carregar informações para o arquivo \"{file}\" ", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 2759e651890..89e0812da3d 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -30,6 +30,7 @@ "Rename" : "Renomear", "Copy" : "Copiar", "Choose target folder" : "Escolher pasta destino", + "Open" : "Abrir", "Disconnect storage" : "Desconectar armazenamento", "Unshare" : "Descompartilhar", "Could not load info for file \"{file}\"" : "Não foi possível carregar informações para o arquivo \"{file}\" ", diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index e1632aff055..ef19d67e307 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -32,6 +32,7 @@ OC.L10N.register( "Rename" : "Yeniden Adlandır", "Copy" : "Kopyala", "Choose target folder" : "Hedef klasörü seçin", + "Open" : "Aç", "Disconnect storage" : "Depolama bağlantısını kes", "Unshare" : "Paylaşımı Kaldır", "Could not load info for file \"{file}\"" : "\"{file}\" dosyasının bilgileri alınamadı", @@ -68,6 +69,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Buraya dosya yükleme veya ekleme izniniz yok", "_Uploading %n file_::_Uploading %n files_" : ["%n dosya yükleniyor","%n dosya yükleniyor"], "New" : "Yeni", + "Select file range" : "Dosya aralığını seçin", "{used} of {quota} used" : "{used} / {quota} kullanılmış", "{used} used" : "{used} kullanılmış", "\"{name}\" is an invalid file name." : "\"{name}\" geçersiz bir dosya adı.", @@ -86,6 +88,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"], "Favorited" : "Sık kullanılanlara eklendi", "Favorite" : "Sık kullanılanlara ekle", + "You can only favorite a single file or folder at a time" : "Aynı anda yalnız bir dosya ya da bir klasör sık kullanılanlara eklenebilir", "New folder" : "Yeni klasör", "Upload file" : "Dosya yükle", "Not favorited" : "Sık kullanılanlarda değil", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index 7c1707d923e..6896d5173a8 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -30,6 +30,7 @@ "Rename" : "Yeniden Adlandır", "Copy" : "Kopyala", "Choose target folder" : "Hedef klasörü seçin", + "Open" : "Aç", "Disconnect storage" : "Depolama bağlantısını kes", "Unshare" : "Paylaşımı Kaldır", "Could not load info for file \"{file}\"" : "\"{file}\" dosyasının bilgileri alınamadı", @@ -66,6 +67,7 @@ "You don’t have permission to upload or create files here" : "Buraya dosya yükleme veya ekleme izniniz yok", "_Uploading %n file_::_Uploading %n files_" : ["%n dosya yükleniyor","%n dosya yükleniyor"], "New" : "Yeni", + "Select file range" : "Dosya aralığını seçin", "{used} of {quota} used" : "{used} / {quota} kullanılmış", "{used} used" : "{used} kullanılmış", "\"{name}\" is an invalid file name." : "\"{name}\" geçersiz bir dosya adı.", @@ -84,6 +86,7 @@ "_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"], "Favorited" : "Sık kullanılanlara eklendi", "Favorite" : "Sık kullanılanlara ekle", + "You can only favorite a single file or folder at a time" : "Aynı anda yalnız bir dosya ya da bir klasör sık kullanılanlara eklenebilir", "New folder" : "Yeni klasör", "Upload file" : "Dosya yükle", "Not favorited" : "Sık kullanılanlarda değil", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 5e3e382180d..66a9cc8f1ad 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -49,7 +49,7 @@ OC.L10N.register( "Could not copy \"{file}\"" : "不能复制 \"{文件}\"", "Copied {origin} inside {destination}" : "在 {destination} 内复制 {origin}", "Copied {origin} and {nbfiles} other files inside {destination}" : "在 {destination} 内复制 {origin} 和 {nbfiles} 其他文件", - "{newName} already exists" : "{newname} 已经存在", + "{newName} already exists" : "{newName} 已经存在", "Could not rename \"{fileName}\", it does not exist any more" : "无法重命名 \"{fileName}\",此文件已经不存在", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹 \"{dir}\" 中已经存在 \"{targetName}\"。请尝试其他的名称。", "Could not rename \"{fileName}\"" : "无法重命名 \"{fileName}\"", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index bcd777d90c1..e82fad3e99b 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -47,7 +47,7 @@ "Could not copy \"{file}\"" : "不能复制 \"{文件}\"", "Copied {origin} inside {destination}" : "在 {destination} 内复制 {origin}", "Copied {origin} and {nbfiles} other files inside {destination}" : "在 {destination} 内复制 {origin} 和 {nbfiles} 其他文件", - "{newName} already exists" : "{newname} 已经存在", + "{newName} already exists" : "{newName} 已经存在", "Could not rename \"{fileName}\", it does not exist any more" : "无法重命名 \"{fileName}\",此文件已经不存在", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹 \"{dir}\" 中已经存在 \"{targetName}\"。请尝试其他的名称。", "Could not rename \"{fileName}\"" : "无法重命名 \"{fileName}\"", diff --git a/apps/files_sharing/l10n/da.js b/apps/files_sharing/l10n/da.js index 1bc1aa1382e..5aab43c195b 100644 --- a/apps/files_sharing/l10n/da.js +++ b/apps/files_sharing/l10n/da.js @@ -22,6 +22,7 @@ OC.L10N.register( "Downloaded via public link" : "Downloaded via et offentligt link", "Downloaded by {email}" : "Downloaded af {email}", "{email} downloaded {file}" : "{email} downloadede {file}", + "Shared with group {group}" : "Delt med gruppe {group}", "{actor} shared with group {group}" : "{actor} delte med gruppe {group}", "{actor} removed share for group {group}" : "{actor} fjernede deling fra gruppe {group}", "You shared {file} with group {group}" : "Du delte {file} med gruppe {group}", diff --git a/apps/files_sharing/l10n/da.json b/apps/files_sharing/l10n/da.json index 38fbece4ffa..7ac09cc7fff 100644 --- a/apps/files_sharing/l10n/da.json +++ b/apps/files_sharing/l10n/da.json @@ -20,6 +20,7 @@ "Downloaded via public link" : "Downloaded via et offentligt link", "Downloaded by {email}" : "Downloaded af {email}", "{email} downloaded {file}" : "{email} downloadede {file}", + "Shared with group {group}" : "Delt med gruppe {group}", "{actor} shared with group {group}" : "{actor} delte med gruppe {group}", "{actor} removed share for group {group}" : "{actor} fjernede deling fra gruppe {group}", "You shared {file} with group {group}" : "Du delte {file} med gruppe {group}", diff --git a/apps/workflowengine/l10n/da.js b/apps/workflowengine/l10n/da.js index a70b8e99f71..efe7e4f0b71 100644 --- a/apps/workflowengine/l10n/da.js +++ b/apps/workflowengine/l10n/da.js @@ -6,6 +6,7 @@ OC.L10N.register( "Reset" : "Reset", "Save" : "Gem", "Saving…" : "Gemmer...", + "Group list is empty" : "Gruppelisten er tom", "Unable to retrieve the group list" : "Kan ikke hente gruppelisten", "Saved" : "Gemt", "Saving failed:" : "Kunne ikke gemme:", @@ -16,6 +17,7 @@ OC.L10N.register( "matches" : "er lig med", "does not match" : "er ikke lig med", "Example: {placeholder}" : "Eksempel: {placeholder}", + "File name" : "Filnavn", "File size (upload)" : "Filstørrelse (upload)", "less" : "mindre", "less or equals" : "mindre eller lig med", @@ -44,6 +46,7 @@ OC.L10N.register( "Android client" : "Android klient", "iOS client" : "iOS klient", "Desktop client" : "Dekstop klient", + "Thunderbird & Outlook addons" : "Thunderbird & Outlook tilføjelser", "User group membership" : "Brugers gruppemedlemsskab", "is member of" : "er medlem af", "is not member of" : "er ikke medlem af", diff --git a/apps/workflowengine/l10n/da.json b/apps/workflowengine/l10n/da.json index f260f21ee2c..68bfa09c61f 100644 --- a/apps/workflowengine/l10n/da.json +++ b/apps/workflowengine/l10n/da.json @@ -4,6 +4,7 @@ "Reset" : "Reset", "Save" : "Gem", "Saving…" : "Gemmer...", + "Group list is empty" : "Gruppelisten er tom", "Unable to retrieve the group list" : "Kan ikke hente gruppelisten", "Saved" : "Gemt", "Saving failed:" : "Kunne ikke gemme:", @@ -14,6 +15,7 @@ "matches" : "er lig med", "does not match" : "er ikke lig med", "Example: {placeholder}" : "Eksempel: {placeholder}", + "File name" : "Filnavn", "File size (upload)" : "Filstørrelse (upload)", "less" : "mindre", "less or equals" : "mindre eller lig med", @@ -42,6 +44,7 @@ "Android client" : "Android klient", "iOS client" : "iOS klient", "Desktop client" : "Dekstop klient", + "Thunderbird & Outlook addons" : "Thunderbird & Outlook tilføjelser", "User group membership" : "Brugers gruppemedlemsskab", "is member of" : "er medlem af", "is not member of" : "er ikke medlem af", |