diff options
Diffstat (limited to 'apps/files/l10n/lv.js')
-rw-r--r-- | apps/files/l10n/lv.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files/l10n/lv.js b/apps/files/l10n/lv.js index 17ff6eae582..4dfd9933380 100644 --- a/apps/files/l10n/lv.js +++ b/apps/files/l10n/lv.js @@ -7,13 +7,9 @@ OC.L10N.register( "Could not move %s - File with this name already exists" : "Nevarēja pārvietot %s — jau eksistē datne ar tādu nosaukumu", "Could not move %s" : "Nevarēja pārvietot %s", "Permission denied" : "Pieeja liegta", - "File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.", - "\"%s\" is an invalid file name." : "\"%s\" ir nepareizs datnes nosaukums.", - "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'.", "The target folder has been moved or deleted." : "Mērķa mape ir pārvietota vai dzēsta", "The name %s is already used in the folder %s. Please choose a different name." : "Nosaukums '%s' jau tiek izmantots mapē '%s'. Lūdzu izvēlieties citu nosaukumu.", "Error when creating the file" : "Kļūda veidojot datni", - "Folder name cannot be empty." : "Mape nevar būt tukša", "Error when creating the folder" : "Kļūda, veidojot mapi", "Unable to set upload directory." : "Nevar uzstādīt augšupielādes mapi.", "Invalid Token" : "Nepareiza pilnvara", @@ -64,6 +60,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Jums nav tiesību, augšupielādēt vai veidot, šeit datnes", "_Uploading %n file_::_Uploading %n files_" : ["%n","Augšupielāde %n failu","Augšupielāde %n failus"], "\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.", + "File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.", "Your storage is full, files can not be updated or synced anymore!" : "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!", "Your storage is almost full ({usedSpacePercent}%)" : "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Šifrēšanas lietotnes ir pieslēgta, bet šifrēšanas atslēgas nav uzstādītas. Lūdzu izejiet no sistēmas un ieejiet sistēmā atpakaļ.", @@ -73,6 +70,7 @@ OC.L10N.register( "{dirs} and {files}" : "{dirs} un {files}", "Favorited" : "Favorīti", "Favorite" : "Iecienītais", + "An error occurred while trying to update the tags" : "Atjaunojot atzīmes notika kļūda", "A new file or folder has been <strong>created</strong>" : "<strong>Izveidots</strong> jauns fails vai mape", "A file or folder has been <strong>changed</strong>" : "<strong>Izmainīts</strong> fails vai mape", "A file or folder has been <strong>deleted</strong>" : "<strong>Dzēsts</strong> fails vai mape", |