diff options
Diffstat (limited to 'apps/files/l10n/mk.js')
-rw-r--r-- | apps/files/l10n/mk.js | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js index fa58071b8c6..ec3cccd3830 100644 --- a/apps/files/l10n/mk.js +++ b/apps/files/l10n/mk.js @@ -99,7 +99,6 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Насловите на колоните со копчиња се сортираат.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Оваа листа не е целосно прикажана поради заштеда на перформанси. Датотеките ќе се прикажуваат додека се движите низ листата.", "File not found" : "Датотеката не е пронајдена", - "{count} selected" : "{count} селектирани", "{usedQuotaByte} used" : "искористено {usedQuotaByte}", "{used} of {quota} used" : "Искористени {used} од {quota}", "{relative}% used" : "искористено {relative}% ", @@ -161,7 +160,7 @@ OC.L10N.register( "Rename a file" : "Преименувај датотека", "Delete a file" : "Избриши датотека", "Navigation" : "Навигација", - "View" : "Погледни", + "View" : "Поглед", "You" : "Вас", "Error while loading the file data" : "Грешка при вчитување на податоците од датотеката", "Owner" : "Сопственик", @@ -233,6 +232,8 @@ OC.L10N.register( "All files" : "Сите датотеки", "List of your files and folders." : "Листа на вашите датотеки и папки.", "All folders" : "Сите папки", + "Personal files" : "Лични датотеки", + "No personal files found" : "Не се пронајдени лични датотеки ", "Recent" : "Неодамнешни", "List of recently modified files and folders." : "Листа на скоро изменети датотеки и папки.", "No recently modified files" : "Нема скоро изменети датотеки", @@ -281,9 +282,9 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Копирана {origin} во {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Копирана {origin} и {nbfiles} други датотеки во {destination}", "{newName} already exists" : "{newName} веќе постои", - "Could not rename \"{fileName}\", it does not exist any more" : "Неможе да се преименува \"{fileName}\", датотеката не постои", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{targetName}\" веќе се користи во папката \"{dir}\". Ве молиме изберете друго име.", - "Could not rename \"{fileName}\"" : "Неможе да се преименува \"{fileName}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Неможе да се преименува \"{oldName}\", не постои повеќе", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{newName}\" веќе се користи во папката \"{dir}\". Ве молиме изберете друго име.", + "Could not rename \"{oldName}\"" : "Неможе да се преименува \"{oldName}\"", "Could not create file \"{file}\"" : "Неможе да се креира датотека \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Неможе да се креира датотека \"{file}\" бидејќи веќе постои", "Could not create folder \"{dir}\" because it already exists" : "Неможе да се креира папка \"{dir}\" бидејќи веќе постои", @@ -325,7 +326,7 @@ OC.L10N.register( "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 датотека и {folderCount} папки","1 датотека и {folderCount} папки"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} датотека и 1 папка","{fileCount} датотеки и 1 папка"], "{fileCount} files and {folderCount} folders" : "{fileCount} датотеки и {folderCount} папки", - "Personal Files" : "Персонални датотеки", + "Personal Files" : "Лични датотеки", "Text file" : "Текстуална датотека", "New text file.txt" : "Нова текстуална датотека file.txt" }, |