diff options
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/fi.js | 3 | ||||
-rw-r--r-- | core/l10n/fi.json | 3 | ||||
-rw-r--r-- | core/l10n/sk.js | 3 | ||||
-rw-r--r-- | core/l10n/sk.json | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/core/l10n/fi.js b/core/l10n/fi.js index f18bf065a7b..118d87333e7 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -84,6 +84,7 @@ OC.L10N.register( "No files in here" : "Täällä ei ole tiedostoja", "Choose" : "Valitse", "Copy" : "Kopioi", + "Move" : "Siirrä", "Error loading file picker template: {error}" : "Virhe ladatessa tiedostopohjia: {error}", "OK" : "OK", "Error loading message template: {error}" : "Virhe ladatessa viestipohjaa: {error}", @@ -99,6 +100,8 @@ OC.L10N.register( "({count} selected)" : "({count} valittu)", "Error loading file exists template" : "Virhe ladatessa mallipohjaa", "Pending" : "Odottaa", + "Copy to {folder}" : "Kopioi kansioon {folder}", + "Move to {folder}" : "Siirrä kansioon {folder}", "Very weak password" : "Erittäin heikko salasana", "Weak password" : "Heikko salasana", "So-so password" : "Kohtalainen salasana", diff --git a/core/l10n/fi.json b/core/l10n/fi.json index 339c96657a8..668979f73c6 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -82,6 +82,7 @@ "No files in here" : "Täällä ei ole tiedostoja", "Choose" : "Valitse", "Copy" : "Kopioi", + "Move" : "Siirrä", "Error loading file picker template: {error}" : "Virhe ladatessa tiedostopohjia: {error}", "OK" : "OK", "Error loading message template: {error}" : "Virhe ladatessa viestipohjaa: {error}", @@ -97,6 +98,8 @@ "({count} selected)" : "({count} valittu)", "Error loading file exists template" : "Virhe ladatessa mallipohjaa", "Pending" : "Odottaa", + "Copy to {folder}" : "Kopioi kansioon {folder}", + "Move to {folder}" : "Siirrä kansioon {folder}", "Very weak password" : "Erittäin heikko salasana", "Weak password" : "Heikko salasana", "So-so password" : "Kohtalainen salasana", diff --git a/core/l10n/sk.js b/core/l10n/sk.js index 4a0d6da160e..ab9b018685f 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -85,6 +85,7 @@ OC.L10N.register( "No files in here" : "Nie sú tu žiadne súbory", "Choose" : "Vybrať", "Copy" : "Kopírovať", + "Move" : "Presunúť", "Error loading file picker template: {error}" : "Chyba pri nahrávaní šablóny výberu súborov: {error}", "OK" : "Ok", "Error loading message template: {error}" : "Chyba pri nahrávaní šablóny správy: {error}", @@ -100,6 +101,8 @@ OC.L10N.register( "({count} selected)" : "({count} vybraných)", "Error loading file exists template" : "Chyba pri nahrávaní šablóny existencie súboru", "Pending" : "Čaká", + "Copy to {folder}" : "Skopírovať do {folder}", + "Move to {folder}" : "Presunúť do {folder}", "Very weak password" : "Veľmi slabé heslo", "Weak password" : "Slabé heslo", "So-so password" : "Priemerné heslo", diff --git a/core/l10n/sk.json b/core/l10n/sk.json index d4c183805b3..a221d8e0b7d 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -83,6 +83,7 @@ "No files in here" : "Nie sú tu žiadne súbory", "Choose" : "Vybrať", "Copy" : "Kopírovať", + "Move" : "Presunúť", "Error loading file picker template: {error}" : "Chyba pri nahrávaní šablóny výberu súborov: {error}", "OK" : "Ok", "Error loading message template: {error}" : "Chyba pri nahrávaní šablóny správy: {error}", @@ -98,6 +99,8 @@ "({count} selected)" : "({count} vybraných)", "Error loading file exists template" : "Chyba pri nahrávaní šablóny existencie súboru", "Pending" : "Čaká", + "Copy to {folder}" : "Skopírovať do {folder}", + "Move to {folder}" : "Presunúť do {folder}", "Very weak password" : "Veľmi slabé heslo", "Weak password" : "Slabé heslo", "So-so password" : "Priemerné heslo", |