summaryrefslogtreecommitdiffstats
path: root/config/locales/hu.yml
diff options
context:
space:
mode:
authorAzamat Hackimov <azamat.hackimov@gmail.com>2009-09-04 22:28:35 +0000
committerAzamat Hackimov <azamat.hackimov@gmail.com>2009-09-04 22:28:35 +0000
commitedbfd09990f90bba384adf01769649d0d67f8ba0 (patch)
tree86afa8121d9b8bbc53bcfca2c46ddbad7918e9bc /config/locales/hu.yml
parent677d1769d6d66fdf2126c80eea2161b364f3b12d (diff)
downloadredmine-edbfd09990f90bba384adf01769649d0d67f8ba0.tar.gz
redmine-edbfd09990f90bba384adf01769649d0d67f8ba0.zip
Changing l10n messages (fixes #3807)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2856 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/hu.yml')
-rw-r--r--config/locales/hu.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index 241810108..45fd173f6 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -668,9 +668,6 @@
text_subprojects_destroy_warning: "Az alprojekt(ek): {{value}} szintén törlésre kerülnek."
text_workflow_edit: Válasszon egy szerepkört, és egy trackert a workflow szerkesztéséhez
text_are_you_sure: Biztos benne ?
- text_journal_changed: "változás: {{old}} volt, {{new}} lett"
- text_journal_set_to: "beállítva: {{value}}"
- text_journal_deleted: törölve
text_tip_task_begin_day: a feladat ezen a napon kezdődik
text_tip_task_end_day: a feladat ezen a napon ér véget
text_tip_task_begin_end_day: a feladat ezen a napon kezdődik és ér véget
@@ -841,3 +838,6 @@
label_branch: Branch
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
+ text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
+ text_journal_set_to: "{{label}} set to {{value}}"
+ text_journal_deleted: "{{label}} deleted"