1

(241 replies, posted in Third party plugins)

I want to thank Guido on this great plugin and also want to contribute serbian translation.

<?php
/*
Language: Serbian
File: lang/rs.php
*/

$lang = array(
    "decimal seperator"             => ".",
    "thousands separator"           => ",",
    "datetime format"               => "d/m/Y H:i", // www.php.net/manual/en/function.date.php
    "Insert"                        => "?????",
    "File"                          => "????????",
    "Root"                          => "???????",
    "Close"                         => "???????",
    "New folder"                    => "???? ????????????",
    "Upload"                        => "?????????",
    "Clipboard"                     => "????????",
    "items"                         => "?????a/?",
    "Change view"                   => "??????? ??????",
    "View"                          => "??????",
    "Large images"                  => "?????? ?????",
    "Small images"                  => "???? ?????",
    "List"                          => "?????",
    "Details"                       => "??????",
    "Tiles"                         => "??????",
    "Content"                       => "???????",
    "Show the preview pane"         => "??????? ????????? ????",
    "Help"                          => "?????",
    "Search"                        => "????????",
    "All files"                     => "??? ????????",
    "Dimensions"                    => "?????????",
    "Filename"                      => "??? ????????",
    "Filetype"                      => "??? ????????",
    "Size"                          => "???????? ????????",
    "Modified on"                   => "?????????",
    "Directory"                     => "????????????",
    "Add a new folder"              => "????? ???? ????????????",
    "New folder is created in"      => "???? ???????????? ?? ???? ??????? ?",
    "Name of the new folder"        => "??? ????? ?????????????",
    "Create folder"                 => "??????? ????????????",
    "Upload a new file"             => "??????? ???? ????????",
    "Image editor"                  => "???????? ?????",
    "Browse..."                     => "???????...",
    "Upload queue"                  => "??? ?????? ?? ?????????",
    "Currently uploading in folder" => "???????? ???????? ? ????????????",
    "Select your file"              => "????????? ???? ????????",

    //Context menu
    "Edit"                          => "??????",
    "Copy"                          => "???????",
    "Cut"                           => "?????",
    "Paste"                         => "??????",
    "Delete"                        => "??????",
    "Do you really want to delete this folder and its contents?" => "?? ?? ?????? ?????? ?? ???????? ???? ???????????? ? ??? ????? ???????",
    "Do you really want to delete this file?"                    => "?? ?? ?????? ?????? ?? ???????? ??? ?????????",
    "Do you really want to delete this image?"                   => "?? ?? ?????? ?????? ?? ???????? ??? ??????",
    "Open"                          => "??????",
    "Refresh"                       => "??????",
    "Rename"                        => "??????? ???",

    //Error, success and general messages
    "The folder path was tampered with!"                         => "?????? ?? ????????????? ?? ?????? ?????????!",
    "Creating new folder failed!"                                => "???????? ????? ????????????? ???? ??????<br />??????? ????????? ???? ?????????: ^ \\ / ? * \" ' < > : |",
    "A new folder was created!"                                  => "???? ???????????? ?? ?????????!",
    "Creating the new folder failed!"                            => "???????? ????? ????????????? ???? ??????!",
    "The files where successfully copied!"                       => "???????? ?? ??????? ????????!",
    "The file or folder path was tampered with!"                 => "?????? ?? ????????????? ??? ???????? ?? ?????? ?????????!",
    "Deleting file failed!"                                      => "??????? ???????? ???? ??????!",
    "Deleting folder failed!"                                    => "??????? ????????????? ???? ??????!",
    "%d file(s) successfully removed!"                           => "???? ??????? ????????? ????????: %d!",
    "Select only one file to insert!"                            => "????????? ???? ????? ???????? ?? ????!",
    "Insert cancelled because there is no target to insert to!"  => "???? ?? ??????? ????? ???? ?????? ????? ?? ????!",
    "Directory already exists!"                                  => "???????????? ??? ???????!",
    "File already exists!"                                       => "???????? ??? ???????!",
    "Name successfully changed!"                                 => "??? ?? ??????? ?????????!",
    "Rename failed!"                                             => "??????? ????? ???? ??????!",
    "Please give a new name for file"                            => "?????? ??? ????????? ???? ??? ?? ???????? {0}{1}?????????? ???????? ?? ?????????? ??????!{1}(??? ????????? ???? ????????? {2})",
    "Please give a new name for folder"                          => "?????? ??? ????????? ???? ??? ?? {0}{1}(Ovi karakteri nisu dozvoljeni {2})",
    "Action not allowed!"                                        => "?????? ???? ?????????!",
    "Invalid characters used!"                                   => "??? ????????? ???? ?????????: ^ \\\ / ? * \\\" ' < > : | .",

    //Upload
    "Upload limited to %d MB!"      => "????????? ?? ?????????? ?? %d ??!",
    "bytes"                         => "???????",
    "kB"                            => "??",
    "MB"                            => "??",
    "Cancel all uploads"            => "?????? ??? ?????????",

    //Settings
    "Settings"                      => "??????????",
    "Language"                      => "?????",
    "Theme"                         => "????",
    "Cookies need to be enabled to save your settings!"          => "???????? ?????? ???? ???????? ???? ????? ????? ?? ???????? ??????????!",
    "Save settings"                 => "????????? ??????????",
    "Settings saved!"               => "?????????? ????????!",

    "EOF" => TRUE
);

?>