summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--l10n/sc.js5
-rw-r--r--l10n/sc.json5
2 files changed, 8 insertions, 2 deletions
diff --git a/l10n/sc.js b/l10n/sc.js
index 960c9d4d2..28c619eb3 100644
--- a/l10n/sc.js
+++ b/l10n/sc.js
@@ -3,12 +3,15 @@ OC.L10N.register(
{
"Close" : "Serra",
"Description" : "Descritzione",
+ "Folder" : "Cartella",
"New folder" : "Cartella noa",
"Username" : "Nùmene utente",
"Password" : "Crae",
"Create" : "Crea",
"Rename" : "Torra a numenare",
"Delete" : "Cantzella",
- "Settings" : "Impostatziones"
+ "Settings" : "Impostatziones",
+ "Import" : "Importa",
+ "Export" : "Esporta"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sc.json b/l10n/sc.json
index c721454c9..e36393233 100644
--- a/l10n/sc.json
+++ b/l10n/sc.json
@@ -1,12 +1,15 @@
{ "translations": {
"Close" : "Serra",
"Description" : "Descritzione",
+ "Folder" : "Cartella",
"New folder" : "Cartella noa",
"Username" : "Nùmene utente",
"Password" : "Crae",
"Create" : "Crea",
"Rename" : "Torra a numenare",
"Delete" : "Cantzella",
- "Settings" : "Impostatziones"
+ "Settings" : "Impostatziones",
+ "Import" : "Importa",
+ "Export" : "Esporta"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file