diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-19 02:28:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-19 02:28:19 +0000 |
commit | 9db33055b208518601ff7b389188c032f8792e39 (patch) | |
tree | e4136b9ebaa3e911b897af0acf040f1152fdd43f /apps | |
parent | d6f51cf9432f19c3c826b4a6350476d747132e5b (diff) | |
download | nextcloud-server-9db33055b208518601ff7b389188c032f8792e39.tar.gz nextcloud-server-9db33055b208518601ff7b389188c032f8792e39.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
212 files changed, 326 insertions, 224 deletions
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index 13fa58e83a9..047c12d3f05 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "Abgesagt: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" wurde abgebrochen.", "Re: %1$s" : "Re: %1$s", + "%1$s has accepted your invitation" : "%1$s hat deine Einladung angenommen.", + "%1$s has tentatively accepted your invitation" : "%1$s hat deine Einladung vorläufig angenommen.", + "%1$s has declined your invitation" : "%1$s hat deine Einladung abgelehnt.", "%1$s has responded to your invitation" : "%1$s hat auf deine Einladung geantwortet.", "Invitation updated: %1$s" : "Einladung aktualisiert: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert", diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 6e4a4f25f70..8c6d7a686b7 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "Abgesagt: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" wurde abgebrochen.", "Re: %1$s" : "Re: %1$s", + "%1$s has accepted your invitation" : "%1$s hat deine Einladung angenommen.", + "%1$s has tentatively accepted your invitation" : "%1$s hat deine Einladung vorläufig angenommen.", + "%1$s has declined your invitation" : "%1$s hat deine Einladung abgelehnt.", "%1$s has responded to your invitation" : "%1$s hat auf deine Einladung geantwortet.", "Invitation updated: %1$s" : "Einladung aktualisiert: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert", diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js index 43a9a0e1471..18d03eba8f6 100644 --- a/apps/dav/l10n/de_DE.js +++ b/apps/dav/l10n/de_DE.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "Abgesagt: %1$s", "\"%1$s\" has been canceled" : "\"%1$s“ wurde abgesagt.", "Re: %1$s" : "Re: %1$s", + "%1$s has accepted your invitation" : "%1$s hat Ihre Einladung angenommen", + "%1$s has tentatively accepted your invitation" : "%1$s hat Ihre Einladung vorläufig angenommen", + "%1$s has declined your invitation" : "%1$s hat Ihre Einladung abgelehnt", "%1$s has responded to your invitation" : "%1$s hat auf Ihre Einladung geantwortet", "Invitation updated: %1$s" : "Einladung aktualisiert: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert", diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json index f2c9d753e8c..16fd0e25898 100644 --- a/apps/dav/l10n/de_DE.json +++ b/apps/dav/l10n/de_DE.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "Abgesagt: %1$s", "\"%1$s\" has been canceled" : "\"%1$s“ wurde abgesagt.", "Re: %1$s" : "Re: %1$s", + "%1$s has accepted your invitation" : "%1$s hat Ihre Einladung angenommen", + "%1$s has tentatively accepted your invitation" : "%1$s hat Ihre Einladung vorläufig angenommen", + "%1$s has declined your invitation" : "%1$s hat Ihre Einladung abgelehnt", "%1$s has responded to your invitation" : "%1$s hat auf Ihre Einladung geantwortet", "Invitation updated: %1$s" : "Einladung aktualisiert: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s hat die Veranstaltung \"%2$s\" aktualisiert", diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 23fb7ce3730..ed673c11c1a 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "Annulé : %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" a été annulé(e)", "Re: %1$s" : "Re : %1$s", + "%1$s has accepted your invitation" : "%1$s a accepté votre invitation", + "%1$s has tentatively accepted your invitation" : "%1$s a provisoirement accepté votre invitation", + "%1$s has declined your invitation" : "%1$s a décliné votre invitation", "%1$s has responded to your invitation" : "%1$s a répondu à votre invitation", "Invitation updated: %1$s" : "Invitation mise à jour : %1$s", "%1$s updated the event \"%2$s\"" : "%1$s a mis à jour l'évènement %2$s", diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index fee4613b58a..dc60b4ec197 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "Annulé : %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" a été annulé(e)", "Re: %1$s" : "Re : %1$s", + "%1$s has accepted your invitation" : "%1$s a accepté votre invitation", + "%1$s has tentatively accepted your invitation" : "%1$s a provisoirement accepté votre invitation", + "%1$s has declined your invitation" : "%1$s a décliné votre invitation", "%1$s has responded to your invitation" : "%1$s a répondu à votre invitation", "Invitation updated: %1$s" : "Invitation mise à jour : %1$s", "%1$s updated the event \"%2$s\"" : "%1$s a mis à jour l'évènement %2$s", diff --git a/apps/dav/l10n/sv.js b/apps/dav/l10n/sv.js index 7046275da21..1ddc55d5ab3 100644 --- a/apps/dav/l10n/sv.js +++ b/apps/dav/l10n/sv.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "Avbruten: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" har avbrutits", "Re: %1$s" : "Sv: %1$s", + "%1$s has accepted your invitation" : "%1$s har accepterat din inbjudan", + "%1$s has tentatively accepted your invitation" : "%1$s har preliminärt accepterat din inbjudan", + "%1$s has declined your invitation" : "%1$s har tackat nej till din inbjudan", "%1$s has responded to your invitation" : "%1$s har svarat på din inbjudan", "Invitation updated: %1$s" : "Inbjudan uppdaterad: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s uppdaterade händelse \"%2$s\"", diff --git a/apps/dav/l10n/sv.json b/apps/dav/l10n/sv.json index 0a6a3cd4e4e..5f7fba87831 100644 --- a/apps/dav/l10n/sv.json +++ b/apps/dav/l10n/sv.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "Avbruten: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" har avbrutits", "Re: %1$s" : "Sv: %1$s", + "%1$s has accepted your invitation" : "%1$s har accepterat din inbjudan", + "%1$s has tentatively accepted your invitation" : "%1$s har preliminärt accepterat din inbjudan", + "%1$s has declined your invitation" : "%1$s har tackat nej till din inbjudan", "%1$s has responded to your invitation" : "%1$s har svarat på din inbjudan", "Invitation updated: %1$s" : "Inbjudan uppdaterad: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s uppdaterade händelse \"%2$s\"", diff --git a/apps/dav/l10n/tr.js b/apps/dav/l10n/tr.js index 76066aa8f31..d813de5faaf 100644 --- a/apps/dav/l10n/tr.js +++ b/apps/dav/l10n/tr.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "İptal edildi: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" iptal edildi", "Re: %1$s" : "Ynt: %1$s", + "%1$s has accepted your invitation" : "%1$s çağrınızı kabul etti", + "%1$s has tentatively accepted your invitation" : "%1$s çağrınızı belirsiz olarak kabul etti", + "%1$s has declined your invitation" : "%1$s çağrınızı reddetti.", "%1$s has responded to your invitation" : "%1$s çağrınızı yanıtladı", "Invitation updated: %1$s" : "Çağrı güncellendi: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s, \"%2$s\" etkinliğini güncelledi", diff --git a/apps/dav/l10n/tr.json b/apps/dav/l10n/tr.json index 80bc44f1424..fd66403e007 100644 --- a/apps/dav/l10n/tr.json +++ b/apps/dav/l10n/tr.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "İptal edildi: %1$s", "\"%1$s\" has been canceled" : "\"%1$s\" iptal edildi", "Re: %1$s" : "Ynt: %1$s", + "%1$s has accepted your invitation" : "%1$s çağrınızı kabul etti", + "%1$s has tentatively accepted your invitation" : "%1$s çağrınızı belirsiz olarak kabul etti", + "%1$s has declined your invitation" : "%1$s çağrınızı reddetti.", "%1$s has responded to your invitation" : "%1$s çağrınızı yanıtladı", "Invitation updated: %1$s" : "Çağrı güncellendi: %1$s", "%1$s updated the event \"%2$s\"" : "%1$s, \"%2$s\" etkinliğini güncelledi", diff --git a/apps/dav/l10n/zh_HK.js b/apps/dav/l10n/zh_HK.js index 5a9c0662b0b..33bfe8f2ac3 100644 --- a/apps/dav/l10n/zh_HK.js +++ b/apps/dav/l10n/zh_HK.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "\"%1$s\" 已被取消", "Re: %1$s" : "關於: %1$s", + "%1$s has accepted your invitation" : "%1$s 已接受您的邀請", + "%1$s has tentatively accepted your invitation" : "%1$s 暫時接受了您的邀請", + "%1$s has declined your invitation" : "%1$s 已婉拒您的邀請", "%1$s has responded to your invitation" : "%1$s 已回應您的邀請", "Invitation updated: %1$s" : "邀請已更新︰%1$s", "%1$s updated the event \"%2$s\"" : "%1$s 已更新了活動 \"%2$s\"", diff --git a/apps/dav/l10n/zh_HK.json b/apps/dav/l10n/zh_HK.json index 1159843c9bc..ee939978184 100644 --- a/apps/dav/l10n/zh_HK.json +++ b/apps/dav/l10n/zh_HK.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "\"%1$s\" 已被取消", "Re: %1$s" : "關於: %1$s", + "%1$s has accepted your invitation" : "%1$s 已接受您的邀請", + "%1$s has tentatively accepted your invitation" : "%1$s 暫時接受了您的邀請", + "%1$s has declined your invitation" : "%1$s 已婉拒您的邀請", "%1$s has responded to your invitation" : "%1$s 已回應您的邀請", "Invitation updated: %1$s" : "邀請已更新︰%1$s", "%1$s updated the event \"%2$s\"" : "%1$s 已更新了活動 \"%2$s\"", diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js index dc318dd3ca5..4b72e020db1 100644 --- a/apps/dav/l10n/zh_TW.js +++ b/apps/dav/l10n/zh_TW.js @@ -75,6 +75,9 @@ OC.L10N.register( "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "「%1$s」已取消", "Re: %1$s" : "回覆:%1$s", + "%1$s has accepted your invitation" : "%1$s 已接受您的邀請", + "%1$s has tentatively accepted your invitation" : "%1$s 暫時接受了您的邀請", + "%1$s has declined your invitation" : "%1$s 已婉拒您的邀請", "%1$s has responded to your invitation" : "%1$s 已回應您的邀請", "Invitation updated: %1$s" : "邀請已更新:%1$s", "%1$s updated the event \"%2$s\"" : "%1$s 已更新事件:「%2$s」", diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json index 215f86960ec..b7e501c0cb7 100644 --- a/apps/dav/l10n/zh_TW.json +++ b/apps/dav/l10n/zh_TW.json @@ -73,6 +73,9 @@ "Cancelled: %1$s" : "已取消:%1$s", "\"%1$s\" has been canceled" : "「%1$s」已取消", "Re: %1$s" : "回覆:%1$s", + "%1$s has accepted your invitation" : "%1$s 已接受您的邀請", + "%1$s has tentatively accepted your invitation" : "%1$s 暫時接受了您的邀請", + "%1$s has declined your invitation" : "%1$s 已婉拒您的邀請", "%1$s has responded to your invitation" : "%1$s 已回應您的邀請", "Invitation updated: %1$s" : "邀請已更新:%1$s", "%1$s updated the event \"%2$s\"" : "%1$s 已更新事件:「%2$s」", diff --git a/apps/encryption/l10n/fr.js b/apps/encryption/l10n/fr.js index 2e527395ac5..96084049a02 100644 --- a/apps/encryption/l10n/fr.js +++ b/apps/encryption/l10n/fr.js @@ -28,6 +28,7 @@ OC.L10N.register( "Bad Signature" : "Mauvaise signature", "Missing Signature" : "Signature manquante", "one-time password for server-side-encryption" : "Mot de passe à usage unique pour le chiffrement côté serveur", + "Encryption password" : "Mot de passe de chiffrement", "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de décrypter ce fichier, ceci est probablement un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.", "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de lire ce fichier, ceci est probablement un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.", "Default encryption module" : "Module de chiffrement par défaut", diff --git a/apps/encryption/l10n/fr.json b/apps/encryption/l10n/fr.json index d9a58483ec2..7eff4c17649 100644 --- a/apps/encryption/l10n/fr.json +++ b/apps/encryption/l10n/fr.json @@ -26,6 +26,7 @@ "Bad Signature" : "Mauvaise signature", "Missing Signature" : "Signature manquante", "one-time password for server-side-encryption" : "Mot de passe à usage unique pour le chiffrement côté serveur", + "Encryption password" : "Mot de passe de chiffrement", "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de décrypter ce fichier, ceci est probablement un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.", "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Impossible de lire ce fichier, ceci est probablement un fichier partagé. Merci de demander à son propriétaire de repartager le fichier avec vous.", "Default encryption module" : "Module de chiffrement par défaut", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 9ddddbc345e..9dadd68a971 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Datei oder Ordner zur Übertragung auswählen", "Change" : "Ändern", "New owner" : "Neuer Besitzer", + "Search for an account" : "Nach einem Konto suchen", "Choose a file or folder to transfer" : "Datei oder Ordner zur Übertragung auswählen", "Transfer" : "Übertragen", "Transfer {path} to {userid}" : "Übertrage {path} an {userid}", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 7df41d2baa2..cc8c643297d 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "Datei oder Ordner zur Übertragung auswählen", "Change" : "Ändern", "New owner" : "Neuer Besitzer", + "Search for an account" : "Nach einem Konto suchen", "Choose a file or folder to transfer" : "Datei oder Ordner zur Übertragung auswählen", "Transfer" : "Übertragen", "Transfer {path} to {userid}" : "Übertrage {path} an {userid}", diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 36bfa34478e..9602def79f9 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -166,6 +166,10 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Kohteen {path} omistajuussiirto käyttäjältä {user} valmistui.", "in %s" : "polussa %s", "File Management" : "Tiedostohallinta", + "Reload current directory" : "Lataa nykyinen kansio uudelleen", + "Go to the \"{dir}\" directory" : "Siirry kansioon \"{dir}\"", + "Open folder {name}" : "Avaa kansio {name}", + "Download file {name}" : "Lataa tiedosto {name}", "Select all" : "Valitse kaikki", "Storage informations" : "Tallennustilan tietoja", "{usedQuotaByte} used" : "{usedQuotaByte} käytetty", @@ -175,6 +179,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Valitse siirrettävä tiedosto tai kansio", "Change" : "Muuta", "New owner" : "Uusi omistaja", + "Search for an account" : "Etsi tiliä", "Choose a file or folder to transfer" : "Valitse siirrettävä tiedosto tai kansio", "Transfer" : "Siirrä", "Transfer {path} to {userid}" : "Siirrä {path} käyttäjälle {userid}", @@ -183,7 +188,10 @@ OC.L10N.register( "Ownership transfer request sent" : "Pyyntö omistajuuden vaihdosta lähetetty", "Cannot transfer ownership of a file or folder you do not own" : "Et voi siirtää sellaisen tiedoston tai kansion omistajuutta, jota et itse omista", "Select file or folder to link to" : "Valitse tiedosto tai kansio, johon linkitetään", + "Loading current folder" : "Ladataan nykyistä kansiota", "No files in here" : "Täällä ei ole tiedostoja", + "No files or folders have been deleted yet" : "Tiedostoja tai kansioita ei ole vielä poistettu", + "Go to the previous folder" : "Siirry edelliseen kansioon", "Go back" : "Mene takaisin", "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", "Files settings" : "Tiedostojen asetukset", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index 7c8c7290bd6..142c8474cf0 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -164,6 +164,10 @@ "The ownership transfer of {path} from {user} has completed." : "Kohteen {path} omistajuussiirto käyttäjältä {user} valmistui.", "in %s" : "polussa %s", "File Management" : "Tiedostohallinta", + "Reload current directory" : "Lataa nykyinen kansio uudelleen", + "Go to the \"{dir}\" directory" : "Siirry kansioon \"{dir}\"", + "Open folder {name}" : "Avaa kansio {name}", + "Download file {name}" : "Lataa tiedosto {name}", "Select all" : "Valitse kaikki", "Storage informations" : "Tallennustilan tietoja", "{usedQuotaByte} used" : "{usedQuotaByte} käytetty", @@ -173,6 +177,7 @@ "Choose file or folder to transfer" : "Valitse siirrettävä tiedosto tai kansio", "Change" : "Muuta", "New owner" : "Uusi omistaja", + "Search for an account" : "Etsi tiliä", "Choose a file or folder to transfer" : "Valitse siirrettävä tiedosto tai kansio", "Transfer" : "Siirrä", "Transfer {path} to {userid}" : "Siirrä {path} käyttäjälle {userid}", @@ -181,7 +186,10 @@ "Ownership transfer request sent" : "Pyyntö omistajuuden vaihdosta lähetetty", "Cannot transfer ownership of a file or folder you do not own" : "Et voi siirtää sellaisen tiedoston tai kansion omistajuutta, jota et itse omista", "Select file or folder to link to" : "Valitse tiedosto tai kansio, johon linkitetään", + "Loading current folder" : "Ladataan nykyistä kansiota", "No files in here" : "Täällä ei ole tiedostoja", + "No files or folders have been deleted yet" : "Tiedostoja tai kansioita ei ole vielä poistettu", + "Go to the previous folder" : "Siirry edelliseen kansioon", "Go back" : "Mene takaisin", "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", "Files settings" : "Tiedostojen asetukset", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 4bef5e007a6..bd05fcf7e81 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -189,6 +189,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer", "Change" : "Modifier", "New owner" : "Nouveau propriétaire", + "Search for an account" : "Chercher un compte", "Choose a file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer", "Transfer" : "Transférer", "Transfer {path} to {userid}" : "Transférer {path} à {userid}", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 7aab394988e..b569e641fb5 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -187,6 +187,7 @@ "Choose file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer", "Change" : "Modifier", "New owner" : "Nouveau propriétaire", + "Search for an account" : "Chercher un compte", "Choose a file or folder to transfer" : "Sélectionnez un fichier ou un dossier à transférer", "Transfer" : "Transférer", "Transfer {path} to {userid}" : "Transférer {path} à {userid}", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index e5b9d469224..625e9df6130 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Välj fil eller mapp att överföra", "Change" : "Ändra", "New owner" : "Ny ägare", + "Search for an account" : "Sök efter ett konto", "Choose a file or folder to transfer" : "Välj en fil eller mapp att överföra", "Transfer" : "Överför", "Transfer {path} to {userid}" : "Överför {path} till {userid}", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index aeb8d4c9941..ba8dcfba1e8 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "Välj fil eller mapp att överföra", "Change" : "Ändra", "New owner" : "Ny ägare", + "Search for an account" : "Sök efter ett konto", "Choose a file or folder to transfer" : "Välj en fil eller mapp att överföra", "Transfer" : "Överför", "Transfer {path} to {userid}" : "Överför {path} till {userid}", diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 4458486c41e..d1256ef0ccc 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "Sahipliği aktarılacak dosya ya da klasörü seçin", "Change" : "Değiştir", "New owner" : "Yeni sahip", + "Search for an account" : "Hesap ara", "Choose a file or folder to transfer" : "Sahipliği aktarılacak bir dosya ya da klasör seçin", "Transfer" : "Sahipliği aktar", "Transfer {path} to {userid}" : "{path} yolunun sahipliğini {userid} kullanıcısına aktar", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index c09f84813b2..1d76bca60d0 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "Sahipliği aktarılacak dosya ya da klasörü seçin", "Change" : "Değiştir", "New owner" : "Yeni sahip", + "Search for an account" : "Hesap ara", "Choose a file or folder to transfer" : "Sahipliği aktarılacak bir dosya ya da klasör seçin", "Transfer" : "Sahipliği aktar", "Transfer {path} to {userid}" : "{path} yolunun sahipliğini {userid} kullanıcısına aktar", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index be32bb03382..b8afb46a5cf 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", "New owner" : "新的擁有者", + "Search for an account" : "搜尋賬號", "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Transfer" : "轉移", "Transfer {path} to {userid}" : "轉移 \"{path}\" 給 {userid}", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index 2a0a14e37d3..3bfd14783a4 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", "New owner" : "新的擁有者", + "Search for an account" : "搜尋賬號", "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Transfer" : "轉移", "Transfer {path} to {userid}" : "轉移 \"{path}\" 給 {userid}", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 6f987532d05..fad92be8741 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -190,6 +190,7 @@ OC.L10N.register( "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", "New owner" : "新的擁有者", + "Search for an account" : "搜尋帳號", "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Transfer" : "轉移", "Transfer {path} to {userid}" : "轉移 {path} 給 {userid}", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index bd6b922ac79..cb623162895 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -188,6 +188,7 @@ "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", "New owner" : "新的擁有者", + "Search for an account" : "搜尋帳號", "Choose a file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Transfer" : "轉移", "Transfer {path} to {userid}" : "轉移 {path} 給 {userid}", diff --git a/apps/files_sharing/l10n/bg.js b/apps/files_sharing/l10n/bg.js index 07350ec3cf3..54b6faf7a21 100644 --- a/apps/files_sharing/l10n/bg.js +++ b/apps/files_sharing/l10n/bg.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Не можете да споделяте с Кръг, ако приложението не е активирано", "Please specify a valid circle" : "Моля, изберете валиден кръг", "Sharing %s failed because the back end does not support room shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на стаите", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на приложението sciencemesh", "Unknown share type" : "Неизвестен тип споделяне", "Not a directory" : "Не е директория", "Could not lock node" : "Възелът не можа да се заключи", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Кръг", "Talk conversation" : "Talk разговор", "Deck board" : "Deck табло", - "Science Mesh" : "Приложение Science Mesh", "on {server}" : "на {server}", "Others with access" : "Други с достъп", "No other users with access found" : "Няма намерени други потребители с достъп", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Копирай", "Sorry, this link doesn’t seem to work anymore." : "Връзката вече не е активна.", "Toggle grid view" : "Превключи решетъчния изглед", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на приложението sciencemesh", + "Science Mesh" : "Приложение Science Mesh", "Error generating password from password_policy" : "Грешка при генериране на парола от политиката за пароли" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/bg.json b/apps/files_sharing/l10n/bg.json index 470fc124d69..816b9a7701a 100644 --- a/apps/files_sharing/l10n/bg.json +++ b/apps/files_sharing/l10n/bg.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Не можете да споделяте с Кръг, ако приложението не е активирано", "Please specify a valid circle" : "Моля, изберете валиден кръг", "Sharing %s failed because the back end does not support room shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на стаите", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на приложението sciencemesh", "Unknown share type" : "Неизвестен тип споделяне", "Not a directory" : "Не е директория", "Could not lock node" : "Възелът не можа да се заключи", @@ -224,7 +223,6 @@ "Circle" : "Кръг", "Talk conversation" : "Talk разговор", "Deck board" : "Deck табло", - "Science Mesh" : "Приложение Science Mesh", "on {server}" : "на {server}", "Others with access" : "Други с достъп", "No other users with access found" : "Няма намерени други потребители с достъп", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Копирай", "Sorry, this link doesn’t seem to work anymore." : "Връзката вече не е активна.", "Toggle grid view" : "Превключи решетъчния изглед", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Споделянето %s не бе успешно, защото вътрешния сървър не позволява споделяния на приложението sciencemesh", + "Science Mesh" : "Приложение Science Mesh", "Error generating password from password_policy" : "Грешка при генериране на парола от политиката за пароли" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index a16d8898b15..f4f9a213671 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "No podeu compartir en un cercle si l'aplicació no està activada", "Please specify a valid circle" : "Especifiqueu un cercle vàlid", "Sharing %s failed because the back end does not support room shares" : "No s'ha pogut compartir %s perquè l'aplicació de fons no permet compartir canals", - "Sharing %s failed because the back end does not support sciencemesh shares" : "S'ha produït un error en compartir %s perquè el rerefons no admet comparticions de sciencemesh", "Unknown share type" : "Tipus de compartició desconegut", "Not a directory" : "No és un directori", "Could not lock node" : "No s'ha pogut bloquejar el node", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Cercle", "Talk conversation" : "Conversa de Talk", "Deck board" : "Tauler de Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "a {server}", "Others with access" : "Altres amb accés", "No other users with access found" : "No s'ha trobat cap altre usuari amb accés", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copia-ho al porta-papers", "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.", "Toggle grid view" : "Commuta la vista de la graella", + "Sharing %s failed because the back end does not support sciencemesh shares" : "S'ha produït un error en compartir %s perquè el rerefons no admet comparticions de sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "S'ha produït un error en generar la contrasenya des de password_policy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index b91dc36d648..565ece28926 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "No podeu compartir en un cercle si l'aplicació no està activada", "Please specify a valid circle" : "Especifiqueu un cercle vàlid", "Sharing %s failed because the back end does not support room shares" : "No s'ha pogut compartir %s perquè l'aplicació de fons no permet compartir canals", - "Sharing %s failed because the back end does not support sciencemesh shares" : "S'ha produït un error en compartir %s perquè el rerefons no admet comparticions de sciencemesh", "Unknown share type" : "Tipus de compartició desconegut", "Not a directory" : "No és un directori", "Could not lock node" : "No s'ha pogut bloquejar el node", @@ -224,7 +223,6 @@ "Circle" : "Cercle", "Talk conversation" : "Conversa de Talk", "Deck board" : "Tauler de Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "a {server}", "Others with access" : "Altres amb accés", "No other users with access found" : "No s'ha trobat cap altre usuari amb accés", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copia-ho al porta-papers", "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.", "Toggle grid view" : "Commuta la vista de la graella", + "Sharing %s failed because the back end does not support sciencemesh shares" : "S'ha produït un error en compartir %s perquè el rerefons no admet comparticions de sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "S'ha produït un error en generar la contrasenya des de password_policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 02bb10c1c75..c1f05508ebd 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Do okruhu nemůžete sdílet, pokud není aplikace zapnuta", "Please specify a valid circle" : "Zadejte platný okruh", "Sharing %s failed because the back end does not support room shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sdílení místností", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sciencemesh sdílení", "Unknown share type" : "Neznámý typ sdílení", "Not a directory" : "Není adresář", "Could not lock node" : "Uzel se nedaří uzamknout", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Okruh", "Talk conversation" : "Konverzace v Talk", "Deck board" : "Tabule aplikace Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "na {server}", "Others with access" : "Ostatní, kteří mají přístup", "No other users with access found" : "Nenalezeni žádní další uživatelé, kteří mají přístup", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Zkopírovat do schránky", "Sorry, this link doesn’t seem to work anymore." : "Je nám líto, ale tento odkaz už není funkční.", "Toggle grid view" : "Vyp/zap. zobrazení v mřížce", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sciencemesh sdílení", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Chyba při vytváření hesla ze zásady pro hesla" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index 19dfd3924e9..3cad2fefb63 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Do okruhu nemůžete sdílet, pokud není aplikace zapnuta", "Please specify a valid circle" : "Zadejte platný okruh", "Sharing %s failed because the back end does not support room shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sdílení místností", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sciencemesh sdílení", "Unknown share type" : "Neznámý typ sdílení", "Not a directory" : "Není adresář", "Could not lock node" : "Uzel se nedaří uzamknout", @@ -224,7 +223,6 @@ "Circle" : "Okruh", "Talk conversation" : "Konverzace v Talk", "Deck board" : "Tabule aplikace Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "na {server}", "Others with access" : "Ostatní, kteří mají přístup", "No other users with access found" : "Nenalezeni žádní další uživatelé, kteří mají přístup", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Zkopírovat do schránky", "Sorry, this link doesn’t seem to work anymore." : "Je nám líto, ale tento odkaz už není funkční.", "Toggle grid view" : "Vyp/zap. zobrazení v mřížce", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sciencemesh sdílení", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Chyba při vytváření hesla ze zásady pro hesla" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index 6521f28a285..714199944b0 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Du kannst nichts mit einem Kreis teilen, wenn die App nicht aktiviert ist", "Please specify a valid circle" : "Bitte gib einen gültigen Kreis an", "Sharing %s failed because the back end does not support room shares" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe von Räumen nicht unterstützt", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", "Unknown share type" : "Unbekannter Freigabetyp", "Not a directory" : "Kein Verzeichnis", "Could not lock node" : "Node konnte nicht gesperrt werden", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Kreis", "Talk conversation" : "Talk-Unterhaltung", "Deck board" : "Deck-Board", - "Science Mesh" : "ScienceMesh", "on {server}" : "auf {server}", "Others with access" : "Andere mit Zugriff", "No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "In die Zwischenablage kopieren", "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Toggle grid view" : "Rasteransicht umschalten", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Passwort-Policy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index 48176a36609..f063ca03cb3 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Du kannst nichts mit einem Kreis teilen, wenn die App nicht aktiviert ist", "Please specify a valid circle" : "Bitte gib einen gültigen Kreis an", "Sharing %s failed because the back end does not support room shares" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe von Räumen nicht unterstützt", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", "Unknown share type" : "Unbekannter Freigabetyp", "Not a directory" : "Kein Verzeichnis", "Could not lock node" : "Node konnte nicht gesperrt werden", @@ -224,7 +223,6 @@ "Circle" : "Kreis", "Talk conversation" : "Talk-Unterhaltung", "Deck board" : "Deck-Board", - "Science Mesh" : "ScienceMesh", "on {server}" : "auf {server}", "Others with access" : "Andere mit Zugriff", "No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden", @@ -275,6 +273,8 @@ "Copy to clipboard" : "In die Zwischenablage kopieren", "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Toggle grid view" : "Rasteransicht umschalten", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Passwort-Policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 81ac2ce193e..83300e90e5f 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Sie können nichts mit einem Kreis teilen, wenn die App nicht aktiviert ist", "Please specify a valid circle" : "Bitte einen gültigen Kreis angeben", "Sharing %s failed because the back end does not support room shares" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe von Räumen nicht unterstützt", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", "Unknown share type" : "Unbekannter Freigabetyp", "Not a directory" : "Kein Verzeichnis", "Could not lock node" : "Knotenpunkt konnte nicht gesperrt werden", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Kreis", "Talk conversation" : "Talk-Unterhaltung", "Deck board" : "Deck-Board", - "Science Mesh" : "ScienceMesh", "on {server}" : "auf {server}", "Others with access" : "Andere mit Zugriff", "No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "In die Zwischenablage kopieren", "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Toggle grid view" : "Rasteransicht umschalten", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Kennwortrichtlinie" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 4d323d38d2e..6cb3231f752 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Sie können nichts mit einem Kreis teilen, wenn die App nicht aktiviert ist", "Please specify a valid circle" : "Bitte einen gültigen Kreis angeben", "Sharing %s failed because the back end does not support room shares" : "Freigabe von %s fehlgeschlagen, da das Backend die Freigabe von Räumen nicht unterstützt", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", "Unknown share type" : "Unbekannter Freigabetyp", "Not a directory" : "Kein Verzeichnis", "Could not lock node" : "Knotenpunkt konnte nicht gesperrt werden", @@ -224,7 +223,6 @@ "Circle" : "Kreis", "Talk conversation" : "Talk-Unterhaltung", "Deck board" : "Deck-Board", - "Science Mesh" : "ScienceMesh", "on {server}" : "auf {server}", "Others with access" : "Andere mit Zugriff", "No other users with access found" : "Keine anderen Benutzer mit Zugriff gefunden", @@ -275,6 +273,8 @@ "Copy to clipboard" : "In die Zwischenablage kopieren", "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.", "Toggle grid view" : "Rasteransicht umschalten", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Freigabe von %s fehlgeschlagen, da das Backend keine ScienceMesh-Freigaben unterstützt", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Kennwortrichtlinie" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 1b3dab72e64..2c0d9e75370 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "You cannot share to a Circle if the app is not enabled", "Please specify a valid circle" : "Please specify a valid circle", "Sharing %s failed because the back end does not support room shares" : "Sharing %s failed because the back end does not support room shares", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", "Unknown share type" : "Unknown share type", "Not a directory" : "Not a directory", "Could not lock node" : "Could not lock node", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Circle", "Talk conversation" : "Talk conversation", "Deck board" : "Deck board", - "Science Mesh" : "Science Mesh", "on {server}" : "on {server}", "Others with access" : "Others with access", "No other users with access found" : "No other users with access found", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copy to clipboard", "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work any more.", "Toggle grid view" : "Toggle grid view", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generating password from password policy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index 3ece13c0b31..15c2bc9f38a 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "You cannot share to a Circle if the app is not enabled", "Please specify a valid circle" : "Please specify a valid circle", "Sharing %s failed because the back end does not support room shares" : "Sharing %s failed because the back end does not support room shares", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", "Unknown share type" : "Unknown share type", "Not a directory" : "Not a directory", "Could not lock node" : "Could not lock node", @@ -224,7 +223,6 @@ "Circle" : "Circle", "Talk conversation" : "Talk conversation", "Deck board" : "Deck board", - "Science Mesh" : "Science Mesh", "on {server}" : "on {server}", "Others with access" : "Others with access", "No other users with access found" : "No other users with access found", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copy to clipboard", "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work any more.", "Toggle grid view" : "Toggle grid view", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generating password from password policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index a77bd75a3c7..0d2d0f92bf3 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "No puede compartir a un Circulo si la aplicación no esta activada", "Please specify a valid circle" : "Por favor especifique un circulo valido", "Sharing %s failed because the back end does not support room shares" : "Compartir %s ha fallado porque el backend no soporta habitaciones compartidas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Compartir %s ha fallado porque el backend no soporta recursos compartidos de ScienceMesh", "Unknown share type" : "Tipo de recurso compartido desconocido", "Not a directory" : "No es un directorio", "Could not lock node" : "No se ha podido bloquear el nodo", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Círculo", "Talk conversation" : "Conversación de Talk", "Deck board" : "Tablero Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "en {server}", "Others with access" : "Otros con acceso", "No other users with access found" : "No se encontraron otros usuarios con acceso", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copiar al portapapeles", "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.", "Toggle grid view" : "Alternar vista de cuadrícula", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Compartir %s ha fallado porque el backend no soporta recursos compartidos de ScienceMesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 75e974e42b9..8337829eece 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "No puede compartir a un Circulo si la aplicación no esta activada", "Please specify a valid circle" : "Por favor especifique un circulo valido", "Sharing %s failed because the back end does not support room shares" : "Compartir %s ha fallado porque el backend no soporta habitaciones compartidas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Compartir %s ha fallado porque el backend no soporta recursos compartidos de ScienceMesh", "Unknown share type" : "Tipo de recurso compartido desconocido", "Not a directory" : "No es un directorio", "Could not lock node" : "No se ha podido bloquear el nodo", @@ -224,7 +223,6 @@ "Circle" : "Círculo", "Talk conversation" : "Conversación de Talk", "Deck board" : "Tablero Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "en {server}", "Others with access" : "Otros con acceso", "No other users with access found" : "No se encontraron otros usuarios con acceso", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copiar al portapapeles", "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.", "Toggle grid view" : "Alternar vista de cuadrícula", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Compartir %s ha fallado porque el backend no soporta recursos compartidos de ScienceMesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/eu.js b/apps/files_sharing/l10n/eu.js index 9d5220e6543..2d317135f9c 100644 --- a/apps/files_sharing/l10n/eu.js +++ b/apps/files_sharing/l10n/eu.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Ezin duzu zirkulu batekin partekatu aplikazioa gaituta ez badago", "Please specify a valid circle" : "Zehaztu baliozko zirkulu bat", "Sharing %s failed because the back end does not support room shares" : "%s partekatzeak huts egin du, atzealdeak ez duelako gelak partekatzea onartzen", - "Sharing %s failed because the back end does not support sciencemesh shares" : "%spartekatzeak huts egin du atzealdeak ez duelako zientzia sareko partekatzea onartzen", "Unknown share type" : "Partekatze mota ezezaguna", "Not a directory" : "Ez da direktorio bat", "Could not lock node" : "Ezin izan da nodoa blokeatu", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Zirkulua", "Talk conversation" : "Talk elkarrizketa", "Deck board" : "Deck mahaia", - "Science Mesh" : "Zientzia sarea", "on {server}" : "{server} zerbitzarian", "Others with access" : "Sarbidea duten beste erabiltzaileak", "No other users with access found" : "Ez da sarbidea duen erabiltzailerik aurkitu", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Kopiatu arbelera", "Sorry, this link doesn’t seem to work anymore." : "Barkatu, esteka hori jada ez dabilela dirudi.", "Toggle grid view" : "Txandakatu sareta ikuspegia", + "Sharing %s failed because the back end does not support sciencemesh shares" : "%spartekatzeak huts egin du atzealdeak ez duelako zientzia sareko partekatzea onartzen", + "Science Mesh" : "Zientzia sarea", "Error generating password from password_policy" : "Errorea pasahitz-gidalerrotik pasahitza sortzean" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/eu.json b/apps/files_sharing/l10n/eu.json index 9d8113c4c56..553868a74e0 100644 --- a/apps/files_sharing/l10n/eu.json +++ b/apps/files_sharing/l10n/eu.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Ezin duzu zirkulu batekin partekatu aplikazioa gaituta ez badago", "Please specify a valid circle" : "Zehaztu baliozko zirkulu bat", "Sharing %s failed because the back end does not support room shares" : "%s partekatzeak huts egin du, atzealdeak ez duelako gelak partekatzea onartzen", - "Sharing %s failed because the back end does not support sciencemesh shares" : "%spartekatzeak huts egin du atzealdeak ez duelako zientzia sareko partekatzea onartzen", "Unknown share type" : "Partekatze mota ezezaguna", "Not a directory" : "Ez da direktorio bat", "Could not lock node" : "Ezin izan da nodoa blokeatu", @@ -224,7 +223,6 @@ "Circle" : "Zirkulua", "Talk conversation" : "Talk elkarrizketa", "Deck board" : "Deck mahaia", - "Science Mesh" : "Zientzia sarea", "on {server}" : "{server} zerbitzarian", "Others with access" : "Sarbidea duten beste erabiltzaileak", "No other users with access found" : "Ez da sarbidea duen erabiltzailerik aurkitu", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Kopiatu arbelera", "Sorry, this link doesn’t seem to work anymore." : "Barkatu, esteka hori jada ez dabilela dirudi.", "Toggle grid view" : "Txandakatu sareta ikuspegia", + "Sharing %s failed because the back end does not support sciencemesh shares" : "%spartekatzeak huts egin du atzealdeak ez duelako zientzia sareko partekatzea onartzen", + "Science Mesh" : "Zientzia sarea", "Error generating password from password_policy" : "Errorea pasahitz-gidalerrotik pasahitza sortzean" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index dcbbdb3d9de..c7ac7bf9970 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Vous ne pouvez pas partager au Cercle si l'application n'est pas activée", "Please specify a valid circle" : "Veuillez entrer un cercle valide", "Sharing %s failed because the back end does not support room shares" : "Le partage %s a échoué parce que l'arrière-plan ne prend pas en charge les partages.", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Le partage de %s a échoué car le serveur ne supporte pas les partages sciencemesh", "Unknown share type" : "Type de partage inconnu", "Not a directory" : "N'est pas un dossier", "Could not lock node" : "Impossible de verrouiller le nœud", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Cercle", "Talk conversation" : "Conversation Talk", "Deck board" : "Tableau Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "sur {server}", "Others with access" : "Autres utilisateurs ayant accès", "No other users with access found" : "Aucun autre utilisateur ayant un accès n'a été trouvé", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copier dans le presse-papier", "Sorry, this link doesn’t seem to work anymore." : "Désolé, ce lien semble ne plus fonctionner.", "Toggle grid view" : "Activer/Désactiver l'affichage mosaïque", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Le partage de %s a échoué car le serveur ne supporte pas les partages sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erreur de génération de mot de passe à partir de password_policy" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index cecf40a7296..76e537ba5d3 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Vous ne pouvez pas partager au Cercle si l'application n'est pas activée", "Please specify a valid circle" : "Veuillez entrer un cercle valide", "Sharing %s failed because the back end does not support room shares" : "Le partage %s a échoué parce que l'arrière-plan ne prend pas en charge les partages.", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Le partage de %s a échoué car le serveur ne supporte pas les partages sciencemesh", "Unknown share type" : "Type de partage inconnu", "Not a directory" : "N'est pas un dossier", "Could not lock node" : "Impossible de verrouiller le nœud", @@ -224,7 +223,6 @@ "Circle" : "Cercle", "Talk conversation" : "Conversation Talk", "Deck board" : "Tableau Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "sur {server}", "Others with access" : "Autres utilisateurs ayant accès", "No other users with access found" : "Aucun autre utilisateur ayant un accès n'a été trouvé", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copier dans le presse-papier", "Sorry, this link doesn’t seem to work anymore." : "Désolé, ce lien semble ne plus fonctionner.", "Toggle grid view" : "Activer/Désactiver l'affichage mosaïque", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Le partage de %s a échoué car le serveur ne supporte pas les partages sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erreur de génération de mot de passe à partir de password_policy" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index d227ecd8f04..2e85793d39f 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Vostede non pode compartir para un circulo se a aplicación non esta activada", "Please specify a valid circle" : "Especifique un circulo correcto", "Sharing %s failed because the back end does not support room shares" : "Fallou a compartición de %s, xa que a infraestrutura non admite salas compartidas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Produciuse un erro ao compartir %s porque o back-end non admite recursos compartidos sciencemesh", "Unknown share type" : "Tipo descoñecido de recurso compartido", "Not a directory" : "Non é un directorio", "Could not lock node" : "Non foi posíbel bloquear o nodo", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Círculo", "Talk conversation" : "Conversa co Talk", "Deck board" : "Taboleiro do Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "en {server}", "Others with access" : "Outros con acceso", "No other users with access found" : "Non se atoparon outros usuarios con acceso", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copiar no portapapeis.", "Sorry, this link doesn’t seem to work anymore." : "Semella que esta ligazón non funciona.", "Toggle grid view" : "Alternar a vista de grella", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Produciuse un erro ao compartir %s porque o back-end non admite recursos compartidos sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao xerar o contrasinal pola password_policy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index 9a56403fcab..2952c124b1a 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Vostede non pode compartir para un circulo se a aplicación non esta activada", "Please specify a valid circle" : "Especifique un circulo correcto", "Sharing %s failed because the back end does not support room shares" : "Fallou a compartición de %s, xa que a infraestrutura non admite salas compartidas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Produciuse un erro ao compartir %s porque o back-end non admite recursos compartidos sciencemesh", "Unknown share type" : "Tipo descoñecido de recurso compartido", "Not a directory" : "Non é un directorio", "Could not lock node" : "Non foi posíbel bloquear o nodo", @@ -224,7 +223,6 @@ "Circle" : "Círculo", "Talk conversation" : "Conversa co Talk", "Deck board" : "Taboleiro do Deck", - "Science Mesh" : "Science Mesh", "on {server}" : "en {server}", "Others with access" : "Outros con acceso", "No other users with access found" : "Non se atoparon outros usuarios con acceso", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copiar no portapapeis.", "Sorry, this link doesn’t seem to work anymore." : "Semella que esta ligazón non funciona.", "Toggle grid view" : "Alternar a vista de grella", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Produciuse un erro ao compartir %s porque o back-end non admite recursos compartidos sciencemesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao xerar o contrasinal pola password_policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index 7a04867b38f..4a437e96676 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Nem tudja megosztani egy Kör számára, ha az alkalmazás nem engedélyezett", "Please specify a valid circle" : "Adjon meg egy érvényes Kört", "Sharing %s failed because the back end does not support room shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", - "Sharing %s failed because the back end does not support sciencemesh shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", "Unknown share type" : "Ismeretlen megosztástípus", "Not a directory" : "Nem könyvtár", "Could not lock node" : "Nem sikerült zárolni a csomópontot", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Kör", "Talk conversation" : "Beszélgetés", "Deck board" : "Kártyatábla", - "Science Mesh" : "Science Mesh", "on {server}" : "{server} kiszolgálón", "Others with access" : "Mások, akik hozzáféréssel rendelkeznek", "No other users with access found" : "Nincs más felhasználó, aki hozzáféréssel rendelkezik", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Másolás a vágólapra", "Sorry, this link doesn’t seem to work anymore." : "Sajnos úgy tűnik, ez a hivatkozás már nem működik.", "Toggle grid view" : "Rácsnézet be/ki", + "Sharing %s failed because the back end does not support sciencemesh shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Hiba a password_policy használatával történő jelszó-előállításkor" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index fd7b1c38e8c..7f01f9d3eb5 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Nem tudja megosztani egy Kör számára, ha az alkalmazás nem engedélyezett", "Please specify a valid circle" : "Adjon meg egy érvényes Kört", "Sharing %s failed because the back end does not support room shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", - "Sharing %s failed because the back end does not support sciencemesh shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", "Unknown share type" : "Ismeretlen megosztástípus", "Not a directory" : "Nem könyvtár", "Could not lock node" : "Nem sikerült zárolni a csomópontot", @@ -224,7 +223,6 @@ "Circle" : "Kör", "Talk conversation" : "Beszélgetés", "Deck board" : "Kártyatábla", - "Science Mesh" : "Science Mesh", "on {server}" : "{server} kiszolgálón", "Others with access" : "Mások, akik hozzáféréssel rendelkeznek", "No other users with access found" : "Nincs más felhasználó, aki hozzáféréssel rendelkezik", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Másolás a vágólapra", "Sorry, this link doesn’t seem to work anymore." : "Sajnos úgy tűnik, ez a hivatkozás már nem működik.", "Toggle grid view" : "Rácsnézet be/ki", + "Sharing %s failed because the back end does not support sciencemesh shares" : "A(z) %s megosztása sikertelen, mert a háttérprogram nem támogatja a szobamegosztásokat", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Hiba a password_policy használatával történő jelszó-előállításkor" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index 791acd7ba63..e198ff2cad5 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić w Kręgach, jeśli aplikacja jest wyłączona", "Please specify a valid circle" : "Podaj prawidłowy krąg", "Sharing %s failed because the back end does not support room shares" : "Udostępnienie %s nie powiodło się, ponieważ zaplecze nie obsługuje udostępnień pokoju", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Udostępnienie %s nie powiodło się, ponieważ oprogramowanie nie obsługuje udostępnień Science Mesh", "Unknown share type" : "Nieznany typ udostępnienia", "Not a directory" : "Nie jest katalogiem", "Could not lock node" : "Nie można zablokować powiązania", @@ -276,6 +275,7 @@ OC.L10N.register( "Copy to clipboard" : "Kopiuj do schowka", "Sorry, this link doesn’t seem to work anymore." : "Niestety, ten link już nie działa.", "Toggle grid view" : "Przełącz widok siatki", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Udostępnienie %s nie powiodło się, ponieważ oprogramowanie nie obsługuje udostępnień Science Mesh", "Error generating password from password_policy" : "Błąd podczas generowania hasła z password_policy" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index a4c2836ada9..10855463619 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić w Kręgach, jeśli aplikacja jest wyłączona", "Please specify a valid circle" : "Podaj prawidłowy krąg", "Sharing %s failed because the back end does not support room shares" : "Udostępnienie %s nie powiodło się, ponieważ zaplecze nie obsługuje udostępnień pokoju", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Udostępnienie %s nie powiodło się, ponieważ oprogramowanie nie obsługuje udostępnień Science Mesh", "Unknown share type" : "Nieznany typ udostępnienia", "Not a directory" : "Nie jest katalogiem", "Could not lock node" : "Nie można zablokować powiązania", @@ -274,6 +273,7 @@ "Copy to clipboard" : "Kopiuj do schowka", "Sorry, this link doesn’t seem to work anymore." : "Niestety, ten link już nie działa.", "Toggle grid view" : "Przełącz widok siatki", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Udostępnienie %s nie powiodło się, ponieważ oprogramowanie nie obsługuje udostępnień Science Mesh", "Error generating password from password_policy" : "Błąd podczas generowania hasła z password_policy" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index d35be31286d..650426ed8f7 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Você não pode compartilhar para um círculo se o aplicativo não está habilitado", "Please specify a valid circle" : "Por favor especifique um círculo válido", "Sharing %s failed because the back end does not support room shares" : "Falhou ao compartilhar %s porque o sistema não suporta compartilhamento de salas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", "Unknown share type" : "Tipo de compartilhamento desconhecido", "Not a directory" : "Não é um diretório", "Could not lock node" : "Não foi possível bloquear o nó", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Círculo", "Talk conversation" : "Conversa Talk", "Deck board" : "Painel de deck", - "Science Mesh" : "Science Mesh", "on {server}" : "em {server}", "Others with access" : "Outros com acesso", "No other users with access found" : "Nenhum usuário com acesso encontrado", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Copiar para a área de transferência", "Sorry, this link doesn’t seem to work anymore." : "Desculpe, este link parece não funcionar mais.", "Toggle grid view" : "Alternar a visão em grade", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao gerar senha de password_policy" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 893de93bb67..78404e026e1 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Você não pode compartilhar para um círculo se o aplicativo não está habilitado", "Please specify a valid circle" : "Por favor especifique um círculo válido", "Sharing %s failed because the back end does not support room shares" : "Falhou ao compartilhar %s porque o sistema não suporta compartilhamento de salas", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", "Unknown share type" : "Tipo de compartilhamento desconhecido", "Not a directory" : "Não é um diretório", "Could not lock node" : "Não foi possível bloquear o nó", @@ -224,7 +223,6 @@ "Circle" : "Círculo", "Talk conversation" : "Conversa Talk", "Deck board" : "Painel de deck", - "Science Mesh" : "Science Mesh", "on {server}" : "em {server}", "Others with access" : "Outros com acesso", "No other users with access found" : "Nenhum usuário com acesso encontrado", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Copiar para a área de transferência", "Sorry, this link doesn’t seem to work anymore." : "Desculpe, este link parece não funcionar mais.", "Toggle grid view" : "Alternar a visão em grade", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao gerar senha de password_policy" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index e737b7b7877..1ecc4dc1fff 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Вы не можете поделиться с кругом, если приложение «Круг» не включено", "Please specify a valid circle" : "Укажите верный круг", "Sharing %s failed because the back end does not support room shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общий доступ такого типа", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа Science Mesh", "Unknown share type" : "Общий доступ неизвестного типа", "Not a directory" : "Это не каталог", "Could not lock node" : "Не удалось заблокировать узел", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Круг", "Talk conversation" : "Название обсуждения", "Deck board" : "Доска", - "Science Mesh" : "Science Mesh", "on {server}" : "на {server}", "Others with access" : "Другие пользователи, имеющие доступ", "No other users with access found" : "Не найдено пользователей, имеющих доступ", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Копировать в буфер обмена", "Sorry, this link doesn’t seem to work anymore." : "Похоже, эта ссылка больше не работает.", "Toggle grid view" : "Включить или отключить режим просмотра сеткой", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа Science Mesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Не удалось создать пароль на основе политики" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 49cfeceaacc..904fd50d016 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Вы не можете поделиться с кругом, если приложение «Круг» не включено", "Please specify a valid circle" : "Укажите верный круг", "Sharing %s failed because the back end does not support room shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общий доступ такого типа", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа Science Mesh", "Unknown share type" : "Общий доступ неизвестного типа", "Not a directory" : "Это не каталог", "Could not lock node" : "Не удалось заблокировать узел", @@ -224,7 +223,6 @@ "Circle" : "Круг", "Talk conversation" : "Название обсуждения", "Deck board" : "Доска", - "Science Mesh" : "Science Mesh", "on {server}" : "на {server}", "Others with access" : "Другие пользователи, имеющие доступ", "No other users with access found" : "Не найдено пользователей, имеющих доступ", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Копировать в буфер обмена", "Sorry, this link doesn’t seem to work anymore." : "Похоже, эта ссылка больше не работает.", "Toggle grid view" : "Включить или отключить режим просмотра сеткой", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Не удалось предоставить общий доступ к «%s» поскольку механизм обмена не поддерживает общие ресурсы типа Science Mesh", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Не удалось создать пароль на основе политики" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index 0d73d2c6e77..19cae2dd2e0 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Не можете делити са Круговима ако та апликација није укључена", "Please specify a valid circle" : "Одаберите исправан круг", "Sharing %s failed because the back end does not support room shares" : "Није успело дељење %s зато што позадински мотор дељења не подржава дељења у соби", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Дељење %s није успело јер позадински механизам не подржава sciencemesh дељења", "Unknown share type" : "Непознат тип дељења", "Not a directory" : "Није фасцикла", "Could not lock node" : "Не могу да закључам чвор", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Круг", "Talk conversation" : "Talk разговори", "Deck board" : "Табла Шпила", - "Science Mesh" : "Science Mesh", "on {server}" : "на серверу {server}", "Others with access" : "Остали са приступом", "No other users with access found" : "Нису нађени други корисници са приступом", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Копирај у оставу", "Sorry, this link doesn’t seem to work anymore." : "Нажалост, изгледа да веза више не ради.", "Toggle grid view" : "Укључи/искључи приказ мреже", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Дељење %s није успело јер позадински механизам не подржава sciencemesh дељења", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Грешка приликом креирања лозинке из password_policy" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index 27bdb9e31ad..40557a7ec4c 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Не можете делити са Круговима ако та апликација није укључена", "Please specify a valid circle" : "Одаберите исправан круг", "Sharing %s failed because the back end does not support room shares" : "Није успело дељење %s зато што позадински мотор дељења не подржава дељења у соби", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Дељење %s није успело јер позадински механизам не подржава sciencemesh дељења", "Unknown share type" : "Непознат тип дељења", "Not a directory" : "Није фасцикла", "Could not lock node" : "Не могу да закључам чвор", @@ -224,7 +223,6 @@ "Circle" : "Круг", "Talk conversation" : "Talk разговори", "Deck board" : "Табла Шпила", - "Science Mesh" : "Science Mesh", "on {server}" : "на серверу {server}", "Others with access" : "Остали са приступом", "No other users with access found" : "Нису нађени други корисници са приступом", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Копирај у оставу", "Sorry, this link doesn’t seem to work anymore." : "Нажалост, изгледа да веза више не ради.", "Toggle grid view" : "Укључи/искључи приказ мреже", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Дељење %s није успело јер позадински механизам не подржава sciencemesh дељења", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Грешка приликом креирања лозинке из password_policy" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index 36be7a97935..c082a449b36 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Du kan inte dela till en cirkel om appen inte är aktiverad", "Please specify a valid circle" : "Vänligen ange en giltig cirkel", "Sharing %s failed because the back end does not support room shares" : "Delning av %s misslyckades eftersom systemet inte stödjer rum-delningar", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Delning av %s misslyckades eftersom servern inte stödjer ScienceMesh-delningar", "Unknown share type" : "Ogiltig delningstyp", "Not a directory" : "Inte en mapp", "Could not lock node" : "Kunde inte låsa nod", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Cirkel", "Talk conversation" : "Talk-konversation", "Deck board" : "Deck-plank", - "Science Mesh" : "ScienceMesh", "on {server}" : "på {server}", "Others with access" : "Andra med åtkomst", "No other users with access found" : "Inga andra användare med åtkomst hittades", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Kopiera till urklipp", "Sorry, this link doesn’t seem to work anymore." : "Tyvärr, denna länk verkar inte fungera längre.", "Toggle grid view" : "Växla rutnätsvy", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Delning av %s misslyckades eftersom servern inte stödjer ScienceMesh-delningar", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fel vid generering av lösenord från lösenordspolicy" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index 6674473df59..2de909a3947 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Du kan inte dela till en cirkel om appen inte är aktiverad", "Please specify a valid circle" : "Vänligen ange en giltig cirkel", "Sharing %s failed because the back end does not support room shares" : "Delning av %s misslyckades eftersom systemet inte stödjer rum-delningar", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Delning av %s misslyckades eftersom servern inte stödjer ScienceMesh-delningar", "Unknown share type" : "Ogiltig delningstyp", "Not a directory" : "Inte en mapp", "Could not lock node" : "Kunde inte låsa nod", @@ -224,7 +223,6 @@ "Circle" : "Cirkel", "Talk conversation" : "Talk-konversation", "Deck board" : "Deck-plank", - "Science Mesh" : "ScienceMesh", "on {server}" : "på {server}", "Others with access" : "Andra med åtkomst", "No other users with access found" : "Inga andra användare med åtkomst hittades", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Kopiera till urklipp", "Sorry, this link doesn’t seem to work anymore." : "Tyvärr, denna länk verkar inte fungera längre.", "Toggle grid view" : "Växla rutnätsvy", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Delning av %s misslyckades eftersom servern inte stödjer ScienceMesh-delningar", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fel vid generering av lösenord från lösenordspolicy" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index 9eb3d10ce07..73d731cc1b8 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "Uygulama etkinleştirilmemiş ise bir Çevre ile paylaşamazsınız", "Please specify a valid circle" : "Lütfen geçerli bir çevre belirtin", "Sharing %s failed because the back end does not support room shares" : "Arka uç oda paylaşımlarına izin vermediğinden %s paylaşılamadı", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Arka uç ScienceMesh paylaşımlarına izin vermediğinden %s paylaşılamadı", "Unknown share type" : "Paylaşım türü bilinmiyor", "Not a directory" : "Bir klasör değil", "Could not lock node" : "Düğüm kilitlenemedi", @@ -212,7 +211,7 @@ OC.L10N.register( "Error, please enter proper password and/or expiration date" : "Hata. Lütfen uygun bir parola ya da son kullanma tarihi yazın", "Link share created" : "Paylaşım bağlantısı oluşturuldu", "Error while creating the share" : "Paylaşım oluşturulurken sorun çıktı", - "Search for share recipients" : "Paylaşım alıcıları arayın", + "Search for share recipients" : "Paylaşım alıcıları ara", "No recommendations. Start typing." : "Herhangi bir öneri yok. Yazmaya başlayın.", "Resharing is not allowed" : "Yeniden paylaşıma izin verilmiyor", "Name or email …" : "Ad ya da e-posta adresi …", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "Çevre", "Talk conversation" : "Talk görüşmesi", "Deck board" : "Tahta panosu", - "Science Mesh" : "ScienceMesh", "on {server}" : "{server} üzerinde", "Others with access" : "Erişebilen diğer kişiler", "No other users with access found" : "Erişebilen başka bir kullanıcı bulunamadı", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "Panoya kopyala", "Sorry, this link doesn’t seem to work anymore." : "Ne yazık ki, bu bağlantı artık çalışmıyor gibi görünüyor.", "Toggle grid view" : "Tablo görünümünü değiştir", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Arka uç ScienceMesh paylaşımlarına izin vermediğinden %s paylaşılamadı", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "password_policy ile parola oluşturulurken sorun çıktı" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index 3c2fa9daccb..761805333a9 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "Uygulama etkinleştirilmemiş ise bir Çevre ile paylaşamazsınız", "Please specify a valid circle" : "Lütfen geçerli bir çevre belirtin", "Sharing %s failed because the back end does not support room shares" : "Arka uç oda paylaşımlarına izin vermediğinden %s paylaşılamadı", - "Sharing %s failed because the back end does not support sciencemesh shares" : "Arka uç ScienceMesh paylaşımlarına izin vermediğinden %s paylaşılamadı", "Unknown share type" : "Paylaşım türü bilinmiyor", "Not a directory" : "Bir klasör değil", "Could not lock node" : "Düğüm kilitlenemedi", @@ -210,7 +209,7 @@ "Error, please enter proper password and/or expiration date" : "Hata. Lütfen uygun bir parola ya da son kullanma tarihi yazın", "Link share created" : "Paylaşım bağlantısı oluşturuldu", "Error while creating the share" : "Paylaşım oluşturulurken sorun çıktı", - "Search for share recipients" : "Paylaşım alıcıları arayın", + "Search for share recipients" : "Paylaşım alıcıları ara", "No recommendations. Start typing." : "Herhangi bir öneri yok. Yazmaya başlayın.", "Resharing is not allowed" : "Yeniden paylaşıma izin verilmiyor", "Name or email …" : "Ad ya da e-posta adresi …", @@ -224,7 +223,6 @@ "Circle" : "Çevre", "Talk conversation" : "Talk görüşmesi", "Deck board" : "Tahta panosu", - "Science Mesh" : "ScienceMesh", "on {server}" : "{server} üzerinde", "Others with access" : "Erişebilen diğer kişiler", "No other users with access found" : "Erişebilen başka bir kullanıcı bulunamadı", @@ -275,6 +273,8 @@ "Copy to clipboard" : "Panoya kopyala", "Sorry, this link doesn’t seem to work anymore." : "Ne yazık ki, bu bağlantı artık çalışmıyor gibi görünüyor.", "Toggle grid view" : "Tablo görünümünü değiştir", + "Sharing %s failed because the back end does not support sciencemesh shares" : "Arka uç ScienceMesh paylaşımlarına izin vermediğinden %s paylaşılamadı", + "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "password_policy ile parola oluşturulurken sorun çıktı" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js index 4134b01ba62..68a1ea8f89f 100644 --- a/apps/files_sharing/l10n/zh_HK.js +++ b/apps/files_sharing/l10n/zh_HK.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "當應用未被啟用,你無法分享到circle。", "Please specify a valid circle" : "請指定一個有效的circle", "Sharing %s failed because the back end does not support room shares" : "分享 %s 失敗,因為後端不支援聊天室分享", - "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 Science Mesh 分享", "Unknown share type" : "未知的分享類型", "Not a directory" : "這不是一個資料夾", "Could not lock node" : "無法鎖定節點", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "社交圈子", "Talk conversation" : "Talk 對話", "Deck board" : "Deck 面板", - "Science Mesh" : "Science Mesh", "on {server}" : "在 {server} 上", "Others with access" : "其他擁有存取權限的人", "No other users with access found" : "找不到其他擁有存取權限的用戶", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "複製到剪貼板", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Toggle grid view" : "切換網格檢視", + "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 Science Mesh 分享", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略生成密碼時出錯" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json index e6949d5edc3..4a1f7fc9ded 100644 --- a/apps/files_sharing/l10n/zh_HK.json +++ b/apps/files_sharing/l10n/zh_HK.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "當應用未被啟用,你無法分享到circle。", "Please specify a valid circle" : "請指定一個有效的circle", "Sharing %s failed because the back end does not support room shares" : "分享 %s 失敗,因為後端不支援聊天室分享", - "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 Science Mesh 分享", "Unknown share type" : "未知的分享類型", "Not a directory" : "這不是一個資料夾", "Could not lock node" : "無法鎖定節點", @@ -224,7 +223,6 @@ "Circle" : "社交圈子", "Talk conversation" : "Talk 對話", "Deck board" : "Deck 面板", - "Science Mesh" : "Science Mesh", "on {server}" : "在 {server} 上", "Others with access" : "其他擁有存取權限的人", "No other users with access found" : "找不到其他擁有存取權限的用戶", @@ -275,6 +273,8 @@ "Copy to clipboard" : "複製到剪貼板", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Toggle grid view" : "切換網格檢視", + "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 Science Mesh 分享", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略生成密碼時出錯" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 78e900b31f7..d10d5e00a94 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -120,7 +120,6 @@ OC.L10N.register( "You cannot share to a Circle if the app is not enabled" : "因為應用程式未啟用,所以您無法分享至小圈圈", "Please specify a valid circle" : "請指定有效的小圈圈", "Sharing %s failed because the back end does not support room shares" : "分享 %s 失敗,因為後端不支援聊天室分享", - "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 sciencemesh 分享", "Unknown share type" : "未知的分享類型", "Not a directory" : "不是目錄", "Could not lock node" : "無法鎖定節點", @@ -226,7 +225,6 @@ OC.L10N.register( "Circle" : "圈子", "Talk conversation" : "Talk 對話", "Deck board" : "看板佈告欄", - "Science Mesh" : "Science Mesh", "on {server}" : "於 {server}", "Others with access" : "有存取權的其他人", "No other users with access found" : "找不到其他有存取權的使用者", @@ -277,6 +275,8 @@ OC.L10N.register( "Copy to clipboard" : "複製到剪貼簿", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Toggle grid view" : "切換網格檢視", + "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 sciencemesh 分享", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略產生密碼時發生錯誤" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json index b6c16f5c3cf..141d2592188 100644 --- a/apps/files_sharing/l10n/zh_TW.json +++ b/apps/files_sharing/l10n/zh_TW.json @@ -118,7 +118,6 @@ "You cannot share to a Circle if the app is not enabled" : "因為應用程式未啟用,所以您無法分享至小圈圈", "Please specify a valid circle" : "請指定有效的小圈圈", "Sharing %s failed because the back end does not support room shares" : "分享 %s 失敗,因為後端不支援聊天室分享", - "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 sciencemesh 分享", "Unknown share type" : "未知的分享類型", "Not a directory" : "不是目錄", "Could not lock node" : "無法鎖定節點", @@ -224,7 +223,6 @@ "Circle" : "圈子", "Talk conversation" : "Talk 對話", "Deck board" : "看板佈告欄", - "Science Mesh" : "Science Mesh", "on {server}" : "於 {server}", "Others with access" : "有存取權的其他人", "No other users with access found" : "找不到其他有存取權的使用者", @@ -275,6 +273,8 @@ "Copy to clipboard" : "複製到剪貼簿", "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效", "Toggle grid view" : "切換網格檢視", + "Sharing %s failed because the back end does not support sciencemesh shares" : "分享 %s 失敗,因為後端不支援 sciencemesh 分享", + "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略產生密碼時發生錯誤" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/af.js b/apps/settings/l10n/af.js index f381d7fc727..fa8d6ace5bb 100644 --- a/apps/settings/l10n/af.js +++ b/apps/settings/l10n/af.js @@ -62,7 +62,6 @@ OC.L10N.register( "Current password" : "Huidige wagwoord", "New password" : "Nuwe wagwoord", "Change password" : "Verander wagwoord", - "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", "Cancel" : "Kanselleer", "Details" : "Besonderhede", "Your email address" : "U e-posadres", @@ -116,6 +115,7 @@ OC.L10N.register( "Upload new" : "Laai nuwe op", "Select from Files" : "Kies uit Lêers", "Remove image" : "Verwyder beeld", + "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", "Choose as profile picture" : "Kies as profielprent", "Your postal address" : "U posadres", "Link https://…" : "Skakel https://…", diff --git a/apps/settings/l10n/af.json b/apps/settings/l10n/af.json index 60fd9374992..38a77170fe0 100644 --- a/apps/settings/l10n/af.json +++ b/apps/settings/l10n/af.json @@ -60,7 +60,6 @@ "Current password" : "Huidige wagwoord", "New password" : "Nuwe wagwoord", "Change password" : "Verander wagwoord", - "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", "Cancel" : "Kanselleer", "Details" : "Besonderhede", "Your email address" : "U e-posadres", @@ -114,6 +113,7 @@ "Upload new" : "Laai nuwe op", "Select from Files" : "Kies uit Lêers", "Remove image" : "Verwyder beeld", + "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB", "Choose as profile picture" : "Kies as profielprent", "Your postal address" : "U posadres", "Link https://…" : "Skakel https://…", diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index d0a4995c95a..632e526a6d7 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -134,7 +134,6 @@ OC.L10N.register( "Current password" : "كلمات السر الحالية", "New password" : "كلمات سر جديدة", "Change password" : "عدل كلمة السر", - "png or jpg, max. 20 MB" : "صيغة png أو jpg و حجم أقصاه 20 م.ب", "Picture provided by original account" : "الصورة المستخدمة من الحساب الاصلي", "Cancel" : "الغاء", "Details" : "التفاصيل", @@ -242,6 +241,7 @@ OC.L10N.register( "Upload new" : "رفع الان", "Select from Files" : "إختر مِن بين الملفات", "Remove image" : "إزالة الصورة", + "png or jpg, max. 20 MB" : "صيغة png أو jpg و حجم أقصاه 20 م.ب", "Choose as profile picture" : "اختر صورة للملف الشخصي ", "You are using <strong>%s</strong>" : "تستخدم حاليا <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "تستخدم حاليا <strong>%1$s</strong> مِن أصل <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index a1f7687be03..40d6a4bfc8d 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -132,7 +132,6 @@ "Current password" : "كلمات السر الحالية", "New password" : "كلمات سر جديدة", "Change password" : "عدل كلمة السر", - "png or jpg, max. 20 MB" : "صيغة png أو jpg و حجم أقصاه 20 م.ب", "Picture provided by original account" : "الصورة المستخدمة من الحساب الاصلي", "Cancel" : "الغاء", "Details" : "التفاصيل", @@ -240,6 +239,7 @@ "Upload new" : "رفع الان", "Select from Files" : "إختر مِن بين الملفات", "Remove image" : "إزالة الصورة", + "png or jpg, max. 20 MB" : "صيغة png أو jpg و حجم أقصاه 20 م.ب", "Choose as profile picture" : "اختر صورة للملف الشخصي ", "You are using <strong>%s</strong>" : "تستخدم حاليا <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "تستخدم حاليا <strong>%1$s</strong> مِن أصل <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/ast.js b/apps/settings/l10n/ast.js index 78a5d2d5566..ad3f057adec 100644 --- a/apps/settings/l10n/ast.js +++ b/apps/settings/l10n/ast.js @@ -123,7 +123,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", "Change password" : "Camudar contraseña", - "png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB", "Picture provided by original account" : "Semeya fornida pola cuenta orixinal", "Cancel" : "Encaboxar", "Details" : "Detalles", @@ -221,6 +220,7 @@ OC.L10N.register( "The cron.php needs to be executed by the system user \"%s\"." : "cron.php precisa executalu l'usuariu del sistema «%s».", "Upload new" : "Xubir otra", "Remove image" : "Desaniciar imaxe", + "png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB", "Your postal address" : "La to direición postal", "Link https://…" : "Enllaz https://…" }, diff --git a/apps/settings/l10n/ast.json b/apps/settings/l10n/ast.json index 385e8f59222..541c43adcfa 100644 --- a/apps/settings/l10n/ast.json +++ b/apps/settings/l10n/ast.json @@ -121,7 +121,6 @@ "Current password" : "Contraseña actual", "New password" : "Contraseña nueva", "Change password" : "Camudar contraseña", - "png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB", "Picture provided by original account" : "Semeya fornida pola cuenta orixinal", "Cancel" : "Encaboxar", "Details" : "Detalles", @@ -219,6 +218,7 @@ "The cron.php needs to be executed by the system user \"%s\"." : "cron.php precisa executalu l'usuariu del sistema «%s».", "Upload new" : "Xubir otra", "Remove image" : "Desaniciar imaxe", + "png or jpg, max. 20 MB" : "png o jpg, máximu 20 MB", "Your postal address" : "La to direición postal", "Link https://…" : "Enllaz https://…" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/bg.js b/apps/settings/l10n/bg.js index d36a599cb17..6ed2d7c5bdc 100644 --- a/apps/settings/l10n/bg.js +++ b/apps/settings/l10n/bg.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Качване на профилна снимка", "Choose profile picture from Files" : "Избор на профилна снимка от Файлове", "Remove profile picture" : "Премахване на профилна снимка", - "png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB", + "The file must be a PNG or JPG" : "Файлът трябва да е във формат PNG или JPG", "Picture provided by original account" : "Снимката е предоставена от оригиналния профил", "Cancel" : "Отказ", "Set as profile picture" : "Задаване като профилна снимка", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Качи нова", "Select from Files" : "Избери от файловете", "Remove image" : "Премахни изображението", + "png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Моля, имайте предвид, че може да отнеме до 24 часа, докато аватарът се актуализира навсякъде.", "Choose as profile picture" : "Избор на профилна снимка", "You are using <strong>%s</strong>" : "Ползвате <strong>%s</strong>", diff --git a/apps/settings/l10n/bg.json b/apps/settings/l10n/bg.json index 7cd22e6ab5a..f617964ebaf 100644 --- a/apps/settings/l10n/bg.json +++ b/apps/settings/l10n/bg.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Качване на профилна снимка", "Choose profile picture from Files" : "Избор на профилна снимка от Файлове", "Remove profile picture" : "Премахване на профилна снимка", - "png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB", + "The file must be a PNG or JPG" : "Файлът трябва да е във формат PNG или JPG", "Picture provided by original account" : "Снимката е предоставена от оригиналния профил", "Cancel" : "Отказ", "Set as profile picture" : "Задаване като профилна снимка", @@ -548,6 +548,7 @@ "Upload new" : "Качи нова", "Select from Files" : "Избери от файловете", "Remove image" : "Премахни изображението", + "png or jpg, max. 20 MB" : "png или jpg, макс. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Моля, имайте предвид, че може да отнеме до 24 часа, докато аватарът се актуализира навсякъде.", "Choose as profile picture" : "Избор на профилна снимка", "You are using <strong>%s</strong>" : "Ползвате <strong>%s</strong>", diff --git a/apps/settings/l10n/br.js b/apps/settings/l10n/br.js index 69f40861552..9aa14b4619a 100644 --- a/apps/settings/l10n/br.js +++ b/apps/settings/l10n/br.js @@ -204,7 +204,6 @@ OC.L10N.register( "Current password" : "Ger-tremen hiziv", "New password" : "Ger-tremen nevez", "Change password" : "Cheñch ger-tremen", - "png or jpg, max. 20 MB" : "png pe jpg, 20 MB d'ar muiañ", "Picture provided by original account" : "Skeudenn roet gant ar c'hont orin", "Cancel" : "Arrest", "Details" : "Munudoù", @@ -382,6 +381,7 @@ OC.L10N.register( "Upload new" : "Pellkas nevez", "Select from Files" : "Choaz diouz ar restr", "Remove image" : "Lemel skeudenn", + "png or jpg, max. 20 MB" : "png pe jpg, 20 MB d'ar muiañ", "Choose as profile picture" : "Choazit ur skeudenn trolinenn", "You are using <strong>%s</strong>" : "Emaoc'h o imlpij <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Emaoc'h o implij <strong>%1$s</strong> diouzh <strong>%2$s</strong> (<strong>%3$s%%</strong>)", diff --git a/apps/settings/l10n/br.json b/apps/settings/l10n/br.json index 866e999e255..f18532c2863 100644 --- a/apps/settings/l10n/br.json +++ b/apps/settings/l10n/br.json @@ -202,7 +202,6 @@ "Current password" : "Ger-tremen hiziv", "New password" : "Ger-tremen nevez", "Change password" : "Cheñch ger-tremen", - "png or jpg, max. 20 MB" : "png pe jpg, 20 MB d'ar muiañ", "Picture provided by original account" : "Skeudenn roet gant ar c'hont orin", "Cancel" : "Arrest", "Details" : "Munudoù", @@ -380,6 +379,7 @@ "Upload new" : "Pellkas nevez", "Select from Files" : "Choaz diouz ar restr", "Remove image" : "Lemel skeudenn", + "png or jpg, max. 20 MB" : "png pe jpg, 20 MB d'ar muiañ", "Choose as profile picture" : "Choazit ur skeudenn trolinenn", "You are using <strong>%s</strong>" : "Emaoc'h o imlpij <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Emaoc'h o implij <strong>%1$s</strong> diouzh <strong>%2$s</strong> (<strong>%3$s%%</strong>)", diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index a611b806486..95b5f80dead 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Pujar la imatge de perfil", "Choose profile picture from Files" : "Trieu la imatge des de Fitxers", "Remove profile picture" : "Treu la imatge de perfil", - "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", + "The file must be a PNG or JPG" : "El fitxer ha de ser PNG o JPG", "Picture provided by original account" : "Imatge proporcionada pel compte original", "Cancel" : "Cancel·la", "Set as profile picture" : "Estableix com a imatge de perfil", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Puja'n una de nova", "Select from Files" : "Selecciona dels Fitxers", "Remove image" : "Suprimir imatge", + "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Tingueu en compte que l'avatar pot trigar fins a 24 hores a actualitzar-se a tot arreu.", "Choose as profile picture" : "Tria una imatge de perfil", "You are using <strong>%s</strong>" : "Esteu utilitzant <strong>%s</strong>", diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json index 092227af2b5..5a71eaffebc 100644 --- a/apps/settings/l10n/ca.json +++ b/apps/settings/l10n/ca.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Pujar la imatge de perfil", "Choose profile picture from Files" : "Trieu la imatge des de Fitxers", "Remove profile picture" : "Treu la imatge de perfil", - "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", + "The file must be a PNG or JPG" : "El fitxer ha de ser PNG o JPG", "Picture provided by original account" : "Imatge proporcionada pel compte original", "Cancel" : "Cancel·la", "Set as profile picture" : "Estableix com a imatge de perfil", @@ -548,6 +548,7 @@ "Upload new" : "Puja'n una de nova", "Select from Files" : "Selecciona dels Fitxers", "Remove image" : "Suprimir imatge", + "png or jpg, max. 20 MB" : "png o jpg, màx. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Tingueu en compte que l'avatar pot trigar fins a 24 hores a actualitzar-se a tot arreu.", "Choose as profile picture" : "Tria una imatge de perfil", "You are using <strong>%s</strong>" : "Esteu utilitzant <strong>%s</strong>", diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index d14fb3b4653..00f7c68b51f 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Nahrát profilový obrázek", "Choose profile picture from Files" : "Zvolit profilový obrázek ze Souborů", "Remove profile picture" : "Odebrat profilový obrázek", - "png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB", + "The file must be a PNG or JPG" : "Je třeba, aby soubor by PNG nebo JPG", "Picture provided by original account" : "Obrázek poskytovaný původním účtem", "Cancel" : "Storno", "Set as profile picture" : "Nastavit jako profilový obrázek", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Nahrát nový", "Select from Files" : "Vybrat ze Souborů", "Remove image" : "Odebrat obrázek", + "png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Mějte na paměti, že může trvat až 24 hodin, než bude avatar aktualizován všude.", "Choose as profile picture" : "Vybrat jako profilový obrázek", "You are using <strong>%s</strong>" : "Vaše data zabírají <strong>%s</strong>", diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index 4760c3f2323..27ebdd12ad9 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Nahrát profilový obrázek", "Choose profile picture from Files" : "Zvolit profilový obrázek ze Souborů", "Remove profile picture" : "Odebrat profilový obrázek", - "png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB", + "The file must be a PNG or JPG" : "Je třeba, aby soubor by PNG nebo JPG", "Picture provided by original account" : "Obrázek poskytovaný původním účtem", "Cancel" : "Storno", "Set as profile picture" : "Nastavit jako profilový obrázek", @@ -548,6 +548,7 @@ "Upload new" : "Nahrát nový", "Select from Files" : "Vybrat ze Souborů", "Remove image" : "Odebrat obrázek", + "png or jpg, max. 20 MB" : "png nebo jpg, nejvýše 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Mějte na paměti, že může trvat až 24 hodin, než bude avatar aktualizován všude.", "Choose as profile picture" : "Vybrat jako profilový obrázek", "You are using <strong>%s</strong>" : "Vaše data zabírají <strong>%s</strong>", diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js index 50a6e72b02f..26b7834ec89 100644 --- a/apps/settings/l10n/da.js +++ b/apps/settings/l10n/da.js @@ -242,7 +242,6 @@ OC.L10N.register( "Change password" : "Skift kodeord", "Your profile picture" : "Dit profil billede", "Upload profile picture" : "Upload profil billede", - "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Picture provided by original account" : "Billede leveret af den oprindelige konto", "Cancel" : "Annuller", "Your biography" : "Din biografi", @@ -488,6 +487,7 @@ OC.L10N.register( "Upload new" : "Upload nyt", "Select from Files" : "Vælg fra filer", "Remove image" : "Fjern billede", + "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Choose as profile picture" : "Vælg et profilbillede", "You are using <strong>%s</strong>" : "Du bruger <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Du bruger <strong>%1$s</strong> af <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json index 5309044f92c..532ff64ad3b 100644 --- a/apps/settings/l10n/da.json +++ b/apps/settings/l10n/da.json @@ -240,7 +240,6 @@ "Change password" : "Skift kodeord", "Your profile picture" : "Dit profil billede", "Upload profile picture" : "Upload profil billede", - "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Picture provided by original account" : "Billede leveret af den oprindelige konto", "Cancel" : "Annuller", "Your biography" : "Din biografi", @@ -486,6 +485,7 @@ "Upload new" : "Upload nyt", "Select from Files" : "Vælg fra filer", "Remove image" : "Fjern billede", + "png or jpg, max. 20 MB" : "png eller jpg, max. 20 MB", "Choose as profile picture" : "Vælg et profilbillede", "You are using <strong>%s</strong>" : "Du bruger <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Du bruger <strong>%1$s</strong> af <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index a59207fc529..0ce81835701 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -272,7 +272,6 @@ OC.L10N.register( "Upload profile picture" : "Profilbild hochladen", "Choose profile picture from Files" : "Profilbild aus Dateien wählen", "Remove profile picture" : "Profilbild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", "Set as profile picture" : "Als Profilbild festlegen", @@ -549,6 +548,7 @@ OC.L10N.register( "Upload new" : "Neues hochladen", "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Bitte beachte, dass es bis zu 24 Stunden dauern kann, bis der Avatar überall aktualisiert wird.", "Choose as profile picture" : "Als Profilbild auswählen", "You are using <strong>%s</strong>" : "Du benutzt <strong>%s</strong>", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index b2744a962f5..6080126fd3a 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -270,7 +270,6 @@ "Upload profile picture" : "Profilbild hochladen", "Choose profile picture from Files" : "Profilbild aus Dateien wählen", "Remove profile picture" : "Profilbild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", "Set as profile picture" : "Als Profilbild festlegen", @@ -547,6 +546,7 @@ "Upload new" : "Neues hochladen", "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Bitte beachte, dass es bis zu 24 Stunden dauern kann, bis der Avatar überall aktualisiert wird.", "Choose as profile picture" : "Als Profilbild auswählen", "You are using <strong>%s</strong>" : "Du benutzt <strong>%s</strong>", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 4a25b6a204a..9d23cc4cec6 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Profilbild hochladen", "Choose profile picture from Files" : "Profilbild aus Dateien wählen", "Remove profile picture" : "Profilbild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", + "The file must be a PNG or JPG" : "Die Datei muss im PNG- oder JPG-Format sein", "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", "Set as profile picture" : "Als Profilbild festlegen", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Neues hochladen", "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Bitte beachten Sie, dass es bis zu 24 Stunden dauern kann, bis der Avatar überall aktualisiert wird.", "Choose as profile picture" : "Als Profilbild auswählen", "You are using <strong>%s</strong>" : "Sie benutzen <strong>%s</strong>", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index bbd01510edc..c99648d190b 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Profilbild hochladen", "Choose profile picture from Files" : "Profilbild aus Dateien wählen", "Remove profile picture" : "Profilbild entfernen", - "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", + "The file must be a PNG or JPG" : "Die Datei muss im PNG- oder JPG-Format sein", "Picture provided by original account" : "Bild von Original-Konto zur Verfügung gestellt", "Cancel" : "Abbrechen", "Set as profile picture" : "Als Profilbild festlegen", @@ -548,6 +548,7 @@ "Upload new" : "Neues hochladen", "Select from Files" : "Aus Dateien wählen", "Remove image" : "Bild entfernen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Bitte beachten Sie, dass es bis zu 24 Stunden dauern kann, bis der Avatar überall aktualisiert wird.", "Choose as profile picture" : "Als Profilbild auswählen", "You are using <strong>%s</strong>" : "Sie benutzen <strong>%s</strong>", diff --git a/apps/settings/l10n/el.js b/apps/settings/l10n/el.js index 5b5250d3eae..fbd87f067e4 100644 --- a/apps/settings/l10n/el.js +++ b/apps/settings/l10n/el.js @@ -246,7 +246,6 @@ OC.L10N.register( "Your profile picture" : "Η εικόνα του προφίλ σας", "Upload profile picture" : "Μεταφόρτωση εικόνας προφίλ", "Remove profile picture" : "Αφαίρεση εικόνας προφίλ", - "png or jpg, max. 20 MB" : "png ή jpg, μεγ. 20 MB", "Picture provided by original account" : "Φωτογραφία που παρέχεται από τον πρωτότυπο λογαριασμό", "Cancel" : "Άκυρο", "Set as profile picture" : "Ορισμός ως εικόνας προφίλ", @@ -506,6 +505,7 @@ OC.L10N.register( "Upload new" : "Μεταφόρτωση νέας", "Select from Files" : "Επιλογή από τα Αρχεία", "Remove image" : "Αφαίρεση εικόνας", + "png or jpg, max. 20 MB" : "png ή jpg, μεγ. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Λάβετε υπόψη ότι μπορεί να χρειαστούν έως και 24 ώρες για να ενημερωθεί το άβαταρ παντού.", "Choose as profile picture" : "Επιλέξτε εικόνα προφίλ", "You are using <strong>%s</strong>" : "Χρησιμοποιείτε <strong>%s</strong>", diff --git a/apps/settings/l10n/el.json b/apps/settings/l10n/el.json index ac150eaa2e9..4312f3c7500 100644 --- a/apps/settings/l10n/el.json +++ b/apps/settings/l10n/el.json @@ -244,7 +244,6 @@ "Your profile picture" : "Η εικόνα του προφίλ σας", "Upload profile picture" : "Μεταφόρτωση εικόνας προφίλ", "Remove profile picture" : "Αφαίρεση εικόνας προφίλ", - "png or jpg, max. 20 MB" : "png ή jpg, μεγ. 20 MB", "Picture provided by original account" : "Φωτογραφία που παρέχεται από τον πρωτότυπο λογαριασμό", "Cancel" : "Άκυρο", "Set as profile picture" : "Ορισμός ως εικόνας προφίλ", @@ -504,6 +503,7 @@ "Upload new" : "Μεταφόρτωση νέας", "Select from Files" : "Επιλογή από τα Αρχεία", "Remove image" : "Αφαίρεση εικόνας", + "png or jpg, max. 20 MB" : "png ή jpg, μεγ. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Λάβετε υπόψη ότι μπορεί να χρειαστούν έως και 24 ώρες για να ενημερωθεί το άβαταρ παντού.", "Choose as profile picture" : "Επιλέξτε εικόνα προφίλ", "You are using <strong>%s</strong>" : "Χρησιμοποιείτε <strong>%s</strong>", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index c44d5b78ca2..948ef8b2409 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Upload profile picture", "Choose profile picture from Files" : "Choose profile picture from Files", "Remove profile picture" : "Remove profile picture", - "png or jpg, max. 20 MB" : "png or jpg, max. 20 MB", + "The file must be a PNG or JPG" : "The file must be a PNG or JPG", "Picture provided by original account" : "Picture provided by original account", "Cancel" : "Cancel", "Set as profile picture" : "Set as profile picture", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Upload new", "Select from Files" : "Select from Files", "Remove image" : "Remove image", + "png or jpg, max. 20 MB" : "png or jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Please note that it can take up to 24 hours for the avatar to get updated everywhere.", "Choose as profile picture" : "Choose as profile picture", "You are using <strong>%s</strong>" : "You are using <strong>%s</strong>", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 02e532e410b..99a2f84c404 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Upload profile picture", "Choose profile picture from Files" : "Choose profile picture from Files", "Remove profile picture" : "Remove profile picture", - "png or jpg, max. 20 MB" : "png or jpg, max. 20 MB", + "The file must be a PNG or JPG" : "The file must be a PNG or JPG", "Picture provided by original account" : "Picture provided by original account", "Cancel" : "Cancel", "Set as profile picture" : "Set as profile picture", @@ -548,6 +548,7 @@ "Upload new" : "Upload new", "Select from Files" : "Select from Files", "Remove image" : "Remove image", + "png or jpg, max. 20 MB" : "png or jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Please note that it can take up to 24 hours for the avatar to get updated everywhere.", "Choose as profile picture" : "Choose as profile picture", "You are using <strong>%s</strong>" : "You are using <strong>%s</strong>", diff --git a/apps/settings/l10n/eo.js b/apps/settings/l10n/eo.js index 4da9b1aedb5..9a7a1633857 100644 --- a/apps/settings/l10n/eo.js +++ b/apps/settings/l10n/eo.js @@ -195,7 +195,6 @@ OC.L10N.register( "Current password" : "Nuna pasvorto", "New password" : "Nova pasvorto", "Change password" : "Ŝanĝi la pasvorton", - "png or jpg, max. 20 MB" : "png aŭ jpg, maksimume 20 MB", "Picture provided by original account" : "Bildo el la origina konto", "Cancel" : "Nuligi", "Details" : "Detaloj", @@ -352,6 +351,7 @@ OC.L10N.register( "Upload new" : "Alŝuti novan", "Select from Files" : "Elekti el dosieroj", "Remove image" : "Forigi bildon", + "png or jpg, max. 20 MB" : "png aŭ jpg, maksimume 20 MB", "Choose as profile picture" : "Elekti kiel profilan bildon", "You are using <strong>%s</strong>" : "Vi uzas <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Vi uzas <strong>%1$s</strong> el <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/eo.json b/apps/settings/l10n/eo.json index 99cdca45e3a..ad82089f8f5 100644 --- a/apps/settings/l10n/eo.json +++ b/apps/settings/l10n/eo.json @@ -193,7 +193,6 @@ "Current password" : "Nuna pasvorto", "New password" : "Nova pasvorto", "Change password" : "Ŝanĝi la pasvorton", - "png or jpg, max. 20 MB" : "png aŭ jpg, maksimume 20 MB", "Picture provided by original account" : "Bildo el la origina konto", "Cancel" : "Nuligi", "Details" : "Detaloj", @@ -350,6 +349,7 @@ "Upload new" : "Alŝuti novan", "Select from Files" : "Elekti el dosieroj", "Remove image" : "Forigi bildon", + "png or jpg, max. 20 MB" : "png aŭ jpg, maksimume 20 MB", "Choose as profile picture" : "Elekti kiel profilan bildon", "You are using <strong>%s</strong>" : "Vi uzas <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Vi uzas <strong>%1$s</strong> el <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index 7ddb5f67063..349828b1a36 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Subir imagen del perfil", "Choose profile picture from Files" : "Seleccionar imagen del perfil desde los archivos", "Remove profile picture" : "Eliminar imagen del perfil", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", + "The file must be a PNG or JPG" : "El archivo debe ser un PNG o JPG", "Picture provided by original account" : "Imagen provista por la cuenta original", "Cancel" : "Cancelar", "Set as profile picture" : "Establecer como imagen del perfil", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Subir nueva", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Borrar imagen", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ten en cuenta que el avatar puede tardar hasta 24 horas en actualizarse en todas partes.", "Choose as profile picture" : "Seleccionar como imagen de perfil", "You are using <strong>%s</strong>" : "Estás usando <strong>%s</strong>", diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index ed9c9c09d85..926d978cf9a 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Subir imagen del perfil", "Choose profile picture from Files" : "Seleccionar imagen del perfil desde los archivos", "Remove profile picture" : "Eliminar imagen del perfil", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", + "The file must be a PNG or JPG" : "El archivo debe ser un PNG o JPG", "Picture provided by original account" : "Imagen provista por la cuenta original", "Cancel" : "Cancelar", "Set as profile picture" : "Establecer como imagen del perfil", @@ -548,6 +548,7 @@ "Upload new" : "Subir nueva", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Borrar imagen", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ten en cuenta que el avatar puede tardar hasta 24 horas en actualizarse en todas partes.", "Choose as profile picture" : "Seleccionar como imagen de perfil", "You are using <strong>%s</strong>" : "Estás usando <strong>%s</strong>", diff --git a/apps/settings/l10n/es_419.js b/apps/settings/l10n/es_419.js index c8a8f3b947b..bbbf5771733 100644 --- a/apps/settings/l10n/es_419.js +++ b/apps/settings/l10n/es_419.js @@ -145,7 +145,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -257,6 +256,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estas usando <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Estas usando <strong>%1$s</strong> de <strong>%2$s</strong> (<strong>%3$s%%</strong>)", diff --git a/apps/settings/l10n/es_419.json b/apps/settings/l10n/es_419.json index f5d2f288de8..e091d991a11 100644 --- a/apps/settings/l10n/es_419.json +++ b/apps/settings/l10n/es_419.json @@ -143,7 +143,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -255,6 +254,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estas usando <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Estas usando <strong>%1$s</strong> de <strong>%2$s</strong> (<strong>%3$s%%</strong>)", diff --git a/apps/settings/l10n/es_AR.js b/apps/settings/l10n/es_AR.js index 56ac4ea3c57..ce74f288e7a 100644 --- a/apps/settings/l10n/es_AR.js +++ b/apps/settings/l10n/es_AR.js @@ -139,7 +139,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionadoa por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -245,6 +244,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Su dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_AR.json b/apps/settings/l10n/es_AR.json index d6c6612f3df..47f8c413919 100644 --- a/apps/settings/l10n/es_AR.json +++ b/apps/settings/l10n/es_AR.json @@ -137,7 +137,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionadoa por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -243,6 +242,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Su dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_CL.js b/apps/settings/l10n/es_CL.js index beab3681c71..0f508292217 100644 --- a/apps/settings/l10n/es_CL.js +++ b/apps/settings/l10n/es_CL.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CL.json b/apps/settings/l10n/es_CL.json index b62770fe0e7..9438ae2ba91 100644 --- a/apps/settings/l10n/es_CL.json +++ b/apps/settings/l10n/es_CL.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CO.js b/apps/settings/l10n/es_CO.js index 151e50320d7..0356183a5b7 100644 --- a/apps/settings/l10n/es_CO.js +++ b/apps/settings/l10n/es_CO.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CO.json b/apps/settings/l10n/es_CO.json index fcf4009c769..01c2f3ad0fd 100644 --- a/apps/settings/l10n/es_CO.json +++ b/apps/settings/l10n/es_CO.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CR.js b/apps/settings/l10n/es_CR.js index 151e50320d7..0356183a5b7 100644 --- a/apps/settings/l10n/es_CR.js +++ b/apps/settings/l10n/es_CR.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_CR.json b/apps/settings/l10n/es_CR.json index fcf4009c769..01c2f3ad0fd 100644 --- a/apps/settings/l10n/es_CR.json +++ b/apps/settings/l10n/es_CR.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_DO.js b/apps/settings/l10n/es_DO.js index 151e50320d7..0356183a5b7 100644 --- a/apps/settings/l10n/es_DO.js +++ b/apps/settings/l10n/es_DO.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_DO.json b/apps/settings/l10n/es_DO.json index fcf4009c769..01c2f3ad0fd 100644 --- a/apps/settings/l10n/es_DO.json +++ b/apps/settings/l10n/es_DO.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_EC.js b/apps/settings/l10n/es_EC.js index 151e50320d7..0356183a5b7 100644 --- a/apps/settings/l10n/es_EC.js +++ b/apps/settings/l10n/es_EC.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_EC.json b/apps/settings/l10n/es_EC.json index fcf4009c769..01c2f3ad0fd 100644 --- a/apps/settings/l10n/es_EC.json +++ b/apps/settings/l10n/es_EC.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_GT.js b/apps/settings/l10n/es_GT.js index 151e50320d7..0356183a5b7 100644 --- a/apps/settings/l10n/es_GT.js +++ b/apps/settings/l10n/es_GT.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_GT.json b/apps/settings/l10n/es_GT.json index fcf4009c769..01c2f3ad0fd 100644 --- a/apps/settings/l10n/es_GT.json +++ b/apps/settings/l10n/es_GT.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_HN.js b/apps/settings/l10n/es_HN.js index 3992f77037d..eaac93f45be 100644 --- a/apps/settings/l10n/es_HN.js +++ b/apps/settings/l10n/es_HN.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_HN.json b/apps/settings/l10n/es_HN.json index 97495931c64..74b8faeaf7c 100644 --- a/apps/settings/l10n/es_HN.json +++ b/apps/settings/l10n/es_HN.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js index 6566471b1de..4747b488706 100644 --- a/apps/settings/l10n/es_MX.js +++ b/apps/settings/l10n/es_MX.js @@ -160,7 +160,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -279,6 +278,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_MX.json b/apps/settings/l10n/es_MX.json index f9dfab27e9f..20a86a47a15 100644 --- a/apps/settings/l10n/es_MX.json +++ b/apps/settings/l10n/es_MX.json @@ -158,7 +158,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -277,6 +276,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_NI.js b/apps/settings/l10n/es_NI.js index 3992f77037d..eaac93f45be 100644 --- a/apps/settings/l10n/es_NI.js +++ b/apps/settings/l10n/es_NI.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_NI.json b/apps/settings/l10n/es_NI.json index 97495931c64..74b8faeaf7c 100644 --- a/apps/settings/l10n/es_NI.json +++ b/apps/settings/l10n/es_NI.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PA.js b/apps/settings/l10n/es_PA.js index 3992f77037d..eaac93f45be 100644 --- a/apps/settings/l10n/es_PA.js +++ b/apps/settings/l10n/es_PA.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PA.json b/apps/settings/l10n/es_PA.json index 97495931c64..74b8faeaf7c 100644 --- a/apps/settings/l10n/es_PA.json +++ b/apps/settings/l10n/es_PA.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PE.js b/apps/settings/l10n/es_PE.js index 3992f77037d..eaac93f45be 100644 --- a/apps/settings/l10n/es_PE.js +++ b/apps/settings/l10n/es_PE.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PE.json b/apps/settings/l10n/es_PE.json index 97495931c64..74b8faeaf7c 100644 --- a/apps/settings/l10n/es_PE.json +++ b/apps/settings/l10n/es_PE.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PR.js b/apps/settings/l10n/es_PR.js index 3992f77037d..eaac93f45be 100644 --- a/apps/settings/l10n/es_PR.js +++ b/apps/settings/l10n/es_PR.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PR.json b/apps/settings/l10n/es_PR.json index 97495931c64..74b8faeaf7c 100644 --- a/apps/settings/l10n/es_PR.json +++ b/apps/settings/l10n/es_PR.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PY.js b/apps/settings/l10n/es_PY.js index 3992f77037d..eaac93f45be 100644 --- a/apps/settings/l10n/es_PY.js +++ b/apps/settings/l10n/es_PY.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_PY.json b/apps/settings/l10n/es_PY.json index 97495931c64..74b8faeaf7c 100644 --- a/apps/settings/l10n/es_PY.json +++ b/apps/settings/l10n/es_PY.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_SV.js b/apps/settings/l10n/es_SV.js index 151e50320d7..0356183a5b7 100644 --- a/apps/settings/l10n/es_SV.js +++ b/apps/settings/l10n/es_SV.js @@ -146,7 +146,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_SV.json b/apps/settings/l10n/es_SV.json index fcf4009c769..01c2f3ad0fd 100644 --- a/apps/settings/l10n/es_SV.json +++ b/apps/settings/l10n/es_SV.json @@ -144,7 +144,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -252,6 +251,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "You are using <strong>%s</strong>" : "Estás usando<strong>%s</strong>", "Your postal address" : "Tu dirección postal", diff --git a/apps/settings/l10n/es_UY.js b/apps/settings/l10n/es_UY.js index 3992f77037d..eaac93f45be 100644 --- a/apps/settings/l10n/es_UY.js +++ b/apps/settings/l10n/es_UY.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -248,6 +247,7 @@ OC.L10N.register( "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/es_UY.json b/apps/settings/l10n/es_UY.json index 97495931c64..74b8faeaf7c 100644 --- a/apps/settings/l10n/es_UY.json +++ b/apps/settings/l10n/es_UY.json @@ -139,7 +139,6 @@ "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", "Change password" : "Cambiar contraseña", - "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Picture provided by original account" : "Imagen proporcionada por la cuenta original ", "Cancel" : "Cancelar", "Details" : "Detalles", @@ -246,6 +245,7 @@ "Upload new" : "Cargar nuevo", "Select from Files" : "Seleccionar desde Archivos", "Remove image" : "Eliminar imagen", + "png or jpg, max. 20 MB" : "png o jpg max. 20 MB", "Choose as profile picture" : "Seleccionar como foto del perfil", "Your postal address" : "Tu dirección postal", "It can take up to 24 hours before the account is displayed as verified." : "Puede tomar hasta 24 horas antes de que la cuenta se muestre como verificada. ", diff --git a/apps/settings/l10n/et_EE.js b/apps/settings/l10n/et_EE.js index 068ef724c8a..42b8ce253d7 100644 --- a/apps/settings/l10n/et_EE.js +++ b/apps/settings/l10n/et_EE.js @@ -135,7 +135,6 @@ OC.L10N.register( "Current password" : "Praegune parool", "New password" : "Uus parool", "Change password" : "Muuda parooli", - "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", "Cancel" : "Loobu", "Details" : "Üksikasjad", "You are a member of the following groups:" : "Sa oled nende gruppide liige:", @@ -247,6 +246,7 @@ OC.L10N.register( "Upload new" : "Laadi uus üles", "Select from Files" : "Vali failidest", "Remove image" : "Eemalda pilt", + "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", "Choose as profile picture" : "Vali kui profiili pilt", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Kasutusel on <strong>%1$s</strong>/ <strong>%2$s</strong> (<strong>%3$s%%</strong>)", "Your postal address" : "Sinu postiaadress", diff --git a/apps/settings/l10n/et_EE.json b/apps/settings/l10n/et_EE.json index 69d4a95969c..99e70484d66 100644 --- a/apps/settings/l10n/et_EE.json +++ b/apps/settings/l10n/et_EE.json @@ -133,7 +133,6 @@ "Current password" : "Praegune parool", "New password" : "Uus parool", "Change password" : "Muuda parooli", - "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", "Cancel" : "Loobu", "Details" : "Üksikasjad", "You are a member of the following groups:" : "Sa oled nende gruppide liige:", @@ -245,6 +244,7 @@ "Upload new" : "Laadi uus üles", "Select from Files" : "Vali failidest", "Remove image" : "Eemalda pilt", + "png or jpg, max. 20 MB" : "png või jpg, max. 20 MB", "Choose as profile picture" : "Vali kui profiili pilt", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Kasutusel on <strong>%1$s</strong>/ <strong>%2$s</strong> (<strong>%3$s%%</strong>)", "Your postal address" : "Sinu postiaadress", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index 47a07223f57..8fbb15e4aba 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Kargatu profil-irudia", "Choose profile picture from Files" : "Aukeratu Fitxategiak-en profileko argazkia", "Remove profile picture" : "Kendu profil-irudia", - "png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB", + "The file must be a PNG or JPG" : "Fitxategiak PNG edo JPG izan behar du", "Picture provided by original account" : "Irudia jatorrizko kontutik hartuta", "Cancel" : "Ezeztatu", "Set as profile picture" : "Ezarri profil-irudia", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Kargatu berria", "Select from Files" : "Aukeratu fitxategien artean", "Remove image" : "Kendu irudia", + "png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Kontuan izan avatarra edonon eguneratzeko 24 ordu arte igaro daitezkeela.", "Choose as profile picture" : "Aukeratu profil irudi gisa", "You are using <strong>%s</strong>" : "<strong>%s</strong> erabiltzen ari zara", diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index 96ac9a3c599..fddd93fa8e2 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Kargatu profil-irudia", "Choose profile picture from Files" : "Aukeratu Fitxategiak-en profileko argazkia", "Remove profile picture" : "Kendu profil-irudia", - "png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB", + "The file must be a PNG or JPG" : "Fitxategiak PNG edo JPG izan behar du", "Picture provided by original account" : "Irudia jatorrizko kontutik hartuta", "Cancel" : "Ezeztatu", "Set as profile picture" : "Ezarri profil-irudia", @@ -548,6 +548,7 @@ "Upload new" : "Kargatu berria", "Select from Files" : "Aukeratu fitxategien artean", "Remove image" : "Kendu irudia", + "png or jpg, max. 20 MB" : "png edo jpg, gehienez 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Kontuan izan avatarra edonon eguneratzeko 24 ordu arte igaro daitezkeela.", "Choose as profile picture" : "Aukeratu profil irudi gisa", "You are using <strong>%s</strong>" : "<strong>%s</strong> erabiltzen ari zara", diff --git a/apps/settings/l10n/fa.js b/apps/settings/l10n/fa.js index 66f64e7871a..1da143b0a45 100644 --- a/apps/settings/l10n/fa.js +++ b/apps/settings/l10n/fa.js @@ -233,7 +233,6 @@ OC.L10N.register( "Your profile picture" : "نگارهٔ نمایهتان", "Upload profile picture" : "بارگذاری نگارهٔ نمایه", "Remove profile picture" : "برداشتن نگارهٔ نمایه", - "png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ مب", "Picture provided by original account" : "نگاره فراهم شده به دست حساب اصلی", "Cancel" : "منصرف شدن", "Details" : "جزییات", @@ -398,6 +397,7 @@ OC.L10N.register( "Upload new" : "بارگذاری جدید", "Select from Files" : "از میان پرونده ها انتخاب کنید", "Remove image" : "تصویر پاک شود", + "png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ مب", "Choose as profile picture" : "یک تصویر برای پروفایل انتخاب کنید", "You are using <strong>%s</strong>" : "شما با استفاده از <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "شما با استفاده از <strong>%1$s</strong> از <strong>%2$s</strong> (<strong>%3$s%%</strong>)", diff --git a/apps/settings/l10n/fa.json b/apps/settings/l10n/fa.json index f20fc31c100..1ea9e25f8c3 100644 --- a/apps/settings/l10n/fa.json +++ b/apps/settings/l10n/fa.json @@ -231,7 +231,6 @@ "Your profile picture" : "نگارهٔ نمایهتان", "Upload profile picture" : "بارگذاری نگارهٔ نمایه", "Remove profile picture" : "برداشتن نگارهٔ نمایه", - "png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ مب", "Picture provided by original account" : "نگاره فراهم شده به دست حساب اصلی", "Cancel" : "منصرف شدن", "Details" : "جزییات", @@ -396,6 +395,7 @@ "Upload new" : "بارگذاری جدید", "Select from Files" : "از میان پرونده ها انتخاب کنید", "Remove image" : "تصویر پاک شود", + "png or jpg, max. 20 MB" : "png یا jpg. بیشینه ۲۰ مب", "Choose as profile picture" : "یک تصویر برای پروفایل انتخاب کنید", "You are using <strong>%s</strong>" : "شما با استفاده از <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "شما با استفاده از <strong>%1$s</strong> از <strong>%2$s</strong> (<strong>%3$s%%</strong>)", diff --git a/apps/settings/l10n/fi.js b/apps/settings/l10n/fi.js index 1b5db478fd8..ec224881578 100644 --- a/apps/settings/l10n/fi.js +++ b/apps/settings/l10n/fi.js @@ -237,7 +237,6 @@ OC.L10N.register( "Upload profile picture" : "Lähetä profiilikuva", "Choose profile picture from Files" : "Valitse profiilikuva tiedostoista", "Remove profile picture" : "Poista profiilikuva", - "png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt", "Picture provided by original account" : "Kuvan tarjoaa alkuperäinen tili", "Cancel" : "Peru", "Set as profile picture" : "Aseta profiilikuvaksi", @@ -482,6 +481,7 @@ OC.L10N.register( "Upload new" : "Lähetä uusi", "Select from Files" : "Valitse tiedostosovelluksesta", "Remove image" : "Poista kuva", + "png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ota huomioon, että kuvan päivittyminen kaikkialle saattaa kestää jopa 24 tuntia.", "Choose as profile picture" : "Valitse profiilikuvaksi", "You are using <strong>%s</strong>" : "Käytössäsi on <strong>%s</strong>", diff --git a/apps/settings/l10n/fi.json b/apps/settings/l10n/fi.json index 08b44efb3dd..3cbe0e7fd2f 100644 --- a/apps/settings/l10n/fi.json +++ b/apps/settings/l10n/fi.json @@ -235,7 +235,6 @@ "Upload profile picture" : "Lähetä profiilikuva", "Choose profile picture from Files" : "Valitse profiilikuva tiedostoista", "Remove profile picture" : "Poista profiilikuva", - "png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt", "Picture provided by original account" : "Kuvan tarjoaa alkuperäinen tili", "Cancel" : "Peru", "Set as profile picture" : "Aseta profiilikuvaksi", @@ -480,6 +479,7 @@ "Upload new" : "Lähetä uusi", "Select from Files" : "Valitse tiedostosovelluksesta", "Remove image" : "Poista kuva", + "png or jpg, max. 20 MB" : "png tai jpg, korkeintaan 20 Mt", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ota huomioon, että kuvan päivittyminen kaikkialle saattaa kestää jopa 24 tuntia.", "Choose as profile picture" : "Valitse profiilikuvaksi", "You are using <strong>%s</strong>" : "Käytössäsi on <strong>%s</strong>", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 8569b7d4d4f..9dbd28a8109 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Téléverser une photo de profil", "Choose profile picture from Files" : "Choisir une image de profil dans Fichiers", "Remove profile picture" : "Retirer la photo de profil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo", + "The file must be a PNG or JPG" : "Le fichier doit être au format PNG ou JPG", "Picture provided by original account" : "Photo fournie par le compte original", "Cancel" : "Annuler", "Set as profile picture" : "Définir comme image de profil", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Téléverser une nouvelle image", "Select from Files" : "Sélectionner depuis Fichiers", "Remove image" : "Supprimer la photo", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Veuillez noter que cela peut prendre jusqu'à 24 heures pour que l'avatar soit mis à jour partout.", "Choose as profile picture" : "Définir comme image de profil", "You are using <strong>%s</strong>" : "Vous utilisez <strong>%s</strong>", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 0e755679c04..f762a760de0 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Téléverser une photo de profil", "Choose profile picture from Files" : "Choisir une image de profil dans Fichiers", "Remove profile picture" : "Retirer la photo de profil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo", + "The file must be a PNG or JPG" : "Le fichier doit être au format PNG ou JPG", "Picture provided by original account" : "Photo fournie par le compte original", "Cancel" : "Annuler", "Set as profile picture" : "Définir comme image de profil", @@ -548,6 +548,7 @@ "Upload new" : "Téléverser une nouvelle image", "Select from Files" : "Sélectionner depuis Fichiers", "Remove image" : "Supprimer la photo", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 Mo", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Veuillez noter que cela peut prendre jusqu'à 24 heures pour que l'avatar soit mis à jour partout.", "Choose as profile picture" : "Définir comme image de profil", "You are using <strong>%s</strong>" : "Vous utilisez <strong>%s</strong>", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index d9ae5bb6808..d2d9d7ce7c6 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -273,7 +273,6 @@ OC.L10N.register( "Upload profile picture" : "Subir imaxe de perfil", "Choose profile picture from Files" : "Escolle a imaxe de perfil de Ficheiros", "Remove profile picture" : "Eliminar a imaxe de perfil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Picture provided by original account" : "Imaxe fornecida pola conta orixinal ", "Cancel" : "Cancelar", "Set as profile picture" : "Establecer como imaxe de perfil", @@ -550,6 +549,7 @@ OC.L10N.register( "Upload new" : "Novo envío", "Select from Files" : "Seleccionar dende Ficheiros", "Remove image" : "Retirar a imaxe", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ten en conta que o avatar pode tardar ata 24 horas en actualizarse en todas partes.", "Choose as profile picture" : "Seleccionar como imaxe do perfil", "You are using <strong>%s</strong>" : "Está usando <strong>%s</strong>", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index b85ec76390c..fbf354027a4 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -271,7 +271,6 @@ "Upload profile picture" : "Subir imaxe de perfil", "Choose profile picture from Files" : "Escolle a imaxe de perfil de Ficheiros", "Remove profile picture" : "Eliminar a imaxe de perfil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Picture provided by original account" : "Imaxe fornecida pola conta orixinal ", "Cancel" : "Cancelar", "Set as profile picture" : "Establecer como imaxe de perfil", @@ -548,6 +547,7 @@ "Upload new" : "Novo envío", "Select from Files" : "Seleccionar dende Ficheiros", "Remove image" : "Retirar a imaxe", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Ten en conta que o avatar pode tardar ata 24 horas en actualizarse en todas partes.", "Choose as profile picture" : "Seleccionar como imaxe do perfil", "You are using <strong>%s</strong>" : "Está usando <strong>%s</strong>", diff --git a/apps/settings/l10n/he.js b/apps/settings/l10n/he.js index 87a37b35060..cd18bf23647 100644 --- a/apps/settings/l10n/he.js +++ b/apps/settings/l10n/he.js @@ -210,7 +210,6 @@ OC.L10N.register( "Current password" : "סיסמא נוכחית", "New password" : "סיסמא חדשה", "Change password" : "שינוי סיסמא", - "png or jpg, max. 20 MB" : "png או jpg, מקסימום 20 מגה-בייט", "Picture provided by original account" : "תמונה סופקה על ידי חשבון מקור", "Cancel" : "ביטול", "Details" : "פרטים", @@ -397,6 +396,7 @@ OC.L10N.register( "Upload new" : "העלאת חדש", "Select from Files" : "בחירה מתוך קבצים", "Remove image" : "הסרת תמונה", + "png or jpg, max. 20 MB" : "png או jpg, מקסימום 20 מגה-בייט", "Choose as profile picture" : "יש לבחור כתמונת פרופיל", "You are using <strong>%s</strong>" : "הניצולת שלך היא <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "מנוצלים <strong>%1$s</strong> מתוך <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/he.json b/apps/settings/l10n/he.json index df13d7b6baa..cb3a1b97fcf 100644 --- a/apps/settings/l10n/he.json +++ b/apps/settings/l10n/he.json @@ -208,7 +208,6 @@ "Current password" : "סיסמא נוכחית", "New password" : "סיסמא חדשה", "Change password" : "שינוי סיסמא", - "png or jpg, max. 20 MB" : "png או jpg, מקסימום 20 מגה-בייט", "Picture provided by original account" : "תמונה סופקה על ידי חשבון מקור", "Cancel" : "ביטול", "Details" : "פרטים", @@ -395,6 +394,7 @@ "Upload new" : "העלאת חדש", "Select from Files" : "בחירה מתוך קבצים", "Remove image" : "הסרת תמונה", + "png or jpg, max. 20 MB" : "png או jpg, מקסימום 20 מגה-בייט", "Choose as profile picture" : "יש לבחור כתמונת פרופיל", "You are using <strong>%s</strong>" : "הניצולת שלך היא <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "מנוצלים <strong>%1$s</strong> מתוך <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/hr.js b/apps/settings/l10n/hr.js index 10bed018864..f4c1983405a 100644 --- a/apps/settings/l10n/hr.js +++ b/apps/settings/l10n/hr.js @@ -223,7 +223,6 @@ OC.L10N.register( "Current password" : "Trenutna zaporka", "New password" : "Nova zaporka", "Change password" : "Promijeni zaporku", - "png or jpg, max. 20 MB" : "png ili jpg, maks. 20 MB", "Picture provided by original account" : "Slika s izvornog računa", "Cancel" : "Odustani", "Your biography" : "Vaša biografija", @@ -467,6 +466,7 @@ OC.L10N.register( "Upload new" : "Otpremi novu", "Select from Files" : "Odaberi iz datoteka", "Remove image" : "Ukloni sliku", + "png or jpg, max. 20 MB" : "png ili jpg, maks. 20 MB", "Choose as profile picture" : "Odaberi kao profilnu sliku", "You are using <strong>%s</strong>" : "Koristite <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Koristite <strong>%1$s</strong> od <strong>%2$s</strong> (<strong>%3$s% %</strong>)", diff --git a/apps/settings/l10n/hr.json b/apps/settings/l10n/hr.json index 0f638be3037..44be1bd7d5d 100644 --- a/apps/settings/l10n/hr.json +++ b/apps/settings/l10n/hr.json @@ -221,7 +221,6 @@ "Current password" : "Trenutna zaporka", "New password" : "Nova zaporka", "Change password" : "Promijeni zaporku", - "png or jpg, max. 20 MB" : "png ili jpg, maks. 20 MB", "Picture provided by original account" : "Slika s izvornog računa", "Cancel" : "Odustani", "Your biography" : "Vaša biografija", @@ -465,6 +464,7 @@ "Upload new" : "Otpremi novu", "Select from Files" : "Odaberi iz datoteka", "Remove image" : "Ukloni sliku", + "png or jpg, max. 20 MB" : "png ili jpg, maks. 20 MB", "Choose as profile picture" : "Odaberi kao profilnu sliku", "You are using <strong>%s</strong>" : "Koristite <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Koristite <strong>%1$s</strong> od <strong>%2$s</strong> (<strong>%3$s% %</strong>)", diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index 4a0caf9aaa4..0c2249a1ab3 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -20,12 +20,12 @@ OC.L10N.register( "Groups" : "Csoportok", "Group list is empty" : "A csoportlista üres", "Unable to retrieve the group list" : "A csoportlista betöltése sikertelen", - "{actor} added you to group {group}" : "{actor} hozzá lett adva a {group} csoporthoz", + "{actor} added you to group {group}" : "{actor} hozzáadta a(z) {group} csoporthoz", "You added {user} to group {group}" : "Hozzáadta {user} felhasználót a(z) {group} csoporthoz", "{actor} added {user} to group {group}" : "{actor} hozzáadta {user} felhasználót a(z) {group} csoporthoz", "An administrator added you to group {group}" : "A rendszergazda hozzáadta a(z) {group} csoporthoz", "An administrator added {user} to group {group}" : "A rendszergazda hozzáadta {user} felhasználót a(z) {group} csoporthoz", - "{actor} removed you from group {group}" : "{actor} el lett távolítva a(z) {group} csoportból", + "{actor} removed you from group {group}" : "{actor} eltávolította a(z) {group} csoportból", "You removed {user} from group {group}" : "Eltávolította {user} felhasználót a(z) {group} csoportból", "{actor} removed {user} from group {group}" : "{actor} eltávolította {user} felhasználót a(z) {group} csoportból", "An administrator removed you from group {group}" : "A rendszergazda eltávolította a(z) {group} csoportból", @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Profilkép feltöltése", "Choose profile picture from Files" : "Válasszon profilképet a Fájlokból", "Remove profile picture" : "Profilkép eltávolítása", - "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", + "The file must be a PNG or JPG" : "A képnek PNG-nek vagy JPG-nek kell lennie", "Picture provided by original account" : "Az eredeti fiók által biztosított kép.", "Cancel" : "Mégse", "Set as profile picture" : "Beállítás profilképként", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Új feltöltése", "Select from Files" : "Kiválasztás a Fájlokból", "Remove image" : "Kép eltávolítása", + "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Vegye figyelembe, hogy akár 24 óráig is eltarthat, amíg a profilkép mindenhol frissül.", "Choose as profile picture" : "Kiválasztás profilképként", "You are using <strong>%s</strong>" : "Jelenleg használt: <strong>%s</strong>", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index bd55cce22be..d47b6478521 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -18,12 +18,12 @@ "Groups" : "Csoportok", "Group list is empty" : "A csoportlista üres", "Unable to retrieve the group list" : "A csoportlista betöltése sikertelen", - "{actor} added you to group {group}" : "{actor} hozzá lett adva a {group} csoporthoz", + "{actor} added you to group {group}" : "{actor} hozzáadta a(z) {group} csoporthoz", "You added {user} to group {group}" : "Hozzáadta {user} felhasználót a(z) {group} csoporthoz", "{actor} added {user} to group {group}" : "{actor} hozzáadta {user} felhasználót a(z) {group} csoporthoz", "An administrator added you to group {group}" : "A rendszergazda hozzáadta a(z) {group} csoporthoz", "An administrator added {user} to group {group}" : "A rendszergazda hozzáadta {user} felhasználót a(z) {group} csoporthoz", - "{actor} removed you from group {group}" : "{actor} el lett távolítva a(z) {group} csoportból", + "{actor} removed you from group {group}" : "{actor} eltávolította a(z) {group} csoportból", "You removed {user} from group {group}" : "Eltávolította {user} felhasználót a(z) {group} csoportból", "{actor} removed {user} from group {group}" : "{actor} eltávolította {user} felhasználót a(z) {group} csoportból", "An administrator removed you from group {group}" : "A rendszergazda eltávolította a(z) {group} csoportból", @@ -271,7 +271,7 @@ "Upload profile picture" : "Profilkép feltöltése", "Choose profile picture from Files" : "Válasszon profilképet a Fájlokból", "Remove profile picture" : "Profilkép eltávolítása", - "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", + "The file must be a PNG or JPG" : "A képnek PNG-nek vagy JPG-nek kell lennie", "Picture provided by original account" : "Az eredeti fiók által biztosított kép.", "Cancel" : "Mégse", "Set as profile picture" : "Beállítás profilképként", @@ -548,6 +548,7 @@ "Upload new" : "Új feltöltése", "Select from Files" : "Kiválasztás a Fájlokból", "Remove image" : "Kép eltávolítása", + "png or jpg, max. 20 MB" : "png vagy jpg, legfeljebb 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Vegye figyelembe, hogy akár 24 óráig is eltarthat, amíg a profilkép mindenhol frissül.", "Choose as profile picture" : "Kiválasztás profilképként", "You are using <strong>%s</strong>" : "Jelenleg használt: <strong>%s</strong>", diff --git a/apps/settings/l10n/ia.js b/apps/settings/l10n/ia.js index 2f1dad87922..0b6d4932eba 100644 --- a/apps/settings/l10n/ia.js +++ b/apps/settings/l10n/ia.js @@ -73,7 +73,6 @@ OC.L10N.register( "Current password" : "Contrasigno actual", "New password" : "Nove contrasigno", "Change password" : "Cambiar contrasigno", - "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", "Picture provided by original account" : "Pictura fornite per conto original", "Cancel" : "Cancellar", "Details" : "Detalios", @@ -136,6 +135,7 @@ OC.L10N.register( "Upload new" : "Incargar nove", "Select from Files" : "Selectionar de Files", "Remove image" : "Remover imagine", + "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", "Choose as profile picture" : "Selectiona como pictura de profilo", "Your postal address" : "Tu adresse postal" }, diff --git a/apps/settings/l10n/ia.json b/apps/settings/l10n/ia.json index 779f3115a84..89051f625e2 100644 --- a/apps/settings/l10n/ia.json +++ b/apps/settings/l10n/ia.json @@ -71,7 +71,6 @@ "Current password" : "Contrasigno actual", "New password" : "Nove contrasigno", "Change password" : "Cambiar contrasigno", - "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", "Picture provided by original account" : "Pictura fornite per conto original", "Cancel" : "Cancellar", "Details" : "Detalios", @@ -134,6 +133,7 @@ "Upload new" : "Incargar nove", "Select from Files" : "Selectionar de Files", "Remove image" : "Remover imagine", + "png or jpg, max. 20 MB" : "formato png o jpg, dimension maxime 20 MB", "Choose as profile picture" : "Selectiona como pictura de profilo", "Your postal address" : "Tu adresse postal" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/id.js b/apps/settings/l10n/id.js index 4767ef6087f..f527b09b838 100644 --- a/apps/settings/l10n/id.js +++ b/apps/settings/l10n/id.js @@ -221,7 +221,6 @@ OC.L10N.register( "Your profile picture" : "Gambar profilmu", "Upload profile picture" : "Unggah gambar profil", "Remove profile picture" : "Hapus gambar profil", - "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", "Picture provided by original account" : "Gambar disediakan oleh akun asli", "Cancel" : "Batal", "Choose your profile picture" : "Pilih gambar profilmu", @@ -382,6 +381,7 @@ OC.L10N.register( "Upload new" : "Unggah baru", "Select from Files" : "Pilih dari berkas", "Remove image" : "Hapus gambar", + "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", "Choose as profile picture" : "Pilih sebagai gambar profil", "You are using <strong>%s</strong>" : "Anda menggunakan <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Anda menggunakan <strong>%1$s</strong> dari<strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/id.json b/apps/settings/l10n/id.json index be1d06b242c..457e9a13ae8 100644 --- a/apps/settings/l10n/id.json +++ b/apps/settings/l10n/id.json @@ -219,7 +219,6 @@ "Your profile picture" : "Gambar profilmu", "Upload profile picture" : "Unggah gambar profil", "Remove profile picture" : "Hapus gambar profil", - "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", "Picture provided by original account" : "Gambar disediakan oleh akun asli", "Cancel" : "Batal", "Choose your profile picture" : "Pilih gambar profilmu", @@ -380,6 +379,7 @@ "Upload new" : "Unggah baru", "Select from Files" : "Pilih dari berkas", "Remove image" : "Hapus gambar", + "png or jpg, max. 20 MB" : "png atau jpg, maks. 20 MB", "Choose as profile picture" : "Pilih sebagai gambar profil", "You are using <strong>%s</strong>" : "Anda menggunakan <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Anda menggunakan <strong>%1$s</strong> dari<strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/is.js b/apps/settings/l10n/is.js index da5caaceceb..bef520cec97 100644 --- a/apps/settings/l10n/is.js +++ b/apps/settings/l10n/is.js @@ -194,7 +194,6 @@ OC.L10N.register( "Current password" : "Núverandi lykilorð", "New password" : "Nýtt lykilorð", "Change password" : "Breyta lykilorði", - "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Picture provided by original account" : "Mynd frá upprunalegum aðgangi", "Cancel" : "Hætta við", "Details" : "Nánar", @@ -366,6 +365,7 @@ OC.L10N.register( "Upload new" : "Senda inn nýtt", "Select from Files" : "Veldu skrár", "Remove image" : "Fjarlægja mynd", + "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Choose as profile picture" : "Veldu sem einkennismynd", "You are using <strong>%s</strong>" : "Þú ert að nota <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Þú ert að nota <strong>%1$s</strong> af <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/is.json b/apps/settings/l10n/is.json index c860b4ce509..336b6761480 100644 --- a/apps/settings/l10n/is.json +++ b/apps/settings/l10n/is.json @@ -192,7 +192,6 @@ "Current password" : "Núverandi lykilorð", "New password" : "Nýtt lykilorð", "Change password" : "Breyta lykilorði", - "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Picture provided by original account" : "Mynd frá upprunalegum aðgangi", "Cancel" : "Hætta við", "Details" : "Nánar", @@ -364,6 +363,7 @@ "Upload new" : "Senda inn nýtt", "Select from Files" : "Veldu skrár", "Remove image" : "Fjarlægja mynd", + "png or jpg, max. 20 MB" : "png eða jpg, hám. 20 MB", "Choose as profile picture" : "Veldu sem einkennismynd", "You are using <strong>%s</strong>" : "Þú ert að nota <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Þú ert að nota <strong>%1$s</strong> af <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index 351f084c3f0..ea21ccf1c75 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -251,7 +251,6 @@ OC.L10N.register( "Current password" : "Password attuale", "New password" : "Nuova password", "Change password" : "Modifica password", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Picture provided by original account" : "Immagine fornita dall'account originale", "Cancel" : "Annulla", "Your biography" : "La tua biografia", @@ -503,6 +502,7 @@ OC.L10N.register( "Upload new" : "Carica nuova", "Select from Files" : "Seleziona da file", "Remove image" : "Rimuovi immagine", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Tieni presente che possono essere necessarie fino a 24 ore prima che l'avatar venga aggiornato dappertutto.", "Choose as profile picture" : "Scegli come immagine del profilo", "You are using <strong>%s</strong>" : "Stai utilizzando <strong>%s</strong>", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index 1402115c80a..045e5f53c18 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -249,7 +249,6 @@ "Current password" : "Password attuale", "New password" : "Nuova password", "Change password" : "Modifica password", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Picture provided by original account" : "Immagine fornita dall'account originale", "Cancel" : "Annulla", "Your biography" : "La tua biografia", @@ -501,6 +500,7 @@ "Upload new" : "Carica nuova", "Select from Files" : "Seleziona da file", "Remove image" : "Rimuovi immagine", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Tieni presente che possono essere necessarie fino a 24 ore prima che l'avatar venga aggiornato dappertutto.", "Choose as profile picture" : "Scegli come immagine del profilo", "You are using <strong>%s</strong>" : "Stai utilizzando <strong>%s</strong>", diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 4f067c82bc8..d5a941b7684 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -268,7 +268,6 @@ OC.L10N.register( "Your profile picture" : "プロフィール画像", "Upload profile picture" : "新しいプロフィール画像のアップロード", "Remove profile picture" : "プロフィール画像を削除", - "png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB", "Picture provided by original account" : "オリジナルのアカウントで提供されている写真", "Cancel" : "キャンセル", "Set as profile picture" : "プロフィール画像として設定", @@ -543,6 +542,7 @@ OC.L10N.register( "Upload new" : "新たにアップロード", "Select from Files" : "ファイルから選択", "Remove image" : "画像を削除", + "png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "全ての場所でアバターが更新されるまでに最大二四時間かかる場合があります。", "Choose as profile picture" : "プロフィール画像として選択", "You are using <strong>%s</strong>" : "<strong>%s</strong>を現在使用中です", diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index 84078c2efc1..221ef55ee45 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -266,7 +266,6 @@ "Your profile picture" : "プロフィール画像", "Upload profile picture" : "新しいプロフィール画像のアップロード", "Remove profile picture" : "プロフィール画像を削除", - "png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB", "Picture provided by original account" : "オリジナルのアカウントで提供されている写真", "Cancel" : "キャンセル", "Set as profile picture" : "プロフィール画像として設定", @@ -541,6 +540,7 @@ "Upload new" : "新たにアップロード", "Select from Files" : "ファイルから選択", "Remove image" : "画像を削除", + "png or jpg, max. 20 MB" : "pngまたはjpg。最大20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "全ての場所でアバターが更新されるまでに最大二四時間かかる場合があります。", "Choose as profile picture" : "プロフィール画像として選択", "You are using <strong>%s</strong>" : "<strong>%s</strong>を現在使用中です", diff --git a/apps/settings/l10n/ka_GE.js b/apps/settings/l10n/ka_GE.js index dfccb20e1b1..91f0b62eb68 100644 --- a/apps/settings/l10n/ka_GE.js +++ b/apps/settings/l10n/ka_GE.js @@ -145,7 +145,6 @@ OC.L10N.register( "Current password" : "მიმდინარე პაროლი", "New password" : "ახალი პაროლი", "Change password" : "პაროლის შეცვლა", - "png or jpg, max. 20 MB" : "png ან jpg, მაქს. 20 მბ", "Picture provided by original account" : "სურათი ორიგინალი ანგარიშიდან", "Cancel" : "უარყოფა", "Details" : "დეტალები", @@ -253,6 +252,7 @@ OC.L10N.register( "Upload new" : "ახალი ატვირთვა", "Select from Files" : "აირჩიეთ ფაილებიდან", "Remove image" : "სურათის წაშლა", + "png or jpg, max. 20 MB" : "png ან jpg, მაქს. 20 მბ", "Choose as profile picture" : "აირჩიეთ პროფილის სურათად", "Your postal address" : "თქვენი საფოსტო მისამართი", "It can take up to 24 hours before the account is displayed as verified." : "თქვენი ანგარიშის ვერიფიცირებულად გამოჩენამ შეიძლება გასტანოს 24 საათი.", diff --git a/apps/settings/l10n/ka_GE.json b/apps/settings/l10n/ka_GE.json index a9edc533b2c..5ad107bb4f3 100644 --- a/apps/settings/l10n/ka_GE.json +++ b/apps/settings/l10n/ka_GE.json @@ -143,7 +143,6 @@ "Current password" : "მიმდინარე პაროლი", "New password" : "ახალი პაროლი", "Change password" : "პაროლის შეცვლა", - "png or jpg, max. 20 MB" : "png ან jpg, მაქს. 20 მბ", "Picture provided by original account" : "სურათი ორიგინალი ანგარიშიდან", "Cancel" : "უარყოფა", "Details" : "დეტალები", @@ -251,6 +250,7 @@ "Upload new" : "ახალი ატვირთვა", "Select from Files" : "აირჩიეთ ფაილებიდან", "Remove image" : "სურათის წაშლა", + "png or jpg, max. 20 MB" : "png ან jpg, მაქს. 20 მბ", "Choose as profile picture" : "აირჩიეთ პროფილის სურათად", "Your postal address" : "თქვენი საფოსტო მისამართი", "It can take up to 24 hours before the account is displayed as verified." : "თქვენი ანგარიშის ვერიფიცირებულად გამოჩენამ შეიძლება გასტანოს 24 საათი.", diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 6ea3cb1c952..b5bb43a1972 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -255,7 +255,6 @@ OC.L10N.register( "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", - "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Picture provided by original account" : "원래 계정에서 제공하는 사진", "Cancel" : "취소", "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "프로필사진이 모든 곳에 갱신될 때 까지 최대 24시간이 걸릴 수 있습니다.", @@ -493,6 +492,7 @@ OC.L10N.register( "Upload new" : "새로 업로드", "Select from Files" : "파일에서 선택", "Remove image" : "그림 삭제", + "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "아바타가 모든 곳에 갱신될 때 까지 최대 24시간이 걸릴 수 있습니다.", "Choose as profile picture" : "프로필 사진으로 선택", "You are using <strong>%s</strong>" : "현재 <strong>%s</strong>를 사용하고 있습니다.", diff --git a/apps/settings/l10n/ko.json b/apps/settings/l10n/ko.json index 4addb384322..bf99efe6365 100644 --- a/apps/settings/l10n/ko.json +++ b/apps/settings/l10n/ko.json @@ -253,7 +253,6 @@ "Current password" : "현재 암호", "New password" : "새 암호", "Change password" : "암호 변경", - "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Picture provided by original account" : "원래 계정에서 제공하는 사진", "Cancel" : "취소", "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "프로필사진이 모든 곳에 갱신될 때 까지 최대 24시간이 걸릴 수 있습니다.", @@ -491,6 +490,7 @@ "Upload new" : "새로 업로드", "Select from Files" : "파일에서 선택", "Remove image" : "그림 삭제", + "png or jpg, max. 20 MB" : "PNG, JPG, 최대 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "아바타가 모든 곳에 갱신될 때 까지 최대 24시간이 걸릴 수 있습니다.", "Choose as profile picture" : "프로필 사진으로 선택", "You are using <strong>%s</strong>" : "현재 <strong>%s</strong>를 사용하고 있습니다.", diff --git a/apps/settings/l10n/lt_LT.js b/apps/settings/l10n/lt_LT.js index d18dbc9bad0..5b5d99af552 100644 --- a/apps/settings/l10n/lt_LT.js +++ b/apps/settings/l10n/lt_LT.js @@ -245,7 +245,6 @@ OC.L10N.register( "Change password" : "Pakeisti slaptažodį", "Your profile picture" : "Jūsų profilio paveikslėlis", "Remove profile picture" : "Šalinti profilio paveikslėlį", - "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", "Picture provided by original account" : "Paveikslėlis gautas iš pagrindinės paskyros", "Cancel" : "Atšaukti", "Set as profile picture" : "Nustatyti kaip profilio paveikslėlį", @@ -481,6 +480,7 @@ OC.L10N.register( "Upload new" : "Įkelti naują", "Select from Files" : "Pasirinkti iš failų", "Remove image" : "Šalinti paveikslą", + "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", "Choose as profile picture" : "Pasirinkti kaip profilio paveikslėlį", "You are using <strong>%s</strong>" : "Jūs naudojate <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Jūs naudojate <strong>%1$s</strong> iš <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/lt_LT.json b/apps/settings/l10n/lt_LT.json index 356e58e13c5..6315827c13d 100644 --- a/apps/settings/l10n/lt_LT.json +++ b/apps/settings/l10n/lt_LT.json @@ -243,7 +243,6 @@ "Change password" : "Pakeisti slaptažodį", "Your profile picture" : "Jūsų profilio paveikslėlis", "Remove profile picture" : "Šalinti profilio paveikslėlį", - "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", "Picture provided by original account" : "Paveikslėlis gautas iš pagrindinės paskyros", "Cancel" : "Atšaukti", "Set as profile picture" : "Nustatyti kaip profilio paveikslėlį", @@ -479,6 +478,7 @@ "Upload new" : "Įkelti naują", "Select from Files" : "Pasirinkti iš failų", "Remove image" : "Šalinti paveikslą", + "png or jpg, max. 20 MB" : "png arba jpg, daugiausiai 20 MB", "Choose as profile picture" : "Pasirinkti kaip profilio paveikslėlį", "You are using <strong>%s</strong>" : "Jūs naudojate <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Jūs naudojate <strong>%1$s</strong> iš <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/lv.js b/apps/settings/l10n/lv.js index 8bd1d0fde38..f03925fd801 100644 --- a/apps/settings/l10n/lv.js +++ b/apps/settings/l10n/lv.js @@ -98,7 +98,6 @@ OC.L10N.register( "Current password" : "Pašreizējā parole", "New password" : "Jauna parole", "Change password" : "Mainīt paroli", - "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", "Cancel" : "Atcelt", "Details" : "Detaļas", "Your email address" : "Jūsu e-pasta adrese", @@ -180,6 +179,7 @@ OC.L10N.register( "Upload new" : "Ielādēt jaunu", "Select from Files" : "Izvēlēties no Datnes", "Remove image" : "Novākt attēlu", + "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", "Choose as profile picture" : "Izvēlēties kā profila attēlu", "Your postal address" : "Jūsu pasta adrese" }, diff --git a/apps/settings/l10n/lv.json b/apps/settings/l10n/lv.json index 39b8a469d82..d5d7b56e1e9 100644 --- a/apps/settings/l10n/lv.json +++ b/apps/settings/l10n/lv.json @@ -96,7 +96,6 @@ "Current password" : "Pašreizējā parole", "New password" : "Jauna parole", "Change password" : "Mainīt paroli", - "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", "Cancel" : "Atcelt", "Details" : "Detaļas", "Your email address" : "Jūsu e-pasta adrese", @@ -178,6 +177,7 @@ "Upload new" : "Ielādēt jaunu", "Select from Files" : "Izvēlēties no Datnes", "Remove image" : "Novākt attēlu", + "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", "Choose as profile picture" : "Izvēlēties kā profila attēlu", "Your postal address" : "Jūsu pasta adrese" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" diff --git a/apps/settings/l10n/mk.js b/apps/settings/l10n/mk.js index 691ec895b8f..cb8ef036520 100644 --- a/apps/settings/l10n/mk.js +++ b/apps/settings/l10n/mk.js @@ -262,7 +262,6 @@ OC.L10N.register( "Your profile picture" : "Ваша фотографија на профилот", "Upload profile picture" : "Прикачи фотографија на профилот", "Remove profile picture" : "Избриши фотографија на профилот", - "png or jpg, max. 20 MB" : "png или jpg, максимум 20 MB", "Picture provided by original account" : "Слика обезбедена од оригинална сметка", "Cancel" : "Откажи", "Set as profile picture" : "Постави фотографија на профилот", @@ -524,6 +523,7 @@ OC.L10N.register( "Upload new" : "Прикачи нова", "Select from Files" : "Избри од датотеките", "Remove image" : "Отстрани ја фотографијата", + "png or jpg, max. 20 MB" : "png или jpg, максимум 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Имајте предвид дека може да потрае до 24 часа за да се ажурира аватарот насекаде.", "Choose as profile picture" : "Избери фотографија за профилот", "You are using <strong>%s</strong>" : "Користите <strong>%s</strong>", diff --git a/apps/settings/l10n/mk.json b/apps/settings/l10n/mk.json index 8826a8613c0..639f9db5c1e 100644 --- a/apps/settings/l10n/mk.json +++ b/apps/settings/l10n/mk.json @@ -260,7 +260,6 @@ "Your profile picture" : "Ваша фотографија на профилот", "Upload profile picture" : "Прикачи фотографија на профилот", "Remove profile picture" : "Избриши фотографија на профилот", - "png or jpg, max. 20 MB" : "png или jpg, максимум 20 MB", "Picture provided by original account" : "Слика обезбедена од оригинална сметка", "Cancel" : "Откажи", "Set as profile picture" : "Постави фотографија на профилот", @@ -522,6 +521,7 @@ "Upload new" : "Прикачи нова", "Select from Files" : "Избри од датотеките", "Remove image" : "Отстрани ја фотографијата", + "png or jpg, max. 20 MB" : "png или jpg, максимум 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Имајте предвид дека може да потрае до 24 часа за да се ажурира аватарот насекаде.", "Choose as profile picture" : "Избери фотографија за профилот", "You are using <strong>%s</strong>" : "Користите <strong>%s</strong>", diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index ca5892f1617..1fb9f3fd118 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -245,7 +245,6 @@ OC.L10N.register( "Your profile picture" : "Ditt profilbilde", "Upload profile picture" : "Last opp profilbilde", "Remove profile picture" : "Fjern profilbilde", - "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Picture provided by original account" : "Bilde kommer fra opprinnelig konto", "Cancel" : "Avbryt", "Set as profile picture" : "Angi som profilbilde", @@ -482,6 +481,7 @@ OC.L10N.register( "Upload new" : "Last opp nytt", "Select from Files" : "Velg fra filer", "Remove image" : "Fjern bilde", + "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Choose as profile picture" : "Velg som profilbilde", "You are using <strong>%s</strong>" : "Du bruker <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Du bruker <strong>%1$s</strong> av <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json index edcab77cdf9..45eddd03750 100644 --- a/apps/settings/l10n/nb.json +++ b/apps/settings/l10n/nb.json @@ -243,7 +243,6 @@ "Your profile picture" : "Ditt profilbilde", "Upload profile picture" : "Last opp profilbilde", "Remove profile picture" : "Fjern profilbilde", - "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Picture provided by original account" : "Bilde kommer fra opprinnelig konto", "Cancel" : "Avbryt", "Set as profile picture" : "Angi som profilbilde", @@ -480,6 +479,7 @@ "Upload new" : "Last opp nytt", "Select from Files" : "Velg fra filer", "Remove image" : "Fjern bilde", + "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Choose as profile picture" : "Velg som profilbilde", "You are using <strong>%s</strong>" : "Du bruker <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Du bruker <strong>%1$s</strong> av <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index 35e400e33ed..a2967a16f87 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -243,7 +243,6 @@ OC.L10N.register( "Current password" : "Huidig wachtwoord", "New password" : "Nieuw wachtwoord", "Change password" : "Wijzig wachtwoord", - "png or jpg, max. 20 MB" : "png of jpg, max. 20 MB", "Picture provided by original account" : "Afbeelding is verstrekt door originele account.", "Cancel" : "Annuleren", "Your biography" : "Jouw biografie", @@ -496,6 +495,7 @@ OC.L10N.register( "Upload new" : "Upload een nieuwe", "Select from Files" : "Kies uit bestanden", "Remove image" : "Afbeelding verwijderen", + "png or jpg, max. 20 MB" : "png of jpg, max. 20 MB", "Choose as profile picture" : "Kies als profielafbeelding", "You are using <strong>%s</strong>" : "Je gebruikt <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Je gebruikt <strong>%1$s</strong> van <strong>%2$s</strong> (%3$s%%</strong>)", diff --git a/apps/settings/l10n/nl.json b/apps/settings/l10n/nl.json index 256aeafe410..e19b07162aa 100644 --- a/apps/settings/l10n/nl.json +++ b/apps/settings/l10n/nl.json @@ -241,7 +241,6 @@ "Current password" : "Huidig wachtwoord", "New password" : "Nieuw wachtwoord", "Change password" : "Wijzig wachtwoord", - "png or jpg, max. 20 MB" : "png of jpg, max. 20 MB", "Picture provided by original account" : "Afbeelding is verstrekt door originele account.", "Cancel" : "Annuleren", "Your biography" : "Jouw biografie", @@ -494,6 +493,7 @@ "Upload new" : "Upload een nieuwe", "Select from Files" : "Kies uit bestanden", "Remove image" : "Afbeelding verwijderen", + "png or jpg, max. 20 MB" : "png of jpg, max. 20 MB", "Choose as profile picture" : "Kies als profielafbeelding", "You are using <strong>%s</strong>" : "Je gebruikt <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Je gebruikt <strong>%1$s</strong> van <strong>%2$s</strong> (%3$s%%</strong>)", diff --git a/apps/settings/l10n/nn_NO.js b/apps/settings/l10n/nn_NO.js index 5c89954a1ac..19c83032323 100644 --- a/apps/settings/l10n/nn_NO.js +++ b/apps/settings/l10n/nn_NO.js @@ -73,7 +73,6 @@ OC.L10N.register( "Current password" : "Passord", "New password" : "Nytt passord", "Change password" : "Endra passord", - "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Cancel" : "Avbryt", "Details" : "Detaljar", "Your email address" : "Di e-postadresse", @@ -124,6 +123,7 @@ OC.L10N.register( "Upload new" : "Last opp ny", "Select from Files" : "Vel frå filer", "Remove image" : "Fjern bilete", + "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Choose as profile picture" : "Vel eit profilbilete" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/nn_NO.json b/apps/settings/l10n/nn_NO.json index a63de9a3677..b605488e346 100644 --- a/apps/settings/l10n/nn_NO.json +++ b/apps/settings/l10n/nn_NO.json @@ -71,7 +71,6 @@ "Current password" : "Passord", "New password" : "Nytt passord", "Change password" : "Endra passord", - "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Cancel" : "Avbryt", "Details" : "Detaljar", "Your email address" : "Di e-postadresse", @@ -122,6 +121,7 @@ "Upload new" : "Last opp ny", "Select from Files" : "Vel frå filer", "Remove image" : "Fjern bilete", + "png or jpg, max. 20 MB" : "png eller jpg, maks. 20 MB", "Choose as profile picture" : "Vel eit profilbilete" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/oc.js b/apps/settings/l10n/oc.js index d9e0a5ccad4..bd70d1660e1 100644 --- a/apps/settings/l10n/oc.js +++ b/apps/settings/l10n/oc.js @@ -128,7 +128,6 @@ OC.L10N.register( "Current password" : "Senhal actual", "New password" : "Senhal novèl", "Change password" : "Cambiar de senhal", - "png or jpg, max. 20 MB" : "png or jpg, max. 20 Mo", "Picture provided by original account" : "Imatge provesit pel compte d’origina", "Cancel" : "Anullar", "Your biography" : "Vòstra biografia", @@ -261,6 +260,7 @@ OC.L10N.register( "Upload new" : "Ne mandar un novèl", "Select from Files" : "Seleccionar dels fichièrs", "Remove image" : "Suprimir imatge", + "png or jpg, max. 20 MB" : "png or jpg, max. 20 Mo", "Choose as profile picture" : "Causir coma imatge de perfil", "You are using <strong>%s</strong>" : "Utilizatz <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Utilizatz <strong>%1$s</strong> de <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/oc.json b/apps/settings/l10n/oc.json index 643c1c77593..9230831f4eb 100644 --- a/apps/settings/l10n/oc.json +++ b/apps/settings/l10n/oc.json @@ -126,7 +126,6 @@ "Current password" : "Senhal actual", "New password" : "Senhal novèl", "Change password" : "Cambiar de senhal", - "png or jpg, max. 20 MB" : "png or jpg, max. 20 Mo", "Picture provided by original account" : "Imatge provesit pel compte d’origina", "Cancel" : "Anullar", "Your biography" : "Vòstra biografia", @@ -259,6 +258,7 @@ "Upload new" : "Ne mandar un novèl", "Select from Files" : "Seleccionar dels fichièrs", "Remove image" : "Suprimir imatge", + "png or jpg, max. 20 MB" : "png or jpg, max. 20 Mo", "Choose as profile picture" : "Causir coma imatge de perfil", "You are using <strong>%s</strong>" : "Utilizatz <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Utilizatz <strong>%1$s</strong> de <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index c899b51e641..9c3df5b5331 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Wyślij zdjęcie profilowe", "Choose profile picture from Files" : "Wybierz zdjęcie profilowe z Plików", "Remove profile picture" : "Usuń zdjęcie profilowe", - "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", + "The file must be a PNG or JPG" : "Plik musi być w formacie PNG lub JPG", "Picture provided by original account" : "Zdjęcie dostarczone przez oryginalne konto", "Cancel" : "Anuluj", "Set as profile picture" : "Ustaw jako zdjęcie profilowe", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Wczytaj nowe", "Select from Files" : "Wybierz z Plików", "Remove image" : "Usuń zdjęcie", + "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Pamiętaj, że aktualizacja awatara może potrwać do 24 godzin.", "Choose as profile picture" : "Wybierz zdjęcie profilowe", "You are using <strong>%s</strong>" : "Używasz: <strong>%s</strong>", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index 0da58ef445c..905cb37e23d 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Wyślij zdjęcie profilowe", "Choose profile picture from Files" : "Wybierz zdjęcie profilowe z Plików", "Remove profile picture" : "Usuń zdjęcie profilowe", - "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", + "The file must be a PNG or JPG" : "Plik musi być w formacie PNG lub JPG", "Picture provided by original account" : "Zdjęcie dostarczone przez oryginalne konto", "Cancel" : "Anuluj", "Set as profile picture" : "Ustaw jako zdjęcie profilowe", @@ -548,6 +548,7 @@ "Upload new" : "Wczytaj nowe", "Select from Files" : "Wybierz z Plików", "Remove image" : "Usuń zdjęcie", + "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Pamiętaj, że aktualizacja awatara może potrwać do 24 godzin.", "Choose as profile picture" : "Wybierz zdjęcie profilowe", "You are using <strong>%s</strong>" : "Używasz: <strong>%s</strong>", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index c1a1b7ea5bc..de47a77c807 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Carregar foto do perfil", "Choose profile picture from Files" : "Choose profile picture from Files", "Remove profile picture" : "Remover foto do perfil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", + "The file must be a PNG or JPG" : "O arquivo deve ser um PNG ou JPG", "Picture provided by original account" : "Imagem fornecida pela conta original", "Cancel" : "Cancelar", "Set as profile picture" : "Definir como imagem de perfil", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Enviar novo", "Select from Files" : "Selecionar de Arquivos", "Remove image" : "Remover imagem", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observe que pode levar até 24 horas para que o avatar seja atualizado em todos os lugares.", "Choose as profile picture" : "Escolha como imagem de perfil", "You are using <strong>%s</strong>" : "Você está usando <strong>%s</strong>", diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index b889d3b8f4d..de8b1623427 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Carregar foto do perfil", "Choose profile picture from Files" : "Choose profile picture from Files", "Remove profile picture" : "Remover foto do perfil", - "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", + "The file must be a PNG or JPG" : "O arquivo deve ser um PNG ou JPG", "Picture provided by original account" : "Imagem fornecida pela conta original", "Cancel" : "Cancelar", "Set as profile picture" : "Definir como imagem de perfil", @@ -548,6 +548,7 @@ "Upload new" : "Enviar novo", "Select from Files" : "Selecionar de Arquivos", "Remove image" : "Remover imagem", + "png or jpg, max. 20 MB" : "png ou jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observe que pode levar até 24 horas para que o avatar seja atualizado em todos os lugares.", "Choose as profile picture" : "Escolha como imagem de perfil", "You are using <strong>%s</strong>" : "Você está usando <strong>%s</strong>", diff --git a/apps/settings/l10n/pt_PT.js b/apps/settings/l10n/pt_PT.js index c7dba331329..378923fc540 100644 --- a/apps/settings/l10n/pt_PT.js +++ b/apps/settings/l10n/pt_PT.js @@ -180,7 +180,6 @@ OC.L10N.register( "Upload profile picture" : "Atualização de imagem de perfil", "Choose profile picture from Files" : "Escolher a imagem de perfil em Ficheiros", "Remove profile picture" : "Remover imagem de perfil", - "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Picture provided by original account" : "Imagem fornecida pela conta original", "Cancel" : "Cancelar", "Set as profile picture" : "Definir como imagem de perfil", @@ -307,6 +306,7 @@ OC.L10N.register( "Upload new" : "Carregar novo", "Select from Files" : "Seleccione dos Ficheiros", "Remove image" : "Remover imagem", + "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Choose as profile picture" : "Escolher como fotografia de perfil", "Your postal address" : "A sua morada", "It can take up to 24 hours before the account is displayed as verified." : "Pode levar até 24 horas para que a conta seja mostrada como verificada.", diff --git a/apps/settings/l10n/pt_PT.json b/apps/settings/l10n/pt_PT.json index cc41b696a3e..49817f5fd6b 100644 --- a/apps/settings/l10n/pt_PT.json +++ b/apps/settings/l10n/pt_PT.json @@ -178,7 +178,6 @@ "Upload profile picture" : "Atualização de imagem de perfil", "Choose profile picture from Files" : "Escolher a imagem de perfil em Ficheiros", "Remove profile picture" : "Remover imagem de perfil", - "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Picture provided by original account" : "Imagem fornecida pela conta original", "Cancel" : "Cancelar", "Set as profile picture" : "Definir como imagem de perfil", @@ -305,6 +304,7 @@ "Upload new" : "Carregar novo", "Select from Files" : "Seleccione dos Ficheiros", "Remove image" : "Remover imagem", + "png or jpg, max. 20 MB" : "png ou jpg, máx. 20 MB", "Choose as profile picture" : "Escolher como fotografia de perfil", "Your postal address" : "A sua morada", "It can take up to 24 hours before the account is displayed as verified." : "Pode levar até 24 horas para que a conta seja mostrada como verificada.", diff --git a/apps/settings/l10n/ro.js b/apps/settings/l10n/ro.js index bce9c50ff99..346603a96e4 100644 --- a/apps/settings/l10n/ro.js +++ b/apps/settings/l10n/ro.js @@ -188,7 +188,6 @@ OC.L10N.register( "Current password" : "Parola curentă", "New password" : "Noua parolă", "Change password" : "Schimbă parola", - "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", "Cancel" : "Anulare", "Details" : "Detalii", "Your email address" : "Adresa ta de email", @@ -283,6 +282,7 @@ OC.L10N.register( "Upload new" : "Încarcă una nouă", "Select from Files" : "Selectează din fișiere", "Remove image" : "Înlătură imagine", + "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", "Choose as profile picture" : "Alege ca imagine de profil", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Utilizezi <strong>%1$s</strong> din <strong>%2$s</strong> (<strong>%3$s %%</strong>)", "Your postal address" : "Adresă poștală", diff --git a/apps/settings/l10n/ro.json b/apps/settings/l10n/ro.json index 996b3439904..d51c0f037f3 100644 --- a/apps/settings/l10n/ro.json +++ b/apps/settings/l10n/ro.json @@ -186,7 +186,6 @@ "Current password" : "Parola curentă", "New password" : "Noua parolă", "Change password" : "Schimbă parola", - "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", "Cancel" : "Anulare", "Details" : "Detalii", "Your email address" : "Adresa ta de email", @@ -281,6 +280,7 @@ "Upload new" : "Încarcă una nouă", "Select from Files" : "Selectează din fișiere", "Remove image" : "Înlătură imagine", + "png or jpg, max. 20 MB" : "png sau jpg, max. 20 MB", "Choose as profile picture" : "Alege ca imagine de profil", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Utilizezi <strong>%1$s</strong> din <strong>%2$s</strong> (<strong>%3$s %%</strong>)", "Your postal address" : "Adresă poștală", diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 3cc00d84331..7d4b9fa981b 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -270,7 +270,6 @@ OC.L10N.register( "Your profile picture" : "Изображение профиля", "Upload profile picture" : "Загрузить изображение профиля", "Remove profile picture" : "Удалить изображение профиля", - "png or jpg, max. 20 MB" : "png или jpg, макс. 20 МБ", "Picture provided by original account" : "Изображение получено из исходной учётной записи", "Cancel" : "Отмена", "Set as profile picture" : "Использовать как изображение профиля", @@ -539,6 +538,7 @@ OC.L10N.register( "Upload new" : "Загрузить", "Select from Files" : "Выбрать в приложении Файлы", "Remove image" : "Удалить", + "png or jpg, max. 20 MB" : "png или jpg, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Обратите внимание, что обновление фотографии может занять до 24 часов.", "Choose as profile picture" : "Использовать как изображение профиля", "You are using <strong>%s</strong>" : "Вы используете <strong>%s</strong>", diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index 99eee2985fc..33baf98c52f 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -268,7 +268,6 @@ "Your profile picture" : "Изображение профиля", "Upload profile picture" : "Загрузить изображение профиля", "Remove profile picture" : "Удалить изображение профиля", - "png or jpg, max. 20 MB" : "png или jpg, макс. 20 МБ", "Picture provided by original account" : "Изображение получено из исходной учётной записи", "Cancel" : "Отмена", "Set as profile picture" : "Использовать как изображение профиля", @@ -537,6 +536,7 @@ "Upload new" : "Загрузить", "Select from Files" : "Выбрать в приложении Файлы", "Remove image" : "Удалить", + "png or jpg, max. 20 MB" : "png или jpg, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Обратите внимание, что обновление фотографии может занять до 24 часов.", "Choose as profile picture" : "Использовать как изображение профиля", "You are using <strong>%s</strong>" : "Вы используете <strong>%s</strong>", diff --git a/apps/settings/l10n/sc.js b/apps/settings/l10n/sc.js index 0fce7740e35..059a50cc526 100644 --- a/apps/settings/l10n/sc.js +++ b/apps/settings/l10n/sc.js @@ -219,7 +219,6 @@ OC.L10N.register( "Current password" : "Crae currente", "New password" : "Crae noa", "Change password" : "Càmbia crae", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Picture provided by original account" : "Imàgine frunida dae su contu originale", "Cancel" : "Annulla", "Details" : "Detàllios", @@ -422,6 +421,7 @@ OC.L10N.register( "Upload new" : "Càrriga noa", "Select from Files" : "Seletziona dae Archìvios", "Remove image" : "Boga•nche s'imàgine", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Choose as profile picture" : "Sèbera comente imàgine de profilu", "You are using <strong>%s</strong>" : "Ses impreende <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Ses impreende <strong>%1$s</strong> de<strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/sc.json b/apps/settings/l10n/sc.json index dbb4aa1c0f0..10f6395df4f 100644 --- a/apps/settings/l10n/sc.json +++ b/apps/settings/l10n/sc.json @@ -217,7 +217,6 @@ "Current password" : "Crae currente", "New password" : "Crae noa", "Change password" : "Càmbia crae", - "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Picture provided by original account" : "Imàgine frunida dae su contu originale", "Cancel" : "Annulla", "Details" : "Detàllios", @@ -420,6 +419,7 @@ "Upload new" : "Càrriga noa", "Select from Files" : "Seletziona dae Archìvios", "Remove image" : "Boga•nche s'imàgine", + "png or jpg, max. 20 MB" : "png o jpg, max. 20 MB", "Choose as profile picture" : "Sèbera comente imàgine de profilu", "You are using <strong>%s</strong>" : "Ses impreende <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "Ses impreende <strong>%1$s</strong> de<strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 05ce000dda2..0caaf112916 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -268,7 +268,6 @@ OC.L10N.register( "Your profile picture" : "Váš profilový obrázok", "Upload profile picture" : "Nahrať profilový obrázok", "Remove profile picture" : "Odstrániť profilový obrázok", - "png or jpg, max. 20 MB" : "png alebo jpg, max. 20 MB", "Picture provided by original account" : "Obrázok poskytnutý originálnym účtom", "Cancel" : "Zrušiť", "Set as profile picture" : "Nastaviť ako profilový obrázok", @@ -542,6 +541,7 @@ OC.L10N.register( "Upload new" : "Nahrať nový", "Select from Files" : "Vybrať zo súborov", "Remove image" : "Zmazať obrázok", + "png or jpg, max. 20 MB" : "png alebo jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Upozorňujeme, že aktualizácia avatara môže trvať až 24 hodín.", "Choose as profile picture" : "Použiť ako obrázok avatara", "You are using <strong>%s</strong>" : "Využívate <strong>%s</strong>", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index 548ee681f2b..8a8c812370a 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -266,7 +266,6 @@ "Your profile picture" : "Váš profilový obrázok", "Upload profile picture" : "Nahrať profilový obrázok", "Remove profile picture" : "Odstrániť profilový obrázok", - "png or jpg, max. 20 MB" : "png alebo jpg, max. 20 MB", "Picture provided by original account" : "Obrázok poskytnutý originálnym účtom", "Cancel" : "Zrušiť", "Set as profile picture" : "Nastaviť ako profilový obrázok", @@ -540,6 +539,7 @@ "Upload new" : "Nahrať nový", "Select from Files" : "Vybrať zo súborov", "Remove image" : "Zmazať obrázok", + "png or jpg, max. 20 MB" : "png alebo jpg, max. 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Upozorňujeme, že aktualizácia avatara môže trvať až 24 hodín.", "Choose as profile picture" : "Použiť ako obrázok avatara", "You are using <strong>%s</strong>" : "Využívate <strong>%s</strong>", diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index 8299553a2e9..4e9b2cafb8e 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -251,7 +251,6 @@ OC.L10N.register( "Your profile picture" : "Slika profila", "Upload profile picture" : "Pošlji sliko profila", "Remove profile picture" : "Odstrani sliko profila", - "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Picture provided by original account" : "Slika iz izvornega računa", "Cancel" : "Prekliči", "Set as profile picture" : "Nastavi sliko profila", @@ -500,6 +499,7 @@ OC.L10N.register( "Upload new" : "Pošlji novo", "Select from Files" : "Izbor iz datotek", "Remove image" : "Odstrani sliko", + "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Choose as profile picture" : "Izberi kot sliko profila", "You are using <strong>%s</strong>" : "Uporabljate <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "V uporabi je <strong>%1$s</strong> od <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json index 6e881050861..710d29cdf6c 100644 --- a/apps/settings/l10n/sl.json +++ b/apps/settings/l10n/sl.json @@ -249,7 +249,6 @@ "Your profile picture" : "Slika profila", "Upload profile picture" : "Pošlji sliko profila", "Remove profile picture" : "Odstrani sliko profila", - "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Picture provided by original account" : "Slika iz izvornega računa", "Cancel" : "Prekliči", "Set as profile picture" : "Nastavi sliko profila", @@ -498,6 +497,7 @@ "Upload new" : "Pošlji novo", "Select from Files" : "Izbor iz datotek", "Remove image" : "Odstrani sliko", + "png or jpg, max. 20 MB" : "png ali jpg, največ. 20 MB", "Choose as profile picture" : "Izberi kot sliko profila", "You are using <strong>%s</strong>" : "Uporabljate <strong>%s</strong>", "You are using <strong>%1$s</strong> of <strong>%2$s</strong> (<strong>%3$s %%</strong>)" : "V uporabi je <strong>%1$s</strong> od <strong>%2$s</strong> (<strong>%3$s %%</strong>)", diff --git a/apps/settings/l10n/sq.js b/apps/settings/l10n/sq.js index 596c6798024..4cac0b98056 100644 --- a/apps/settings/l10n/sq.js +++ b/apps/settings/l10n/sq.js @@ -141,7 +141,6 @@ OC.L10N.register( "Current password" : "Fjalëkalimi i tanishëm", "New password" : "Fjalëkalimi i ri", "Change password" : "Ndrysho fjalëkalimin", - "png or jpg, max. 20 MB" : "png ose jpg, maks. 20 MB", "Picture provided by original account" : "Foto e prurë nga llogaria origjinale", "Cancel" : "Anuloje", "Details" : "Detaje", @@ -254,6 +253,7 @@ OC.L10N.register( "Upload new" : "Ngarko të re", "Select from Files" : "Përzgjidhni prej Kartelash", "Remove image" : "Hiqe figurën", + "png or jpg, max. 20 MB" : "png ose jpg, maks. 20 MB", "Choose as profile picture" : "Zgjidhni një foto profili", "You are using <strong>%s</strong>" : "Ju po përdorni <strong>%s</strong>", "Your postal address" : "Adresa juaj postale", diff --git a/apps/settings/l10n/sq.json b/apps/settings/l10n/sq.json index 6f83053390c..58246ec093a 100644 --- a/apps/settings/l10n/sq.json +++ b/apps/settings/l10n/sq.json @@ -139,7 +139,6 @@ "Current password" : "Fjalëkalimi i tanishëm", "New password" : "Fjalëkalimi i ri", "Change password" : "Ndrysho fjalëkalimin", - "png or jpg, max. 20 MB" : "png ose jpg, maks. 20 MB", "Picture provided by original account" : "Foto e prurë nga llogaria origjinale", "Cancel" : "Anuloje", "Details" : "Detaje", @@ -252,6 +251,7 @@ "Upload new" : "Ngarko të re", "Select from Files" : "Përzgjidhni prej Kartelash", "Remove image" : "Hiqe figurën", + "png or jpg, max. 20 MB" : "png ose jpg, maks. 20 MB", "Choose as profile picture" : "Zgjidhni një foto profili", "You are using <strong>%s</strong>" : "Ju po përdorni <strong>%s</strong>", "Your postal address" : "Adresa juaj postale", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index c4d8616f26d..262b7b031d2 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Отпреми слику профила", "Choose profile picture from Files" : "Изабери слику профила из Фајлова", "Remove profile picture" : "Уклони слику профила", - "png or jpg, max. 20 MB" : "„png“ или „jpg“, макс. 20 МБ", + "The file must be a PNG or JPG" : "Фајл мора да буде PNG или JPG", "Picture provided by original account" : "Слика оригиналног налога", "Cancel" : "Откажи", "Set as profile picture" : "Постави као слику профила", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Отпреми нову", "Select from Files" : "Изабери из фајлова", "Remove image" : "Уклони слику", + "png or jpg, max. 20 MB" : "„png“ или „jpg“, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Молимо вас да имате на уму да може проћи до 24 часа пре него што се аватар ажурира на свим местима.", "Choose as profile picture" : "Одаберите слику профила", "You are using <strong>%s</strong>" : "Користите <strong>%s</strong>.", diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index 6d55956b366..5b5de20dfa4 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Отпреми слику профила", "Choose profile picture from Files" : "Изабери слику профила из Фајлова", "Remove profile picture" : "Уклони слику профила", - "png or jpg, max. 20 MB" : "„png“ или „jpg“, макс. 20 МБ", + "The file must be a PNG or JPG" : "Фајл мора да буде PNG или JPG", "Picture provided by original account" : "Слика оригиналног налога", "Cancel" : "Откажи", "Set as profile picture" : "Постави као слику профила", @@ -548,6 +548,7 @@ "Upload new" : "Отпреми нову", "Select from Files" : "Изабери из фајлова", "Remove image" : "Уклони слику", + "png or jpg, max. 20 MB" : "„png“ или „jpg“, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Молимо вас да имате на уму да може проћи до 24 часа пре него што се аватар ажурира на свим местима.", "Choose as profile picture" : "Одаберите слику профила", "You are using <strong>%s</strong>" : "Користите <strong>%s</strong>.", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index c0faebcd20b..b40f0a180da 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -273,7 +273,6 @@ OC.L10N.register( "Upload profile picture" : "Ladda upp profilbild", "Choose profile picture from Files" : "Välj profilbild från filer", "Remove profile picture" : "Ta bort profilbild", - "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Picture provided by original account" : "Bild gjordes tillgänglig av orginalkonto", "Cancel" : "Avbryt", "Set as profile picture" : "Ställ in som profilbild", @@ -550,6 +549,7 @@ OC.L10N.register( "Upload new" : "Ladda upp ny", "Select from Files" : "Välj från Filer", "Remove image" : "Ta bort bild", + "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observera att det kan ta upp till 24 timmar för avataren att uppdateras överallt.", "Choose as profile picture" : "Välj som profilbild", "You are using <strong>%s</strong>" : "Du använder <strong>%s</strong>", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 3fba9a2af1d..d466670f48d 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -271,7 +271,6 @@ "Upload profile picture" : "Ladda upp profilbild", "Choose profile picture from Files" : "Välj profilbild från filer", "Remove profile picture" : "Ta bort profilbild", - "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Picture provided by original account" : "Bild gjordes tillgänglig av orginalkonto", "Cancel" : "Avbryt", "Set as profile picture" : "Ställ in som profilbild", @@ -548,6 +547,7 @@ "Upload new" : "Ladda upp ny", "Select from Files" : "Välj från Filer", "Remove image" : "Ta bort bild", + "png or jpg, max. 20 MB" : "png eller jpg, max 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Observera att det kan ta upp till 24 timmar för avataren att uppdateras överallt.", "Choose as profile picture" : "Välj som profilbild", "You are using <strong>%s</strong>" : "Du använder <strong>%s</strong>", diff --git a/apps/settings/l10n/th.js b/apps/settings/l10n/th.js index 13d40dc07b1..6c087df5e21 100644 --- a/apps/settings/l10n/th.js +++ b/apps/settings/l10n/th.js @@ -162,7 +162,6 @@ OC.L10N.register( "Current password" : "รหัสผ่านปัจจุบัน", "New password" : "รหัสผ่านใหม่", "Change password" : "เปลี่ยนรหัสผ่าน", - "png or jpg, max. 20 MB" : "png หรือ jpg สูงสุดไม่เกิน 20 MB", "Picture provided by original account" : "ใช้รูปภาพจากบัญชีเดิม", "Cancel" : "ยกเลิก", "Details" : "รายละเอียด", @@ -337,6 +336,7 @@ OC.L10N.register( "Upload new" : "อัปโหลดใหม่", "Select from Files" : "เลือกจากไฟล์", "Remove image" : "ลบรูปภาพ", + "png or jpg, max. 20 MB" : "png หรือ jpg สูงสุดไม่เกิน 20 MB", "Choose as profile picture" : "เลือกเป็นรูปภาพโปรไฟล์" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/th.json b/apps/settings/l10n/th.json index b7daa6627b3..a077e7be840 100644 --- a/apps/settings/l10n/th.json +++ b/apps/settings/l10n/th.json @@ -160,7 +160,6 @@ "Current password" : "รหัสผ่านปัจจุบัน", "New password" : "รหัสผ่านใหม่", "Change password" : "เปลี่ยนรหัสผ่าน", - "png or jpg, max. 20 MB" : "png หรือ jpg สูงสุดไม่เกิน 20 MB", "Picture provided by original account" : "ใช้รูปภาพจากบัญชีเดิม", "Cancel" : "ยกเลิก", "Details" : "รายละเอียด", @@ -335,6 +334,7 @@ "Upload new" : "อัปโหลดใหม่", "Select from Files" : "เลือกจากไฟล์", "Remove image" : "ลบรูปภาพ", + "png or jpg, max. 20 MB" : "png หรือ jpg สูงสุดไม่เกิน 20 MB", "Choose as profile picture" : "เลือกเป็นรูปภาพโปรไฟล์" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index b734c783b1e..c24921b9865 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "Profil görseli yükle", "Choose profile picture from Files" : "Dosyalar uygulamasından profil görseli seçin", "Remove profile picture" : "Profil görselini kaldır", - "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", + "The file must be a PNG or JPG" : "Dosya PNG ya da JPG biçiminde olmalıdır", "Picture provided by original account" : "Görsel özgün hesabınız tarafından sağlanıyor", "Cancel" : "İptal", "Set as profile picture" : "Profil görseli olarak ayarla", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "Yeni yükle", "Select from Files" : "Dosyalardan seç", "Remove image" : "Görseli kaldır", + "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Lütfen Avatarın her yerde güncellenmesinin 24 saat kadar sürebileceğini unutmayın.", "Choose as profile picture" : "Profil görseli olarak seç", "You are using <strong>%s</strong>" : "<strong>%s</strong> kullanıyorsunuz", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index ffb2cd44e94..909f9e22576 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -271,7 +271,7 @@ "Upload profile picture" : "Profil görseli yükle", "Choose profile picture from Files" : "Dosyalar uygulamasından profil görseli seçin", "Remove profile picture" : "Profil görselini kaldır", - "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", + "The file must be a PNG or JPG" : "Dosya PNG ya da JPG biçiminde olmalıdır", "Picture provided by original account" : "Görsel özgün hesabınız tarafından sağlanıyor", "Cancel" : "İptal", "Set as profile picture" : "Profil görseli olarak ayarla", @@ -548,6 +548,7 @@ "Upload new" : "Yeni yükle", "Select from Files" : "Dosyalardan seç", "Remove image" : "Görseli kaldır", + "png or jpg, max. 20 MB" : "png ya da jpg, en fazla 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Lütfen Avatarın her yerde güncellenmesinin 24 saat kadar sürebileceğini unutmayın.", "Choose as profile picture" : "Profil görseli olarak seç", "You are using <strong>%s</strong>" : "<strong>%s</strong> kullanıyorsunuz", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 122c3e7162a..391b347ef94 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -273,7 +273,6 @@ OC.L10N.register( "Upload profile picture" : "Завантажте зображення профілю", "Choose profile picture from Files" : "Виберіть зображення профілю з Файлів", "Remove profile picture" : "Вилучити зображення профілю", - "png or jpg, max. 20 MB" : "png або jpg, макс. 20 МБ", "Picture provided by original account" : "Картинка надана оригінальним обліковим записом", "Cancel" : "Скасувати", "Set as profile picture" : "Установити як зображення профілю", @@ -550,6 +549,7 @@ OC.L10N.register( "Upload new" : "Завантажити нове", "Select from Files" : "Вибрати з файлів", "Remove image" : "Вилучити зображення", + "png or jpg, max. 20 MB" : "png або jpg, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Будь ласка, зверніть увагу, що для повного оновлення аватара може знадобитися до 24 годин.", "Choose as profile picture" : "Вибрати зображенням профілю", "You are using <strong>%s</strong>" : "Ви використовуєте <strong>%s</strong>", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 30330a25ac4..33cc2049e5e 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -271,7 +271,6 @@ "Upload profile picture" : "Завантажте зображення профілю", "Choose profile picture from Files" : "Виберіть зображення профілю з Файлів", "Remove profile picture" : "Вилучити зображення профілю", - "png or jpg, max. 20 MB" : "png або jpg, макс. 20 МБ", "Picture provided by original account" : "Картинка надана оригінальним обліковим записом", "Cancel" : "Скасувати", "Set as profile picture" : "Установити як зображення профілю", @@ -548,6 +547,7 @@ "Upload new" : "Завантажити нове", "Select from Files" : "Вибрати з файлів", "Remove image" : "Вилучити зображення", + "png or jpg, max. 20 MB" : "png або jpg, макс. 20 МБ", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "Будь ласка, зверніть увагу, що для повного оновлення аватара може знадобитися до 24 годин.", "Choose as profile picture" : "Вибрати зображенням профілю", "You are using <strong>%s</strong>" : "Ви використовуєте <strong>%s</strong>", diff --git a/apps/settings/l10n/vi.js b/apps/settings/l10n/vi.js index 1aa9caafbaf..fe63acbff84 100644 --- a/apps/settings/l10n/vi.js +++ b/apps/settings/l10n/vi.js @@ -176,7 +176,6 @@ OC.L10N.register( "Current password" : "Mật khẩu cũ", "New password" : "Mật khẩu mới", "Change password" : "Đổi mật khẩu", - "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Cancel" : "Hủy", "Details" : "Thông tin", "Your email address" : "Email của bạn", @@ -280,6 +279,7 @@ OC.L10N.register( "Upload new" : "Tải lên", "Select from Files" : "Chọn từ tập tin", "Remove image" : "Xóa ", + "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Choose as profile picture" : "Chọn làm ảnh đại diện" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/vi.json b/apps/settings/l10n/vi.json index 44256d94612..b5ae49222bf 100644 --- a/apps/settings/l10n/vi.json +++ b/apps/settings/l10n/vi.json @@ -174,7 +174,6 @@ "Current password" : "Mật khẩu cũ", "New password" : "Mật khẩu mới", "Change password" : "Đổi mật khẩu", - "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Cancel" : "Hủy", "Details" : "Thông tin", "Your email address" : "Email của bạn", @@ -278,6 +277,7 @@ "Upload new" : "Tải lên", "Select from Files" : "Chọn từ tập tin", "Remove image" : "Xóa ", + "png or jpg, max. 20 MB" : "png hoặc jpg, tối đa 20 MB", "Choose as profile picture" : "Chọn làm ảnh đại diện" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 50b4f21be12..353a063dd59 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -268,7 +268,6 @@ OC.L10N.register( "Your profile picture" : "您的个人资料图片", "Upload profile picture" : "上传个人资料图片", "Remove profile picture" : "移除个人资料图片", - "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Picture provided by original account" : "初始账号提供的图片", "Cancel" : "取消", "Set as profile picture" : "设置为个人资料图片", @@ -542,6 +541,7 @@ OC.L10N.register( "Upload new" : "上传", "Select from Files" : "选择文件", "Remove image" : "删除图片", + "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "请注意,头像可能需要24小时才能在所有地方更新完成。", "Choose as profile picture" : "选择个人头像", "You are using <strong>%s</strong>" : "您已经使用了 <strong>%s</strong> 存储空间", diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index 333d649d49f..9a8f8b5b66c 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -266,7 +266,6 @@ "Your profile picture" : "您的个人资料图片", "Upload profile picture" : "上传个人资料图片", "Remove profile picture" : "移除个人资料图片", - "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Picture provided by original account" : "初始账号提供的图片", "Cancel" : "取消", "Set as profile picture" : "设置为个人资料图片", @@ -540,6 +539,7 @@ "Upload new" : "上传", "Select from Files" : "选择文件", "Remove image" : "删除图片", + "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "请注意,头像可能需要24小时才能在所有地方更新完成。", "Choose as profile picture" : "选择个人头像", "You are using <strong>%s</strong>" : "您已经使用了 <strong>%s</strong> 存储空间", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index cdc617a5733..3745effbefe 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案選擇個人資料圖片", "Remove profile picture" : "移除個人資料圖片", - "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", + "The file must be a PNG or JPG" : "該檔案必須是 PNG 或 JPG", "Picture provided by original account" : "原始賬戶提供的圖片", "Cancel" : "取消", "Set as profile picture" : "設定為個人資料圖片", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "上傳新的", "Select from Files" : "從雲端檔案選擇", "Remove image" : "移除圖像", + "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "請注意,虛擬化身大頭照最長可能需要24小時才能在所有地方更新。", "Choose as profile picture" : "設定為個人資料圖片", "You are using <strong>%s</strong>" : "您已使用了 <strong>%s</strong> 的存儲空間", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index cf94dcafa79..dc0f80bb47f 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -271,7 +271,7 @@ "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案選擇個人資料圖片", "Remove profile picture" : "移除個人資料圖片", - "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", + "The file must be a PNG or JPG" : "該檔案必須是 PNG 或 JPG", "Picture provided by original account" : "原始賬戶提供的圖片", "Cancel" : "取消", "Set as profile picture" : "設定為個人資料圖片", @@ -548,6 +548,7 @@ "Upload new" : "上傳新的", "Select from Files" : "從雲端檔案選擇", "Remove image" : "移除圖像", + "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "請注意,虛擬化身大頭照最長可能需要24小時才能在所有地方更新。", "Choose as profile picture" : "設定為個人資料圖片", "You are using <strong>%s</strong>" : "您已使用了 <strong>%s</strong> 的存儲空間", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 3bac92eb4ae..2e791f3a279 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -273,7 +273,7 @@ OC.L10N.register( "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案中選擇個人檔案圖片", "Remove profile picture" : "移除個人資料圖片", - "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", + "The file must be a PNG or JPG" : "檔案必須是 PNG 或 JPG", "Picture provided by original account" : "原始帳號提供的圖片", "Cancel" : "取消", "Set as profile picture" : "設定為個人資料圖片", @@ -550,6 +550,7 @@ OC.L10N.register( "Upload new" : "上傳新的", "Select from Files" : "從雲端檔案選擇", "Remove image" : "移除圖片", + "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "請注意,大頭照最長可能需要24小時才能在所有地方更新。", "Choose as profile picture" : "設定為個人資料圖片", "You are using <strong>%s</strong>" : "您正在使用 <strong>%s</strong>", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 9ae7b5e2fa3..67ebffedaa5 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -271,7 +271,7 @@ "Upload profile picture" : "上傳個人資料圖片", "Choose profile picture from Files" : "從檔案中選擇個人檔案圖片", "Remove profile picture" : "移除個人資料圖片", - "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", + "The file must be a PNG or JPG" : "檔案必須是 PNG 或 JPG", "Picture provided by original account" : "原始帳號提供的圖片", "Cancel" : "取消", "Set as profile picture" : "設定為個人資料圖片", @@ -548,6 +548,7 @@ "Upload new" : "上傳新的", "Select from Files" : "從雲端檔案選擇", "Remove image" : "移除圖片", + "png or jpg, max. 20 MB" : "png 或 jpg,最大 20 MB", "Please note that it can take up to 24 hours for the avatar to get updated everywhere." : "請注意,大頭照最長可能需要24小時才能在所有地方更新。", "Choose as profile picture" : "設定為個人資料圖片", "You are using <strong>%s</strong>" : "您正在使用 <strong>%s</strong>", |