NotificationModel refactoring
This commit is contained in:
@@ -386,14 +386,14 @@ return array(
|
||||
'%s updated the task #%d' => '%s ažurirao zadatak #%d',
|
||||
'%s created the task #%d' => '%s kreirao zadatak #%d',
|
||||
'%s closed the task #%d' => '%s zatvorio zadatak #%d',
|
||||
'%s open the task #%d' => '%s otvorio zadatak #%d',
|
||||
'%s opened the task #%d' => '%s otvorio zadatak #%d',
|
||||
'%s moved the task #%d to the column "%s"' => '%s premjestio zadatak #%d u kolonu "%s"',
|
||||
'%s moved the task #%d to the position %d in the column "%s"' => '%s premjestio zadatak #%d na poziciju %d u koloni "%s"',
|
||||
'Activity' => 'Aktivnosti',
|
||||
'Default values are "%s"' => 'Podrazumijevane vrijednosti su: "%s"',
|
||||
'Default columns for new projects (Comma-separated)' => 'Podrazumijevane kolone za novi projekat (Odvojene zarezom)',
|
||||
'Task assignee change' => 'Promijena izvršioca zadatka',
|
||||
'%s change the assignee of the task #%d to %s' => '%s zamijeni izvršioca za zadatak #%d u %s',
|
||||
'%s changed the assignee of the task #%d to %s' => '%s zamijeni izvršioca za zadatak #%d u %s',
|
||||
'%s changed the assignee of the task %s to %s' => '%s promijenio izvršioca za zadatak %s u %s',
|
||||
'New password for the user "%s"' => 'Nova šifra korisnika "%s"',
|
||||
'Choose an event' => 'Izaberi događaj',
|
||||
@@ -601,7 +601,7 @@ return array(
|
||||
'The currency rate have been added successfully.' => 'Stopa valute je uspješno dodana.',
|
||||
'Unable to add this currency rate.' => 'Nemoguće dodati stopu valute.',
|
||||
'Webhook URL' => 'Webhook URL',
|
||||
'%s remove the assignee of the task %s' => '%s je uklonio izvršioca zadatka %s',
|
||||
'%s removed the assignee of the task %s' => '%s je uklonio izvršioca zadatka %s',
|
||||
'Enable Gravatar images' => 'Omogući Gravatar slike',
|
||||
'Information' => 'Informacije',
|
||||
'Check two factor authentication code' => 'Provjera faktor-dva autentifikacionog koda',
|
||||
|
||||
Reference in New Issue
Block a user