diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/en@pirate.js | 6 | ||||
-rw-r--r-- | core/l10n/en@pirate.json | 4 | ||||
-rw-r--r-- | core/l10n/ro.js | 1 | ||||
-rw-r--r-- | core/l10n/ro.json | 1 |
4 files changed, 2 insertions, 10 deletions
diff --git a/core/l10n/en@pirate.js b/core/l10n/en@pirate.js deleted file mode 100644 index adc62c8c962..00000000000 --- a/core/l10n/en@pirate.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "core", - { - "Password" : "Passcode" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en@pirate.json b/core/l10n/en@pirate.json deleted file mode 100644 index 6f74658eb82..00000000000 --- a/core/l10n/en@pirate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Password" : "Passcode" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -}
\ No newline at end of file diff --git a/core/l10n/ro.js b/core/l10n/ro.js index 04cf948f6f0..156763ed6ae 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -136,6 +136,7 @@ OC.L10N.register( "Could not unshare" : "Nu s-a putut elimina partajarea", "Share details could not be loaded for this item." : "Nu s-au putut încărca detaliile de partajare pentru acest element.", "Share" : "Partajează", + "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partajează cu persoane din alte instanțe ownCloud folosind sintaxa nume_utilizator@exemplu.com/owncloud", "Share with users…" : "Partajează cu utilizatori...", "Warning" : "Atenție", "invisible" : "invizibil", diff --git a/core/l10n/ro.json b/core/l10n/ro.json index 002f6a0c8dc..c2245791fa5 100644 --- a/core/l10n/ro.json +++ b/core/l10n/ro.json @@ -134,6 +134,7 @@ "Could not unshare" : "Nu s-a putut elimina partajarea", "Share details could not be loaded for this item." : "Nu s-au putut încărca detaliile de partajare pentru acest element.", "Share" : "Partajează", + "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partajează cu persoane din alte instanțe ownCloud folosind sintaxa nume_utilizator@exemplu.com/owncloud", "Share with users…" : "Partajează cu utilizatori...", "Warning" : "Atenție", "invisible" : "invizibil", |