diff options
Diffstat (limited to 'app/Locale/sr_Latn_RS')
-rw-r--r-- | app/Locale/sr_Latn_RS/translations.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 0eefa97c..8cc6f05d 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -20,6 +20,15 @@ return array( 'Red' => 'Crvena', 'Orange' => 'Narandžasta', 'Grey' => 'Siva', + // 'Brown' => '', + // 'Deep Orange' => '', + // 'Dark Grey' => '', + // 'Pink' => '', + // 'Teal' => '', + // 'Cyan' => '', + // 'Lime' => '', + // 'Light Green' => '', + // 'Amber' => '', 'Save' => 'Snimi', 'Login' => 'Prijava', 'Official website:' => 'Zvanična strana:', @@ -31,7 +40,6 @@ return array( 'All users' => 'Svi korisnici', 'Username' => 'Korisnik', 'Password' => 'Lozinka', - 'Default project' => 'Podrazumevani projekat', 'Administrator' => 'Administrator', 'Sign in' => 'Odjava', 'Users' => 'Korisnik', @@ -405,7 +413,6 @@ return array( 'Username:' => 'Korisničko ime:', 'Name:' => 'Ime i Prezime', 'Email:' => 'Email: ', - 'Default project:' => 'Osnovni projekat:', 'Notifications:' => 'Obaveštenja: ', 'Notifications' => 'Obaveštenja', 'Group:' => 'Grupa:', @@ -949,4 +956,6 @@ return array( // '<30m' => '', // 'Stop timer' => '', // 'Start timer' => '', + // 'Add project member' => '', + // 'Enable notifications' => '', ); |