diff --git a/apps/systemtags/l10n/fr.js b/apps/systemtags/l10n/fr.js index d7e1f3b1c056ca0360ae28863a6f870ddd7ea613..7d5cf74ab9197f22e91de506b70685d7f1682a70 100644 --- a/apps/systemtags/l10n/fr.js +++ b/apps/systemtags/l10n/fr.js @@ -2,6 +2,13 @@ OC.L10N.register( "systemtags", { "<strong>System tags</strong> for a file have been modified" : "<strong>Les étiquettes systèmes</strong> pour un fichier ont été modifiées", + "%1$s assigned system tag %3$s" : "%1$s a attribué l'étiquette système %3$s", + "%1$s unassigned system tag %3$s" : "%1$s a retiré l'étiquette système %3$s", + "%1$s created system tag %2$s" : "%1$s a créé l'étiquette système %2$s", + "%1$s deleted system tag %2$s" : "%1$s a supprimé l'étiquette système %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s a renommé l'étiquette système %3$s en %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s a attribué l'étiquette système %3$s à %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s a retiré l'étiquette système %3$s à %2$s", "%s (not-assignable)" : "%s (non assignable)", "%s (invisible)" : "%s (invisible)", "Tags" : "Étiquettes", diff --git a/apps/systemtags/l10n/fr.json b/apps/systemtags/l10n/fr.json index e4b5296fb20a9865b36385b1646f7f8dda659a36..987e8653aef2092e1311d143f049ad942fda5ae1 100644 --- a/apps/systemtags/l10n/fr.json +++ b/apps/systemtags/l10n/fr.json @@ -1,5 +1,12 @@ { "translations": { "<strong>System tags</strong> for a file have been modified" : "<strong>Les étiquettes systèmes</strong> pour un fichier ont été modifiées", + "%1$s assigned system tag %3$s" : "%1$s a attribué l'étiquette système %3$s", + "%1$s unassigned system tag %3$s" : "%1$s a retiré l'étiquette système %3$s", + "%1$s created system tag %2$s" : "%1$s a créé l'étiquette système %2$s", + "%1$s deleted system tag %2$s" : "%1$s a supprimé l'étiquette système %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s a renommé l'étiquette système %3$s en %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s a attribué l'étiquette système %3$s à %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s a retiré l'étiquette système %3$s à %2$s", "%s (not-assignable)" : "%s (non assignable)", "%s (invisible)" : "%s (invisible)", "Tags" : "Étiquettes", diff --git a/apps/updatenotification/l10n/cs_CZ.js b/apps/updatenotification/l10n/cs_CZ.js index 0f69cd04f2a8c29a47e8e5bd7d34aa0fef08c9d9..82364d60e699ba1c236452500ba5806a4ebc1c64 100644 --- a/apps/updatenotification/l10n/cs_CZ.js +++ b/apps/updatenotification/l10n/cs_CZ.js @@ -1,10 +1,13 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Aktualizovat kanál", "{version} is available. Get more information on how to update." : "Je dostupná {version}. PÅ™eÄtÄ›te si vÃce informacà jak aktualizovat.", "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." }, diff --git a/apps/updatenotification/l10n/cs_CZ.json b/apps/updatenotification/l10n/cs_CZ.json index 1b3b07a22986ecfd1c6af4465b01d707599937b7..5621045e4e2aec89479a3bc908b1a54b78bdb002 100644 --- a/apps/updatenotification/l10n/cs_CZ.json +++ b/apps/updatenotification/l10n/cs_CZ.json @@ -1,8 +1,11 @@ { "translations": { + "Updated channel" : "Aktualizovat kanál", "{version} is available. Get more information on how to update." : "Je dostupná {version}. PÅ™eÄtÄ›te si vÃce informacà jak aktualizovat.", "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." },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" diff --git a/apps/updatenotification/l10n/fi_FI.js b/apps/updatenotification/l10n/fi_FI.js index b3776c450bd4750da12ef4de553066cb8db374b4..811f4cf83e8ddb5c2c68eedb29fe100564e411dd 100644 --- a/apps/updatenotification/l10n/fi_FI.js +++ b/apps/updatenotification/l10n/fi_FI.js @@ -1,10 +1,13 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Päivitetty kanava", "{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.", "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." }, diff --git a/apps/updatenotification/l10n/fi_FI.json b/apps/updatenotification/l10n/fi_FI.json index a2386c550b4daef6658985454966b219ac303232..0a475e17ba732f82a6453a333a1eea242ab6a3fa 100644 --- a/apps/updatenotification/l10n/fi_FI.json +++ b/apps/updatenotification/l10n/fi_FI.json @@ -1,8 +1,11 @@ { "translations": { + "Updated channel" : "Päivitetty kanava", "{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.", "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." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js index eb89450afedec1fdbc3c31d7ef689dece7a47679..b4bcd3bf242028db02663f400ed11f973fde132e 100644 --- a/apps/updatenotification/l10n/fr.js +++ b/apps/updatenotification/l10n/fr.js @@ -5,6 +5,8 @@ OC.L10N.register( "Updater" : "Mises à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", "Open updater" : "Ouvrir le système de mise à jour", + "Your version is up to date." : "Votre version est à jour.", + "Checked on %s" : "Vérifié le %s", "Update channel:" : "Canal de mise à jour :", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour vers une version plus récente ou un canal expérimental. Cependant vous ne pourrez jamais revenir à un canal plus stable." }, diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json index 1f264bbe4093519b610d861abb972cfa19b91051..d48167344b7cb8920a66555651df502de9ef85e5 100644 --- a/apps/updatenotification/l10n/fr.json +++ b/apps/updatenotification/l10n/fr.json @@ -3,6 +3,8 @@ "Updater" : "Mises à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", "Open updater" : "Ouvrir le système de mise à jour", + "Your version is up to date." : "Votre version est à jour.", + "Checked on %s" : "Vérifié le %s", "Update channel:" : "Canal de mise à jour :", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour vers une version plus récente ou un canal expérimental. Cependant vous ne pourrez jamais revenir à un canal plus stable." },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js index e35241009ec367ad3f1e02b5420ca03255a9e89c..7fb3d153b9ac00605cafdf2c051a5bbc9e5a57ea 100644 --- a/apps/updatenotification/l10n/it.js +++ b/apps/updatenotification/l10n/it.js @@ -1,10 +1,13 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Canale di aggiornamento", "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", "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." }, diff --git a/apps/updatenotification/l10n/it.json b/apps/updatenotification/l10n/it.json index 818f2ae400cf7233b35468bf8ecc69fabe19fc3b..18c4b7e0d1d498e2143a9001f67540e86a1e0714 100644 --- a/apps/updatenotification/l10n/it.json +++ b/apps/updatenotification/l10n/it.json @@ -1,8 +1,11 @@ { "translations": { + "Updated channel" : "Canale di aggiornamento", "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", "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." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/updatenotification/l10n/nb_NO.js b/apps/updatenotification/l10n/nb_NO.js index eb88934e0cb6c08c387f6629c66e8294947d74cf..62d5121a3a0b90a6d1b11d6d3ba019c8131a6ae9 100644 --- a/apps/updatenotification/l10n/nb_NO.js +++ b/apps/updatenotification/l10n/nb_NO.js @@ -1,10 +1,13 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Oppdaterte kanal", "{version} is available. Get more information on how to update." : "{version} er tilgjengelig. FÃ¥ mer informasjon om Ã¥ oppdatere.", "Updater" : "Oppdaterer", "A new version is available: %s" : "En ny versjon er tilgjengelig: %s", "Open updater" : "Ã…pne oppdaterer", + "Your version is up to date." : "Du har nyeste versjon.", + "Checked on %s" : "Sjekket %s", "Update channel:" : "Oppdateringskanal:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal." }, diff --git a/apps/updatenotification/l10n/nb_NO.json b/apps/updatenotification/l10n/nb_NO.json index 7593e04eb3294a899ede7a75871d697a6fdf708f..75e9c8302081c37ad660a21fd701670b7a68cd7a 100644 --- a/apps/updatenotification/l10n/nb_NO.json +++ b/apps/updatenotification/l10n/nb_NO.json @@ -1,8 +1,11 @@ { "translations": { + "Updated channel" : "Oppdaterte kanal", "{version} is available. Get more information on how to update." : "{version} er tilgjengelig. FÃ¥ mer informasjon om Ã¥ oppdatere.", "Updater" : "Oppdaterer", "A new version is available: %s" : "En ny versjon er tilgjengelig: %s", "Open updater" : "Ã…pne oppdaterer", + "Your version is up to date." : "Du har nyeste versjon.", + "Checked on %s" : "Sjekket %s", "Update channel:" : "Oppdateringskanal:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan alltid oppdatere til en nyere versjon / eksperimentell kanal. Men du kan aldri nedgradere til en mer stabil kanal." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/updatenotification/l10n/nl.js b/apps/updatenotification/l10n/nl.js index 20c8b8f40bf214651652dd4520832f80a8839d7f..9d7c830775f90f19f6a56347a3fb1df568525527 100644 --- a/apps/updatenotification/l10n/nl.js +++ b/apps/updatenotification/l10n/nl.js @@ -1,10 +1,13 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Bijgewerkt kanaal", "{version} is available. Get more information on how to update." : "{version} is beschikbaar. Meer informatie over het bijwerken.", "Updater" : "Updater", "A new version is available: %s" : "Er is een nieuwe versie beschikbaar: %s", "Open updater" : "Open updater", + "Your version is up to date." : "Uw versie is up to date.", + "Checked on %s" : "Gecontroleerd op %s", "Update channel:" : "Bijwerkkanaal:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "U kunt altijd updaten naar een nieuwere versie of experimenteel kanaal. Maar terug naar een oudere versie of een stabieler kanaal is niet mogelijk." }, diff --git a/apps/updatenotification/l10n/nl.json b/apps/updatenotification/l10n/nl.json index 6157fbcd26da92c44203334e05863e1f96673eaf..564d890bd8545c8da4820f5ab1d7c449d5535308 100644 --- a/apps/updatenotification/l10n/nl.json +++ b/apps/updatenotification/l10n/nl.json @@ -1,8 +1,11 @@ { "translations": { + "Updated channel" : "Bijgewerkt kanaal", "{version} is available. Get more information on how to update." : "{version} is beschikbaar. Meer informatie over het bijwerken.", "Updater" : "Updater", "A new version is available: %s" : "Er is een nieuwe versie beschikbaar: %s", "Open updater" : "Open updater", + "Your version is up to date." : "Uw versie is up to date.", + "Checked on %s" : "Gecontroleerd op %s", "Update channel:" : "Bijwerkkanaal:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "U kunt altijd updaten naar een nieuwere versie of experimenteel kanaal. Maar terug naar een oudere versie of een stabieler kanaal is niet mogelijk." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/updatenotification/l10n/sq.js b/apps/updatenotification/l10n/sq.js index 5ff8cf2e58760bcd665c7a949d30a6ff6adcf661..dbbbc70fdbef19ba0e4e3467fff6209715f3e894 100644 --- a/apps/updatenotification/l10n/sq.js +++ b/apps/updatenotification/l10n/sq.js @@ -1,9 +1,13 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Kanali u përditësua", "{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni.", "Updater" : "Përditësues", + "A new version is available: %s" : "Ka gati një version të ri: %s", "Open updater" : "Hapni përditësuesin", + "Your version is up to date." : "Versioni juaj është i përditësuar.", + "Checked on %s" : "Kontrolluar më %s", "Update channel:" : "Kanal përditësimesh:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Mundeni përherë ta përditësoni me një version të ri / kanal eksperimental. Por nuk mund ta ulni kurrë versionin në një version më të qëndrueshëm." }, diff --git a/apps/updatenotification/l10n/sq.json b/apps/updatenotification/l10n/sq.json index ce02d5c8d9491de8a083ea03a356d0df20a9a1c5..4706aad08995ab8357a659f0893b82b7bbca0b7b 100644 --- a/apps/updatenotification/l10n/sq.json +++ b/apps/updatenotification/l10n/sq.json @@ -1,7 +1,11 @@ { "translations": { + "Updated channel" : "Kanali u përditësua", "{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni.", "Updater" : "Përditësues", + "A new version is available: %s" : "Ka gati një version të ri: %s", "Open updater" : "Hapni përditësuesin", + "Your version is up to date." : "Versioni juaj është i përditësuar.", + "Checked on %s" : "Kontrolluar më %s", "Update channel:" : "Kanal përditësimesh:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Mundeni përherë ta përditësoni me një version të ri / kanal eksperimental. Por nuk mund ta ulni kurrë versionin në një version më të qëndrueshëm." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js index d4985dd9791fa33dd6bacf346d121bc2e95c2772..d1e15109d9a36b858ca805673acfa9d6a6330a7e 100644 --- a/core/l10n/nb_NO.js +++ b/core/l10n/nb_NO.js @@ -197,6 +197,7 @@ OC.L10N.register( "sunny" : "solfylt", "Hello {name}, the weather is {weather}" : "Hallo {name}, været er {weather}", "Hello {name}" : "Hallo {name}", + "new" : "ny", "_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregÃ¥r, lukking av denne siden kan forstyrre prosessen for enkelte systemer.", "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.", diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json index 45624062b773568977a3d71c249302e536ca632e..7b5281a14ae30f8e44aca061e6c0a1af27938c83 100644 --- a/core/l10n/nb_NO.json +++ b/core/l10n/nb_NO.json @@ -195,6 +195,7 @@ "sunny" : "solfylt", "Hello {name}, the weather is {weather}" : "Hallo {name}, været er {weather}", "Hello {name}" : "Hallo {name}", + "new" : "ny", "_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregÃ¥r, lukking av denne siden kan forstyrre prosessen for enkelte systemer.", "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.",