diff options
Diffstat (limited to 'apps/files/l10n/lv.js')
-rw-r--r-- | apps/files/l10n/lv.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/lv.js b/apps/files/l10n/lv.js index c40cf1b9488..37bafa3ae9e 100644 --- a/apps/files/l10n/lv.js +++ b/apps/files/l10n/lv.js @@ -113,10 +113,10 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "Datnes un mapes, ko atzīmēsiet kā favorītus, tiks rādīti šeit", "Tags" : "Atzīmes", "Deleted files" : "Dzēstās datnes", - "Text file" : "Teksta datne", - "New text file.txt" : "Jauna teksta datne.txt", - "Shared with you" : "Koplietots ar tevi", "Shared with others" : "Koplietots ar citiem", - "Shared by link" : "Koplietots ar saiti" + "Shared with you" : "Koplietots ar tevi", + "Shared by link" : "Koplietots ar saiti", + "Text file" : "Teksta datne", + "New text file.txt" : "Jauna teksta datne.txt" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |