@@ -86,7 +86,7 class Mailer < ActionMailer::Base | |||||
86 | def account_information(user, password) |
|
86 | def account_information(user, password) | |
87 | set_language_if_valid user.language |
|
87 | set_language_if_valid user.language | |
88 | recipients user.mail |
|
88 | recipients user.mail | |
89 | subject l(:mail_subject_register) |
|
89 | subject l(:mail_subject_register, Setting.app_title) | |
90 | body :user => user, |
|
90 | body :user => user, | |
91 | :password => password, |
|
91 | :password => password, | |
92 | :login_url => url_for(:controller => 'account', :action => 'login') |
|
92 | :login_url => url_for(:controller => 'account', :action => 'login') | |
@@ -95,7 +95,7 class Mailer < ActionMailer::Base | |||||
95 | def account_activation_request(user) |
|
95 | def account_activation_request(user) | |
96 | # Send the email to all active administrators |
|
96 | # Send the email to all active administrators | |
97 | recipients User.find_active(:all, :conditions => {:admin => true}).collect { |u| u.mail }.compact |
|
97 | recipients User.find_active(:all, :conditions => {:admin => true}).collect { |u| u.mail }.compact | |
98 | subject l(:mail_subject_account_activation_request) |
|
98 | subject l(:mail_subject_account_activation_request, Setting.app_title) | |
99 | body :user => user, |
|
99 | body :user => user, | |
100 | :url => url_for(:controller => 'users', :action => 'index', :status => User::STATUS_REGISTERED, :sort_key => 'created_on', :sort_order => 'desc') |
|
100 | :url => url_for(:controller => 'users', :action => 'index', :status => User::STATUS_REGISTERED, :sort_key => 'created_on', :sort_order => 'desc') | |
101 | end |
|
101 | end | |
@@ -103,7 +103,7 class Mailer < ActionMailer::Base | |||||
103 | def lost_password(token) |
|
103 | def lost_password(token) | |
104 | set_language_if_valid(token.user.language) |
|
104 | set_language_if_valid(token.user.language) | |
105 | recipients token.user.mail |
|
105 | recipients token.user.mail | |
106 | subject l(:mail_subject_lost_password) |
|
106 | subject l(:mail_subject_lost_password, Setting.app_title) | |
107 | body :token => token, |
|
107 | body :token => token, | |
108 | :url => url_for(:controller => 'account', :action => 'lost_password', :token => token.value) |
|
108 | :url => url_for(:controller => 'account', :action => 'lost_password', :token => token.value) | |
109 | end |
|
109 | end | |
@@ -111,7 +111,7 class Mailer < ActionMailer::Base | |||||
111 | def register(token) |
|
111 | def register(token) | |
112 | set_language_if_valid(token.user.language) |
|
112 | set_language_if_valid(token.user.language) | |
113 | recipients token.user.mail |
|
113 | recipients token.user.mail | |
114 | subject l(:mail_subject_register) |
|
114 | subject l(:mail_subject_register, Setting.app_title) | |
115 | body :token => token, |
|
115 | body :token => token, | |
116 | :url => url_for(:controller => 'account', :action => 'activate', :token => token.value) |
|
116 | :url => url_for(:controller => 'account', :action => 'activate', :token => token.value) | |
117 | end |
|
117 | end |
@@ -76,9 +76,9 notice_feeds_access_key_reseted: Вашия ключ за RSS достъп бе | |||||
76 | error_scm_not_found: Несъществуващ обект в хранилището. |
|
76 | error_scm_not_found: Несъществуващ обект в хранилището. | |
77 | error_scm_command_failed: "Грешка при опит за комуникация с хранилище: %s" |
|
77 | error_scm_command_failed: "Грешка при опит за комуникация с хранилище: %s" | |
78 |
|
78 | |||
79 | mail_subject_lost_password: Вашата парола |
|
79 | mail_subject_lost_password: Вашата парола (%s) | |
80 | mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:' |
|
80 | mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:' | |
81 | mail_subject_register: Активация на акаунт |
|
81 | mail_subject_register: Активация на акаунт (%s) | |
82 | mail_body_register: 'За да активирате акаунта си използвайте следния линк:' |
|
82 | mail_body_register: 'За да активирате акаунта си използвайте следния линк:' | |
83 |
|
83 | |||
84 | gui_validation_error: 1 грешка |
|
84 | gui_validation_error: 1 грешка | |
@@ -536,13 +536,13 label_user_mail_option_none: "Само за наблюдавани или в к | |||||
536 | setting_emails_footer: Подтекст за e-mail |
|
536 | setting_emails_footer: Подтекст за e-mail | |
537 | label_float: Дробно |
|
537 | label_float: Дробно | |
538 | button_copy: Копиране |
|
538 | button_copy: Копиране | |
539 |
mail_body_account_information_external: Можете да използвате вашия "%s" акаунт за вход |
|
539 | mail_body_account_information_external: Можете да използвате вашия "%s" акаунт за вход. | |
540 |
mail_body_account_information: Информацията за акаунта |
|
540 | mail_body_account_information: Информацията за акаунта | |
541 | setting_protocol: Протокол |
|
541 | setting_protocol: Протокол | |
542 | label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени" |
|
542 | label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени" | |
543 | setting_time_format: Формат на часа |
|
543 | setting_time_format: Формат на часа | |
544 | label_registration_activation_by_email: активиране на акаунта по email |
|
544 | label_registration_activation_by_email: активиране на акаунта по email | |
545 |
mail_subject_account_activation_request: Заявка за активиране на акаунт в |
|
545 | mail_subject_account_activation_request: Заявка за активиране на акаунт в %s | |
546 | mail_body_account_activation_request: 'Има новорегистриран потребител (%s), очакващ вашето одобрение:' |
|
546 | mail_body_account_activation_request: 'Има новорегистриран потребител (%s), очакващ вашето одобрение:' | |
547 | label_registration_automatic_activation: автоматично активиране |
|
547 | label_registration_automatic_activation: автоматично активиране | |
548 | label_registration_manual_activation: ръчно активиране |
|
548 | label_registration_manual_activation: ръчно активиране |
@@ -83,13 +83,13 error_scm_not_found: "Položka a/nebo revize neexistují v repository." | |||||
83 | error_scm_command_failed: "Při pokusu o přístup k repository došlo k chybě: %s" |
|
83 | error_scm_command_failed: "Při pokusu o přístup k repository došlo k chybě: %s" | |
84 | error_issue_not_found_in_project: 'Úkol nebyl nalezen nebo nepatří k tomuto projektu' |
|
84 | error_issue_not_found_in_project: 'Úkol nebyl nalezen nebo nepatří k tomuto projektu' | |
85 |
|
85 | |||
86 | mail_subject_lost_password: Vaše heslo |
|
86 | mail_subject_lost_password: Vaše heslo (%s) | |
87 | mail_body_lost_password: 'Pro změnu vašeho hesla klikněte na následující odkaz:' |
|
87 | mail_body_lost_password: 'Pro změnu vašeho hesla klikněte na následující odkaz:' | |
88 |
mail_subject_register: |
|
88 | mail_subject_register: Aktivace účtu (%s) | |
89 | mail_body_register: 'Pro aktivaci vašeho účtu klikněte na následující odkaz:' |
|
89 | mail_body_register: 'Pro aktivaci vašeho účtu klikněte na následující odkaz:' | |
90 |
mail_body_account_information_external: Pomocí vašeho účtu "%s" se můžete přihlásit |
|
90 | mail_body_account_information_external: Pomocí vašeho účtu "%s" se můžete přihlásit. | |
91 |
mail_body_account_information: Informace o vašem |
|
91 | mail_body_account_information: Informace o vašem účtu | |
92 |
mail_subject_account_activation_request: Aktivace |
|
92 | mail_subject_account_activation_request: Aktivace %s účtu | |
93 | mail_body_account_activation_request: Byl zaregistrován nový uživatel "%s". Aktivace jeho účtu závisí na vašem potvrzení. |
|
93 | mail_body_account_activation_request: Byl zaregistrován nový uživatel "%s". Aktivace jeho účtu závisí na vašem potvrzení. | |
94 |
|
94 | |||
95 | gui_validation_error: 1 chyba |
|
95 | gui_validation_error: 1 chyba |
@@ -81,13 +81,13 error_can_t_load_default_data: "Standard konfiguration kunne ikke indlæses: %s" | |||||
81 | error_scm_not_found: "Adgang og/eller revision blev ikke fundet i det valgte repository." |
|
81 | error_scm_not_found: "Adgang og/eller revision blev ikke fundet i det valgte repository." | |
82 | error_scm_command_failed: "En fejl opstod under fobindelsen til det valgte repository: %s" |
|
82 | error_scm_command_failed: "En fejl opstod under fobindelsen til det valgte repository: %s" | |
83 |
|
83 | |||
84 |
mail_subject_lost_password: Dit |
|
84 | mail_subject_lost_password: Dit %s kodeord | |
85 |
mail_body_lost_password: 'For at ændre dit |
|
85 | mail_body_lost_password: 'For at ændre dit kodeord, klik på dette link:' | |
86 |
mail_subject_register: |
|
86 | mail_subject_register: %s konto aktivering | |
87 |
mail_body_register: 'For at aktivere din |
|
87 | mail_body_register: 'For at aktivere din konto, klik på dette link:' | |
88 |
mail_body_account_information_external: Du kan bruge din "%s" konto til at logge ind |
|
88 | mail_body_account_information_external: Du kan bruge din "%s" konto til at logge ind. | |
89 |
mail_body_account_information: Din |
|
89 | mail_body_account_information: Din konto information | |
90 |
mail_subject_account_activation_request: |
|
90 | mail_subject_account_activation_request: %s konto aktivering | |
91 | mail_body_account_activation_request: 'En ny bruger (%s) er registreret. Godkend venligst kontoen:' |
|
91 | mail_body_account_activation_request: 'En ny bruger (%s) er registreret. Godkend venligst kontoen:' | |
92 |
|
92 | |||
93 | gui_validation_error: 1 fejl |
|
93 | gui_validation_error: 1 fejl |
@@ -82,13 +82,13 error_scm_not_found: Eintrag und/oder Revision besteht nicht im Projektarchiv. | |||||
82 | error_scm_command_failed: "Beim Zugriff auf das Projektarchiv ist ein Fehler aufgetreten: %s" |
|
82 | error_scm_command_failed: "Beim Zugriff auf das Projektarchiv ist ein Fehler aufgetreten: %s" | |
83 | error_issue_not_found_in_project: 'Das Ticket wurde nicht gefunden oder gehört nicht zu diesem Projekt.' |
|
83 | error_issue_not_found_in_project: 'Das Ticket wurde nicht gefunden oder gehört nicht zu diesem Projekt.' | |
84 |
|
84 | |||
85 |
mail_subject_lost_password: Ihr |
|
85 | mail_subject_lost_password: Ihr %s Kennwort | |
86 | mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Kennwort zu ändern:' |
|
86 | mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Kennwort zu ändern:' | |
87 |
mail_subject_register: |
|
87 | mail_subject_register: %s Kontoaktivierung | |
88 | mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:' |
|
88 | mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:' | |
89 |
mail_body_account_information_external: Sie können sich mit Ihrem Konto "%s" an |
|
89 | mail_body_account_information_external: Sie können sich mit Ihrem Konto "%s" an anmelden. | |
90 |
mail_body_account_information: Ihre |
|
90 | mail_body_account_information: Ihre Konto-Informationen | |
91 |
mail_subject_account_activation_request: Antrag auf |
|
91 | mail_subject_account_activation_request: Antrag auf %s Kontoaktivierung | |
92 | mail_body_account_activation_request: 'Ein neuer Benutzer (%s) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:' |
|
92 | mail_body_account_activation_request: 'Ein neuer Benutzer (%s) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:' | |
93 |
|
93 | |||
94 | gui_validation_error: 1 Fehler |
|
94 | gui_validation_error: 1 Fehler |
@@ -82,13 +82,13 error_scm_not_found: "Entry and/or revision doesn't exist in the repository." | |||||
82 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
82 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
83 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' |
|
83 | error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' | |
84 |
|
84 | |||
85 |
mail_subject_lost_password: Your |
|
85 | mail_subject_lost_password: Your %s password | |
86 |
mail_body_lost_password: 'To change your |
|
86 | mail_body_lost_password: 'To change your password, click on the following link:' | |
87 |
mail_subject_register: |
|
87 | mail_subject_register: Your %s account activation | |
88 |
mail_body_register: 'To activate your |
|
88 | mail_body_register: 'To activate your account, click on the following link:' | |
89 |
mail_body_account_information_external: You can use your "%s" account to log in |
|
89 | mail_body_account_information_external: You can use your "%s" account to log in. | |
90 |
mail_body_account_information: Your |
|
90 | mail_body_account_information: Your account information | |
91 |
mail_subject_account_activation_request: |
|
91 | mail_subject_account_activation_request: %s account activation request | |
92 | mail_body_account_activation_request: 'A new user (%s) has registered. His account is pending your approval:' |
|
92 | mail_body_account_activation_request: 'A new user (%s) has registered. His account is pending your approval:' | |
93 |
|
93 | |||
94 | gui_validation_error: 1 error |
|
94 | gui_validation_error: 1 error |
@@ -73,10 +73,10 notice_not_authorized: No tiene autorización para acceder a esta página. | |||||
73 | error_scm_not_found: "La entrada y/o la revisión no existe en el repositorio." |
|
73 | error_scm_not_found: "La entrada y/o la revisión no existe en el repositorio." | |
74 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
74 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
75 |
|
75 | |||
76 |
mail_subject_lost_password: Tu contraseña del |
|
76 | mail_subject_lost_password: Tu contraseña del %s | |
77 |
mail_body_lost_password: 'Para cambiar su contraseña |
|
77 | mail_body_lost_password: 'Para cambiar su contraseña, haga click en el siguiente enlace:' | |
78 |
mail_subject_register: Activación de la cuenta del |
|
78 | mail_subject_register: Activación de la cuenta del %s | |
79 |
mail_body_register: 'Para activar su cuenta |
|
79 | mail_body_register: 'Para activar su cuenta, haga click en el siguiente enlace:' | |
80 |
|
80 | |||
81 | gui_validation_error: 1 error |
|
81 | gui_validation_error: 1 error | |
82 | gui_validation_error_plural: %d errores |
|
82 | gui_validation_error_plural: %d errores | |
@@ -539,14 +539,14 label_user_mail_option_none: "Sólo para elementos monitorizados o relacionados | |||||
539 | setting_emails_footer: Pie de mensajes |
|
539 | setting_emails_footer: Pie de mensajes | |
540 | label_float: Flotante |
|
540 | label_float: Flotante | |
541 | button_copy: Copiar |
|
541 | button_copy: Copiar | |
542 |
mail_body_account_information_external: Puede usar su cuenta "%s" para conectarse |
|
542 | mail_body_account_information_external: Puede usar su cuenta "%s" para conectarse. | |
543 |
mail_body_account_information: Información sobre su cuenta |
|
543 | mail_body_account_information: Información sobre su cuenta | |
544 | setting_protocol: Protocolo |
|
544 | setting_protocol: Protocolo | |
545 | text_caracters_minimum: %d carácteres como mínimo |
|
545 | text_caracters_minimum: %d carácteres como mínimo | |
546 | field_time_zone: Zona horaria |
|
546 | field_time_zone: Zona horaria | |
547 | label_registration_activation_by_email: activación de cuenta por correo |
|
547 | label_registration_activation_by_email: activación de cuenta por correo | |
548 | label_user_mail_no_self_notified: "No quiero ser avisado de cambios hechos por mí" |
|
548 | label_user_mail_no_self_notified: "No quiero ser avisado de cambios hechos por mí" | |
549 |
mail_subject_account_activation_request: Petición de activación de cuenta |
|
549 | mail_subject_account_activation_request: Petición de activación de cuenta %s | |
550 | mail_body_account_activation_request: "Un nuevo usuario (%s) ha sido registrado. Esta cuenta está pendiende de aprobación" |
|
550 | mail_body_account_activation_request: "Un nuevo usuario (%s) ha sido registrado. Esta cuenta está pendiende de aprobación" | |
551 | label_registration_automatic_activation: activación automática de cuenta |
|
551 | label_registration_automatic_activation: activación automática de cuenta | |
552 | label_registration_manual_activation: activación manual de cuenta |
|
552 | label_registration_manual_activation: activación manual de cuenta |
@@ -81,13 +81,13 error_can_t_load_default_data: "Vakio asetuksia ei voitu ladata: %s" | |||||
81 | error_scm_not_found: "Syötettä ja/tai versiota ei löydy säiliöstä." |
|
81 | error_scm_not_found: "Syötettä ja/tai versiota ei löydy säiliöstä." | |
82 | error_scm_command_failed: "Säiliöön pääsyssä tapahtui virhe: %s" |
|
82 | error_scm_command_failed: "Säiliöön pääsyssä tapahtui virhe: %s" | |
83 |
|
83 | |||
84 |
mail_subject_lost_password: Sinun |
|
84 | mail_subject_lost_password: Sinun %s salasanasi | |
85 |
mail_body_lost_password: 'Vaihtaaksesi |
|
85 | mail_body_lost_password: 'Vaihtaaksesi salasanasi, paina seuraavaa linkkiä:' | |
86 |
mail_subject_register: |
|
86 | mail_subject_register: %s tilin aktivointi | |
87 |
mail_body_register: 'Aktivoidaksesi |
|
87 | mail_body_register: 'Aktivoidaksesi tilisi, paina seuraavaa linkkiä:' | |
88 |
mail_body_account_information_external: Voit nyt käyttää "%s" tiliäsi kirjautuaksesi |
|
88 | mail_body_account_information_external: Voit nyt käyttää "%s" tiliäsi kirjautuaksesi järjestelmään. | |
89 |
mail_body_account_information: Sinun |
|
89 | mail_body_account_information: Sinun tilin tiedot | |
90 |
mail_subject_account_activation_request: |
|
90 | mail_subject_account_activation_request: %s tilin aktivointi pyyntö | |
91 | mail_body_account_activation_request: 'Uusi käyttäjä (%s) on rekisteröitynyt. Hänen tili odottaa hyväksyntääsi:' |
|
91 | mail_body_account_activation_request: 'Uusi käyttäjä (%s) on rekisteröitynyt. Hänen tili odottaa hyväksyntääsi:' | |
92 |
|
92 | |||
93 | gui_validation_error: 1 virhe |
|
93 | gui_validation_error: 1 virhe |
@@ -82,13 +82,13 error_scm_not_found: "L'entrée et/ou la révision demandée n'existe pas dans l | |||||
82 | error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt: %s" |
|
82 | error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt: %s" | |
83 | error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet" |
|
83 | error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet" | |
84 |
|
84 | |||
85 |
mail_subject_lost_password: Votre mot de passe |
|
85 | mail_subject_lost_password: Votre mot de passe %s | |
86 |
mail_body_lost_password: 'Pour changer votre mot de passe |
|
86 | mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant:' | |
87 |
mail_subject_register: Activation de votre compte |
|
87 | mail_subject_register: Activation de votre compte %s | |
88 |
mail_body_register: 'Pour activer votre compte |
|
88 | mail_body_register: 'Pour activer votre compte, cliquez sur le lien suivant:' | |
89 |
mail_body_account_information_external: Vous pouvez utiliser votre compte "%s" pour vous connecter |
|
89 | mail_body_account_information_external: Vous pouvez utiliser votre compte "%s" pour vous connecter. | |
90 |
mail_body_account_information: Paramètres de connexion de votre compte |
|
90 | mail_body_account_information: Paramètres de connexion de votre compte | |
91 |
mail_subject_account_activation_request: "Demande d'activation d'un compte |
|
91 | mail_subject_account_activation_request: "Demande d'activation d'un compte %s" | |
92 | mail_body_account_activation_request: "Un nouvel utilisateur (%s) s'est inscrit. Son compte nécessite votre approbation:" |
|
92 | mail_body_account_activation_request: "Un nouvel utilisateur (%s) s'est inscrit. Son compte nécessite votre approbation:" | |
93 |
|
93 | |||
94 | gui_validation_error: 1 erreur |
|
94 | gui_validation_error: 1 erreur |
@@ -78,9 +78,9 notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את | |||||
78 | error_scm_not_found: כניסה ו\או גירסא אינם קיימים במאגר. |
|
78 | error_scm_not_found: כניסה ו\או גירסא אינם קיימים במאגר. | |
79 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
79 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
80 |
|
80 | |||
81 |
mail_subject_lost_password: סיסמת ה- |
|
81 | mail_subject_lost_password: סיסמת ה-%s שלך | |
82 | mail_body_lost_password: 'לשינו סיסמת ה-Redmine שלך,לחץ על הקישור הבא:' |
|
82 | mail_body_lost_password: 'לשינו סיסמת ה-Redmine שלך,לחץ על הקישור הבא:' | |
83 |
mail_subject_register: הפעלת חשבון |
|
83 | mail_subject_register: הפעלת חשבון %s | |
84 | mail_body_register: 'להפעלת חשבון ה-Redmine שלך, לחץ על הקישור הבא:' |
|
84 | mail_body_register: 'להפעלת חשבון ה-Redmine שלך, לחץ על הקישור הבא:' | |
85 |
|
85 | |||
86 | gui_validation_error: שגיאה 1 |
|
86 | gui_validation_error: שגיאה 1 | |
@@ -536,13 +536,13 label_user_mail_option_none: "Only for things I watch or I'm involved in" | |||||
536 | setting_emails_footer: Emails footer |
|
536 | setting_emails_footer: Emails footer | |
537 | label_float: Float |
|
537 | label_float: Float | |
538 | button_copy: Copy |
|
538 | button_copy: Copy | |
539 |
mail_body_account_information_external: You can use your "%s" account to log in |
|
539 | mail_body_account_information_external: You can use your "%s" account to log in. | |
540 |
mail_body_account_information: Your |
|
540 | mail_body_account_information: Your account information | |
541 | setting_protocol: Protocol |
|
541 | setting_protocol: Protocol | |
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
543 | setting_time_format: Time format |
|
543 | setting_time_format: Time format | |
544 | label_registration_activation_by_email: account activation by email |
|
544 | label_registration_activation_by_email: account activation by email | |
545 |
mail_subject_account_activation_request: |
|
545 | mail_subject_account_activation_request: %s account activation request | |
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' | |
547 | label_registration_automatic_activation: automatic account activation |
|
547 | label_registration_automatic_activation: automatic account activation | |
548 | label_registration_manual_activation: manual account activation |
|
548 | label_registration_manual_activation: manual account activation |
@@ -76,10 +76,10 notice_feeds_access_key_reseted: Your RSS access key was reseted. | |||||
76 | error_scm_not_found: "La risorsa e/o la versione non esistono nel repository." |
|
76 | error_scm_not_found: "La risorsa e/o la versione non esistono nel repository." | |
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
78 |
|
78 | |||
79 |
mail_subject_lost_password: Password |
|
79 | mail_subject_lost_password: Password %s | |
80 | mail_body_lost_password: 'Per cambiare la password, usate il seguente collegamento:' |
|
80 | mail_body_lost_password: 'Per cambiare la password, usate il seguente collegamento:' | |
81 |
mail_subject_register: Attivazione utenza |
|
81 | mail_subject_register: Attivazione utenza %s | |
82 |
mail_body_register: 'Per attivare la vostra utenza |
|
82 | mail_body_register: 'Per attivare la vostra utenza, usate il seguente collegamento:' | |
83 |
|
83 | |||
84 | gui_validation_error: 1 errore |
|
84 | gui_validation_error: 1 errore | |
85 | gui_validation_error_plural: %d errori |
|
85 | gui_validation_error_plural: %d errori | |
@@ -536,13 +536,13 label_user_mail_option_none: "Only for things I watch or I'm involved in" | |||||
536 | setting_emails_footer: Emails footer |
|
536 | setting_emails_footer: Emails footer | |
537 | label_float: Float |
|
537 | label_float: Float | |
538 | button_copy: Copy |
|
538 | button_copy: Copy | |
539 |
mail_body_account_information_external: You can use your "%s" account to log in |
|
539 | mail_body_account_information_external: You can use your "%s" account to log in. | |
540 |
mail_body_account_information: Your |
|
540 | mail_body_account_information: Your account information | |
541 | setting_protocol: Protocol |
|
541 | setting_protocol: Protocol | |
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
543 | setting_time_format: Time format |
|
543 | setting_time_format: Time format | |
544 | label_registration_activation_by_email: account activation by email |
|
544 | label_registration_activation_by_email: account activation by email | |
545 |
mail_subject_account_activation_request: |
|
545 | mail_subject_account_activation_request: %s account activation request | |
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' | |
547 | label_registration_automatic_activation: automatic account activation |
|
547 | label_registration_automatic_activation: automatic account activation | |
548 | label_registration_manual_activation: manual account activation |
|
548 | label_registration_manual_activation: manual account activation |
@@ -77,10 +77,10 notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました | |||||
77 | error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。 |
|
77 | error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。 | |
78 | error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: %s" |
|
78 | error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: %s" | |
79 |
|
79 | |||
80 |
mail_subject_lost_password: |
|
80 | mail_subject_lost_password: %sパスワード | |
81 | mail_body_lost_password: 'パスワードを変更するには、以下のリンクをたどってください:' |
|
81 | mail_body_lost_password: 'パスワードを変更するには、以下のリンクをたどってください:' | |
82 |
mail_subject_register: |
|
82 | mail_subject_register: %sアカウントが有効になりました | |
83 |
mail_body_register: ' |
|
83 | mail_body_register: 'アカウントをアクティブにするには、以下のリンクをたどってください:' | |
84 |
|
84 | |||
85 | gui_validation_error: 1件のエラー |
|
85 | gui_validation_error: 1件のエラー | |
86 | gui_validation_error_plural: %d件のエラー |
|
86 | gui_validation_error_plural: %d件のエラー | |
@@ -537,13 +537,13 label_user_mail_option_none: "ウォッチまたは関係しているチケッ | |||||
537 | setting_emails_footer: メールのフッタ |
|
537 | setting_emails_footer: メールのフッタ | |
538 | label_float: 小数 |
|
538 | label_float: 小数 | |
539 | button_copy: コピー |
|
539 | button_copy: コピー | |
540 |
mail_body_account_information_external: 「%s」アカウントを使って |
|
540 | mail_body_account_information_external: 「%s」アカウントを使ってにログインできます。 | |
541 |
mail_body_account_information: |
|
541 | mail_body_account_information: アカウント情報 | |
542 | setting_protocol: プロトコル |
|
542 | setting_protocol: プロトコル | |
543 | label_user_mail_no_self_notified: 自分自身による変更の通知は不要です |
|
543 | label_user_mail_no_self_notified: 自分自身による変更の通知は不要です | |
544 | setting_time_format: 時刻の形式 |
|
544 | setting_time_format: 時刻の形式 | |
545 | label_registration_activation_by_email: メールでアカウントを有効化 |
|
545 | label_registration_activation_by_email: メールでアカウントを有効化 | |
546 |
mail_subject_account_activation_request: |
|
546 | mail_subject_account_activation_request: %sアカウントの有効化要求 | |
547 | mail_body_account_activation_request: 新しいユーザ(%s)が登録しています。このアカウントはあなたの承認待ちです: |
|
547 | mail_body_account_activation_request: 新しいユーザ(%s)が登録しています。このアカウントはあなたの承認待ちです: | |
548 | label_registration_automatic_activation: 自動でアカウントを有効化 |
|
548 | label_registration_automatic_activation: 自動でアカウントを有効化 | |
549 | label_registration_manual_activation: 手動でアカウントを有効化 |
|
549 | label_registration_manual_activation: 手動でアカウントを有効化 |
@@ -78,9 +78,9 notice_no_issue_selected: "이슈가 선택되지 않았습니다. 수정하기 | |||||
78 | error_scm_not_found: 소스 저장소에 해당 내용이 존재하지 않습니다. |
|
78 | error_scm_not_found: 소스 저장소에 해당 내용이 존재하지 않습니다. | |
79 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
79 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
80 |
|
80 | |||
81 | mail_subject_lost_password: 당신의 비밀번호 |
|
81 | mail_subject_lost_password: 당신의 비밀번호 (%s) | |
82 | mail_body_lost_password: '비밀번호를 변경하기 위해서 링크를 이용하세요' |
|
82 | mail_body_lost_password: '비밀번호를 변경하기 위해서 링크를 이용하세요' | |
83 | mail_subject_register: 당신의 계정 활성화 |
|
83 | mail_subject_register: 당신의 계정 활성화 (%s) | |
84 | mail_body_register: '계정을 활성화 하기 위해서 링크를 이용하세요 :' |
|
84 | mail_body_register: '계정을 활성화 하기 위해서 링크를 이용하세요 :' | |
85 |
|
85 | |||
86 | gui_validation_error: 1 에러 |
|
86 | gui_validation_error: 1 에러 | |
@@ -538,11 +538,11 mail_body_account_information_external: 레드마인에 로그인할 때 "%s" | |||||
538 | button_change_password: 비밀번호 변경 |
|
538 | button_change_password: 비밀번호 변경 | |
539 | label_nobody: nobody |
|
539 | label_nobody: nobody | |
540 | setting_protocol: 프로토콜 |
|
540 | setting_protocol: 프로토콜 | |
541 |
mail_body_account_information: |
|
541 | mail_body_account_information: 계정 정보 | |
542 | label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다." |
|
542 | label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다." | |
543 | setting_time_format: 시간 형식 |
|
543 | setting_time_format: 시간 형식 | |
544 | label_registration_activation_by_email: 메일로 계정을 활성화하기 |
|
544 | label_registration_activation_by_email: 메일로 계정을 활성화하기 | |
545 | mail_subject_account_activation_request: 레드마인 계정 활성화 요청 |
|
545 | mail_subject_account_activation_request: 레드마인 계정 활성화 요청 (%s) | |
546 | mail_body_account_activation_request: '새 계정(%s)이 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:' |
|
546 | mail_body_account_activation_request: '새 계정(%s)이 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:' | |
547 | label_registration_automatic_activation: 자동 계정 활성화 |
|
547 | label_registration_automatic_activation: 자동 계정 활성화 | |
548 | label_registration_manual_activation: 수동 계정 활성화 |
|
548 | label_registration_manual_activation: 수동 계정 활성화 |
@@ -80,13 +80,13 notice_account_pending: "Jūsų paskyra buvo sukūrta ir dabar laukiama administ | |||||
80 | error_scm_not_found: "Duomenys ir/ar pakeitimai saugykloje(repozitorojoje) neegzistuoja." |
|
80 | error_scm_not_found: "Duomenys ir/ar pakeitimai saugykloje(repozitorojoje) neegzistuoja." | |
81 | error_scm_command_failed: "Įvyko klaida jungiantis prie saugyklos: %s" |
|
81 | error_scm_command_failed: "Įvyko klaida jungiantis prie saugyklos: %s" | |
82 |
|
82 | |||
83 |
mail_subject_lost_password: Jūsų |
|
83 | mail_subject_lost_password: Jūsų %s slaptažodis | |
84 |
mail_body_lost_password: 'Norėdami pakeisti |
|
84 | mail_body_lost_password: 'Norėdami pakeisti slaptažodį, spauskite nuorodą:' | |
85 |
mail_subject_register: ' |
|
85 | mail_subject_register: '%s paskyros aktyvavymas' | |
86 |
mail_body_register: 'Norėdami aktyvuoti |
|
86 | mail_body_register: 'Norėdami aktyvuoti paskyrą, spauskite nuorodą:' | |
87 |
mail_body_account_information_external: Jūs galite naudoti Jūsų "%s" paskyrą, norėdami prisijungti |
|
87 | mail_body_account_information_external: Jūs galite naudoti Jūsų "%s" paskyrą, norėdami prisijungti. | |
88 |
mail_body_account_information: Informacija apie Jūsų |
|
88 | mail_body_account_information: Informacija apie Jūsų paskyrą | |
89 |
mail_subject_account_activation_request: |
|
89 | mail_subject_account_activation_request: %s paskyros aktyvavimo prašymas | |
90 | mail_body_account_activation_request: 'Užsiregistravo naujas vartotojas (%s). Jo paskyra laukia jūsų patvirtinimo:' |
|
90 | mail_body_account_activation_request: 'Užsiregistravo naujas vartotojas (%s). Jo paskyra laukia jūsų patvirtinimo:' | |
91 |
|
91 | |||
92 | gui_validation_error: 1 klaida |
|
92 | gui_validation_error: 1 klaida |
@@ -76,10 +76,10 notice_feeds_access_key_reseted: Your RSS access key was reseted. | |||||
76 | error_scm_not_found: "Deze ingang of revisie bestaat niet in de repository." |
|
76 | error_scm_not_found: "Deze ingang of revisie bestaat niet in de repository." | |
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
78 |
|
78 | |||
79 |
mail_subject_lost_password: Uw |
|
79 | mail_subject_lost_password: Uw %s wachtwoord | |
80 | mail_body_lost_password: 'Gebruik de volgende link om Uw wachtwoord te wijzigen:' |
|
80 | mail_body_lost_password: 'Gebruik de volgende link om Uw wachtwoord te wijzigen:' | |
81 |
mail_subject_register: |
|
81 | mail_subject_register: Uw %s account activatie | |
82 |
mail_body_register: 'Gebruik de volgende link om Uw |
|
82 | mail_body_register: 'Gebruik de volgende link om Uw account te activeren:' | |
83 |
|
83 | |||
84 | gui_validation_error: 1 fout |
|
84 | gui_validation_error: 1 fout | |
85 | gui_validation_error_plural: %d fouten |
|
85 | gui_validation_error_plural: %d fouten | |
@@ -537,13 +537,13 label_user_mail_option_none: "Only for things I watch or I'm involved in" | |||||
537 | setting_emails_footer: Emails footer |
|
537 | setting_emails_footer: Emails footer | |
538 | label_float: Float |
|
538 | label_float: Float | |
539 | button_copy: Copy |
|
539 | button_copy: Copy | |
540 |
mail_body_account_information_external: You can use your "%s" account to log in |
|
540 | mail_body_account_information_external: You can use your "%s" account to log in. | |
541 |
mail_body_account_information: Your |
|
541 | mail_body_account_information: Your account information | |
542 | setting_protocol: Protocol |
|
542 | setting_protocol: Protocol | |
543 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
543 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
544 | setting_time_format: Time format |
|
544 | setting_time_format: Time format | |
545 | label_registration_activation_by_email: account activation by email |
|
545 | label_registration_activation_by_email: account activation by email | |
546 |
mail_subject_account_activation_request: |
|
546 | mail_subject_account_activation_request: %s account activation request | |
547 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
547 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' | |
548 | label_registration_automatic_activation: automatic account activation |
|
548 | label_registration_automatic_activation: automatic account activation | |
549 | label_registration_manual_activation: manual account activation |
|
549 | label_registration_manual_activation: manual account activation |
@@ -73,10 +73,10 notice_not_authorized: Nie jesteś autoryzowany by zobaczyć stronę. | |||||
73 | error_scm_not_found: "Wejście i/lub zmiana nie istnieje w repozytorium." |
|
73 | error_scm_not_found: "Wejście i/lub zmiana nie istnieje w repozytorium." | |
74 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
74 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
75 |
|
75 | |||
76 |
mail_subject_lost_password: Twoje hasło do |
|
76 | mail_subject_lost_password: Twoje hasło do %s | |
77 | mail_body_lost_password: 'W celu zmiany swojego hasła użyj poniższego odnośnika:' |
|
77 | mail_body_lost_password: 'W celu zmiany swojego hasła użyj poniższego odnośnika:' | |
78 |
mail_subject_register: Aktywacja konta w |
|
78 | mail_subject_register: Aktywacja konta w %s | |
79 |
mail_body_register: 'W celu aktywacji Twojego konta |
|
79 | mail_body_register: 'W celu aktywacji Twojego konta, użyj poniższego odnośnika:' | |
80 |
|
80 | |||
81 | gui_validation_error: 1 błąd |
|
81 | gui_validation_error: 1 błąd | |
82 | gui_validation_error_plural: %d błędów |
|
82 | gui_validation_error_plural: %d błędów | |
@@ -536,13 +536,13 label_user_mail_option_none: "Tylko to co obserwuje lub w czym biorę udział" | |||||
536 | setting_emails_footer: Stopka e-mail |
|
536 | setting_emails_footer: Stopka e-mail | |
537 | label_float: Liczba rzeczywista |
|
537 | label_float: Liczba rzeczywista | |
538 | button_copy: Kopia |
|
538 | button_copy: Kopia | |
539 |
mail_body_account_information_external: Możesz użyć twojego "%s" konta do zalogowania |
|
539 | mail_body_account_information_external: Możesz użyć twojego "%s" konta do zalogowania. | |
540 |
mail_body_account_information: Twoje konto |
|
540 | mail_body_account_information: Twoje konto | |
541 | setting_protocol: Protokoł |
|
541 | setting_protocol: Protokoł | |
542 | label_user_mail_no_self_notified: "Nie chcę powiadomień o zmianach, które sam wprowadzam." |
|
542 | label_user_mail_no_self_notified: "Nie chcę powiadomień o zmianach, które sam wprowadzam." | |
543 | setting_time_format: Format czasu |
|
543 | setting_time_format: Format czasu | |
544 | label_registration_activation_by_email: aktywacja konta przez e-mail |
|
544 | label_registration_activation_by_email: aktywacja konta przez e-mail | |
545 |
mail_subject_account_activation_request: Zapytanie aktywacyjne konta |
|
545 | mail_subject_account_activation_request: Zapytanie aktywacyjne konta %s | |
546 | mail_body_account_activation_request: 'Zarejestrowano nowego użytkownika: (%s). Konto oczekuje na twoje zatwierdzenie:' |
|
546 | mail_body_account_activation_request: 'Zarejestrowano nowego użytkownika: (%s). Konto oczekuje na twoje zatwierdzenie:' | |
547 | label_registration_automatic_activation: automatyczna aktywacja kont |
|
547 | label_registration_automatic_activation: automatyczna aktywacja kont | |
548 | label_registration_manual_activation: manualna aktywacja kont |
|
548 | label_registration_manual_activation: manualna aktywacja kont |
@@ -76,10 +76,10 notice_feeds_access_key_reseted: Your RSS access key was reseted. | |||||
76 | error_scm_not_found: "A entrada e/ou a revisao nao existem no repositorio." |
|
76 | error_scm_not_found: "A entrada e/ou a revisao nao existem no repositorio." | |
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
78 |
|
78 | |||
79 |
mail_subject_lost_password: Sua senha do |
|
79 | mail_subject_lost_password: Sua senha do %s. | |
80 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
|
80 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' | |
81 |
mail_subject_register: Ativacao de conta do |
|
81 | mail_subject_register: Ativacao de conta do %s. | |
82 |
mail_body_register: 'Para ativar sua conta |
|
82 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' | |
83 |
|
83 | |||
84 | gui_validation_error: 1 erro |
|
84 | gui_validation_error: 1 erro | |
85 | gui_validation_error_plural: %d erros |
|
85 | gui_validation_error_plural: %d erros | |
@@ -536,13 +536,13 label_user_mail_option_none: "Only for things I watch or I'm involved in" | |||||
536 | setting_emails_footer: Emails footer |
|
536 | setting_emails_footer: Emails footer | |
537 | label_float: Float |
|
537 | label_float: Float | |
538 | button_copy: Copy |
|
538 | button_copy: Copy | |
539 |
mail_body_account_information_external: You can use your "%s" account to log in |
|
539 | mail_body_account_information_external: You can use your "%s" account to log in. | |
540 |
mail_body_account_information: Your |
|
540 | mail_body_account_information: Your account information | |
541 | setting_protocol: Protocol |
|
541 | setting_protocol: Protocol | |
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
543 | setting_time_format: Time format |
|
543 | setting_time_format: Time format | |
544 | label_registration_activation_by_email: account activation by email |
|
544 | label_registration_activation_by_email: account activation by email | |
545 |
mail_subject_account_activation_request: |
|
545 | mail_subject_account_activation_request: %s account activation request | |
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' | |
547 | label_registration_automatic_activation: automatic account activation |
|
547 | label_registration_automatic_activation: automatic account activation | |
548 | label_registration_manual_activation: manual account activation |
|
548 | label_registration_manual_activation: manual account activation |
@@ -76,10 +76,10 notice_feeds_access_key_reseted: Your RSS access key was reseted. | |||||
76 | error_scm_not_found: "A entrada e/ou a revisão não existem no repositório." |
|
76 | error_scm_not_found: "A entrada e/ou a revisão não existem no repositório." | |
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
78 |
|
78 | |||
79 |
mail_subject_lost_password: Sua senha do |
|
79 | mail_subject_lost_password: Sua senha do %s. | |
80 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' |
|
80 | mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:' | |
81 |
mail_subject_register: Ativação de conta do |
|
81 | mail_subject_register: Ativação de conta do %s. | |
82 |
mail_body_register: 'Para ativar sua conta |
|
82 | mail_body_register: 'Para ativar sua conta, clique no link abaixo:' | |
83 |
|
83 | |||
84 | gui_validation_error: 1 erro |
|
84 | gui_validation_error: 1 erro | |
85 | gui_validation_error_plural: %d erros |
|
85 | gui_validation_error_plural: %d erros | |
@@ -536,13 +536,13 label_user_mail_option_none: "Only for things I watch or I'm involved in" | |||||
536 | setting_emails_footer: Emails footer |
|
536 | setting_emails_footer: Emails footer | |
537 | label_float: Float |
|
537 | label_float: Float | |
538 | button_copy: Copy |
|
538 | button_copy: Copy | |
539 |
mail_body_account_information_external: You can use your "%s" account to log in |
|
539 | mail_body_account_information_external: You can use your "%s" account to log in. | |
540 |
mail_body_account_information: Your |
|
540 | mail_body_account_information: Your account information | |
541 | setting_protocol: Protocol |
|
541 | setting_protocol: Protocol | |
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
543 | setting_time_format: Time format |
|
543 | setting_time_format: Time format | |
544 | label_registration_activation_by_email: account activation by email |
|
544 | label_registration_activation_by_email: account activation by email | |
545 |
mail_subject_account_activation_request: |
|
545 | mail_subject_account_activation_request: %s account activation request | |
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' | |
547 | label_registration_automatic_activation: automatic account activation |
|
547 | label_registration_automatic_activation: automatic account activation | |
548 | label_registration_manual_activation: manual account activation |
|
548 | label_registration_manual_activation: manual account activation |
@@ -76,10 +76,10 notice_feeds_access_key_reseted: Parola de acces RSS a fost resetat. | |||||
76 | error_scm_not_found: "Articolul sau reviziunea nu exista in stoc (Repository)." |
|
76 | error_scm_not_found: "Articolul sau reviziunea nu exista in stoc (Repository)." | |
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
78 |
|
78 | |||
79 |
mail_subject_lost_password: Your |
|
79 | mail_subject_lost_password: Your %s password | |
80 |
mail_body_lost_password: 'To change your |
|
80 | mail_body_lost_password: 'To change your password, click on the following link:' | |
81 |
mail_subject_register: |
|
81 | mail_subject_register: Your %s account activation | |
82 |
mail_body_register: 'To activate your |
|
82 | mail_body_register: 'To activate your account, click on the following link:' | |
83 |
|
83 | |||
84 | gui_validation_error: 1 eroare |
|
84 | gui_validation_error: 1 eroare | |
85 | gui_validation_error_plural: %d erori |
|
85 | gui_validation_error_plural: %d erori | |
@@ -536,13 +536,13 label_user_mail_option_none: "Only for things I watch or I'm involved in" | |||||
536 | setting_emails_footer: Emails footer |
|
536 | setting_emails_footer: Emails footer | |
537 | label_float: Float |
|
537 | label_float: Float | |
538 | button_copy: Copy |
|
538 | button_copy: Copy | |
539 |
mail_body_account_information_external: You can use your "%s" account to log in |
|
539 | mail_body_account_information_external: You can use your "%s" account to log in. | |
540 |
mail_body_account_information: Your |
|
540 | mail_body_account_information: Your account information | |
541 | setting_protocol: Protocol |
|
541 | setting_protocol: Protocol | |
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
543 | setting_time_format: Time format |
|
543 | setting_time_format: Time format | |
544 | label_registration_activation_by_email: account activation by email |
|
544 | label_registration_activation_by_email: account activation by email | |
545 |
mail_subject_account_activation_request: |
|
545 | mail_subject_account_activation_request: %s account activation request | |
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' | |
547 | label_registration_automatic_activation: automatic account activation |
|
547 | label_registration_automatic_activation: automatic account activation | |
548 | label_registration_manual_activation: manual account activation |
|
548 | label_registration_manual_activation: manual account activation |
@@ -81,13 +81,13 error_scm_not_found: Хранилилище не содержит записи | |||||
81 | error_scm_command_failed: "Ошибка доступа к хранилищу: %s" |
|
81 | error_scm_command_failed: "Ошибка доступа к хранилищу: %s" | |
82 | error_can_t_load_default_data: "Конфигурация по умолчанию не была загружена: %s" |
|
82 | error_can_t_load_default_data: "Конфигурация по умолчанию не была загружена: %s" | |
83 |
|
83 | |||
84 |
mail_subject_lost_password: Ваш |
|
84 | mail_subject_lost_password: Ваш %s пароль | |
85 |
mail_body_lost_password: 'Для изменения |
|
85 | mail_body_lost_password: 'Для изменения пароля, зайдите по следующей ссылке:' | |
86 |
mail_subject_register: Активация учетной записи |
|
86 | mail_subject_register: Активация учетной записи %s | |
87 |
mail_body_register: 'Для активации учетной записи |
|
87 | mail_body_register: 'Для активации учетной записи, зайдите по следующей ссылке:' | |
88 |
mail_body_account_information_external: Вы можете использовать вашу "%s" учетную запись для входа |
|
88 | mail_body_account_information_external: Вы можете использовать вашу "%s" учетную запись для входа. | |
89 |
mail_body_account_information: Информация по Вашей учетной записи |
|
89 | mail_body_account_information: Информация по Вашей учетной записи | |
90 |
mail_subject_account_activation_request: Запрос на активацию пользователя в системе |
|
90 | mail_subject_account_activation_request: Запрос на активацию пользователя в системе %s | |
91 | mail_body_account_activation_request: 'Новый пользователь (%s) зарегистрирован. Учетная запись ожидает вашего утверждения:' |
|
91 | mail_body_account_activation_request: 'Новый пользователь (%s) зарегистрирован. Учетная запись ожидает вашего утверждения:' | |
92 |
|
92 | |||
93 |
|
93 |
@@ -78,12 +78,12 notice_no_issue_selected: "Nijedna kartica nije izabrana! Molim, izaberite karti | |||||
78 | error_scm_not_found: "Unos i/ili revizija ne postoji u spremištu." |
|
78 | error_scm_not_found: "Unos i/ili revizija ne postoji u spremištu." | |
79 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
79 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
80 |
|
80 | |||
81 |
mail_subject_lost_password: Vaša |
|
81 | mail_subject_lost_password: Vaša %s lozinka | |
82 |
mail_body_lost_password: 'Da biste izmenili vašu |
|
82 | mail_body_lost_password: 'Da biste izmenili vašu lozinku, kliknite na sledeći link:' | |
83 |
mail_subject_register: |
|
83 | mail_subject_register: Aktivacija %s naloga | |
84 |
mail_body_register: 'Da biste aktivirali vaš |
|
84 | mail_body_register: 'Da biste aktivirali vaš nalog, kliknite na sledeći link:' | |
85 |
mail_body_account_information_external: Mozete koristiti vas "%s" nalog da bi ste se prikljucili |
|
85 | mail_body_account_information_external: Mozete koristiti vas "%s" nalog da bi ste se prikljucili. | |
86 |
mail_body_account_information: Informacije o vasem |
|
86 | mail_body_account_information: Informacije o vasem nalogu | |
87 |
|
87 | |||
88 | gui_validation_error: 1 greška |
|
88 | gui_validation_error: 1 greška | |
89 | gui_validation_error_plural: %d grešaka |
|
89 | gui_validation_error_plural: %d grešaka | |
@@ -543,7 +543,7 setting_protocol: Protocol | |||||
543 | label_user_mail_no_self_notified: "Ne želim da budem obaveštavan o izmenama koje sam pravim" |
|
543 | label_user_mail_no_self_notified: "Ne želim da budem obaveštavan o izmenama koje sam pravim" | |
544 | setting_time_format: Format vremena |
|
544 | setting_time_format: Format vremena | |
545 | label_registration_activation_by_email: aktivacija naloga putem email-a |
|
545 | label_registration_activation_by_email: aktivacija naloga putem email-a | |
546 |
mail_subject_account_activation_request: |
|
546 | mail_subject_account_activation_request: %s zahtev za aktivacijom naloga | |
547 | mail_body_account_activation_request: 'Novi korisnik (%s) se registrovao. Njegov nalog čeka vaše odobrenje:' |
|
547 | mail_body_account_activation_request: 'Novi korisnik (%s) se registrovao. Njegov nalog čeka vaše odobrenje:' | |
548 | label_registration_automatic_activation: automatska aktivacija naloga |
|
548 | label_registration_automatic_activation: automatska aktivacija naloga | |
549 | label_registration_manual_activation: ručna aktivacija naloga |
|
549 | label_registration_manual_activation: ručna aktivacija naloga |
@@ -76,10 +76,10 notice_feeds_access_key_reseted: Your RSS access key was reseted. | |||||
76 | error_scm_not_found: "Inlägg och/eller revision finns inte i repositoriet." |
|
76 | error_scm_not_found: "Inlägg och/eller revision finns inte i repositoriet." | |
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" | |
78 |
|
78 | |||
79 |
mail_subject_lost_password: Ditt |
|
79 | mail_subject_lost_password: Ditt %s lösenord | |
80 | mail_body_lost_password: 'För att ändra lösenord, följ denna länk:' |
|
80 | mail_body_lost_password: 'För att ändra lösenord, följ denna länk:' | |
81 |
mail_subject_register: |
|
81 | mail_subject_register: Ditt %s kontoaktivering | |
82 |
mail_body_register: 'För att aktivera ditt |
|
82 | mail_body_register: 'För att aktivera ditt konto, använd följande länk.' | |
83 |
|
83 | |||
84 | gui_validation_error: 1 fel |
|
84 | gui_validation_error: 1 fel | |
85 | gui_validation_error_plural: %d fel |
|
85 | gui_validation_error_plural: %d fel | |
@@ -537,13 +537,13 label_user_mail_option_none: "Only for things I watch or I'm involved in" | |||||
537 | setting_emails_footer: Emails footer |
|
537 | setting_emails_footer: Emails footer | |
538 | label_float: Float |
|
538 | label_float: Float | |
539 | button_copy: Copy |
|
539 | button_copy: Copy | |
540 |
mail_body_account_information_external: You can use your "%s" account to log in |
|
540 | mail_body_account_information_external: You can use your "%s" account to log in. | |
541 |
mail_body_account_information: Your |
|
541 | mail_body_account_information: Your account information | |
542 | setting_protocol: Protocol |
|
542 | setting_protocol: Protocol | |
543 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
543 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" | |
544 | setting_time_format: Time format |
|
544 | setting_time_format: Time format | |
545 | label_registration_activation_by_email: account activation by email |
|
545 | label_registration_activation_by_email: account activation by email | |
546 |
mail_subject_account_activation_request: |
|
546 | mail_subject_account_activation_request: %s account activation request | |
547 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
547 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' | |
548 | label_registration_automatic_activation: automatic account activation |
|
548 | label_registration_automatic_activation: automatic account activation | |
549 | label_registration_manual_activation: manual account activation |
|
549 | label_registration_manual_activation: manual account activation |
@@ -77,13 +77,13 notice_failed_to_save_issues: "Не вдалося зберегти %d пунк | |||||
77 | notice_no_issue_selected: "Не вибрано жодної задачі! Будь ласка, відзначте задачу, яку ви хочете відредагувати." |
|
77 | notice_no_issue_selected: "Не вибрано жодної задачі! Будь ласка, відзначте задачу, яку ви хочете відредагувати." | |
78 | notice_account_pending: "Ваш обліковий запис створено і він чекає на підтвердження адміністратором." |
|
78 | notice_account_pending: "Ваш обліковий запис створено і він чекає на підтвердження адміністратором." | |
79 |
|
79 | |||
80 |
mail_subject_lost_password: Ваш |
|
80 | mail_subject_lost_password: Ваш %s пароль | |
81 |
mail_body_lost_password: 'Для зміни |
|
81 | mail_body_lost_password: 'Для зміни пароля, зайдіть за наступним посиланням:' | |
82 |
mail_subject_register: Активація облікового запису |
|
82 | mail_subject_register: Активація облікового запису %s | |
83 |
mail_body_register: 'Для активації облікового запису |
|
83 | mail_body_register: 'Для активації облікового запису, зайдіть за наступним посиланням:' | |
84 |
mail_body_account_information_external: Ви можете використовувати ваш "%s" обліковий запис для входу |
|
84 | mail_body_account_information_external: Ви можете використовувати ваш "%s" обліковий запис для входу. | |
85 |
mail_body_account_information: Інформація по Вашому обліковому запису |
|
85 | mail_body_account_information: Інформація по Вашому обліковому запису | |
86 |
mail_subject_account_activation_request: Запит на активацію облікового запису |
|
86 | mail_subject_account_activation_request: Запит на активацію облікового запису %s | |
87 | mail_body_account_activation_request: 'Новий користувач (%s) зареєструвався. Його обліковий запис чекає на ваше підтвердження:' |
|
87 | mail_body_account_activation_request: 'Новий користувач (%s) зареєструвався. Його обліковий запис чекає на ваше підтвердження:' | |
88 |
|
88 | |||
89 | gui_validation_error: 1 помилка |
|
89 | gui_validation_error: 1 помилка |
@@ -82,13 +82,13 error_scm_not_found: SCM 儲存庫中找不到這個專案與(或)版本。 | |||||
82 | error_scm_command_failed: "嘗試存取儲存庫時發生錯誤:: %s" |
|
82 | error_scm_command_failed: "嘗試存取儲存庫時發生錯誤:: %s" | |
83 | error_issue_not_found_in_project: '該項目不存在或不屬於此專案' |
|
83 | error_issue_not_found_in_project: '該項目不存在或不屬於此專案' | |
84 |
|
84 | |||
85 |
mail_subject_lost_password: 您的 |
|
85 | mail_subject_lost_password: 您的 %s 網站密碼 | |
86 |
mail_body_lost_password: '欲變更您的 |
|
86 | mail_body_lost_password: '欲變更您的 網站密碼, 請點選以下鏈結:' | |
87 |
mail_subject_register: 啟用您的 |
|
87 | mail_subject_register: 啟用您的 %s 帳號 | |
88 |
mail_body_register: '欲啟用您的 |
|
88 | mail_body_register: '欲啟用您的 帳號, 請點選以下鏈結:' | |
89 |
mail_body_account_information_external: 您可以使用 "%s" 帳號登入 |
|
89 | mail_body_account_information_external: 您可以使用 "%s" 帳號登入 網站。 | |
90 |
mail_body_account_information: 您的 |
|
90 | mail_body_account_information: 您的 帳號資訊 | |
91 |
mail_subject_account_activation_request: |
|
91 | mail_subject_account_activation_request: %s 帳號啟用需求通知 | |
92 | mail_body_account_activation_request: '有位新用戶 (%s) 已經完成註冊,正等候您的審核:' |
|
92 | mail_body_account_activation_request: '有位新用戶 (%s) 已經完成註冊,正等候您的審核:' | |
93 |
|
93 | |||
94 | gui_validation_error: 1 個錯誤 |
|
94 | gui_validation_error: 1 個錯誤 |
@@ -82,13 +82,13 error_scm_not_found: "版本库中不存在该条目和(或)其修订版本 | |||||
82 | error_scm_command_failed: "访问版本库时发生错误:%s" |
|
82 | error_scm_command_failed: "访问版本库时发生错误:%s" | |
83 | error_issue_not_found_in_project: '问题不存在或不属于此项目' |
|
83 | error_issue_not_found_in_project: '问题不存在或不属于此项目' | |
84 |
|
84 | |||
85 |
mail_subject_lost_password: 您的 |
|
85 | mail_subject_lost_password: 您的 %s 密码 | |
86 |
mail_body_lost_password: '请点击以下链接来修改您的 |
|
86 | mail_body_lost_password: '请点击以下链接来修改您的密码:' | |
87 |
mail_subject_register: |
|
87 | mail_subject_register: %s帐号激活 | |
88 |
mail_body_register: '请点击以下链接来激活您的 |
|
88 | mail_body_register: '请点击以下链接来激活您的帐号:' | |
89 |
mail_body_account_information_external: 您可以使用您的 "%s" 帐号来登录 |
|
89 | mail_body_account_information_external: 您可以使用您的 "%s" 帐号来登录。 | |
90 |
mail_body_account_information: 您的 |
|
90 | mail_body_account_information: 您的帐号信息 | |
91 |
mail_subject_account_activation_request: |
|
91 | mail_subject_account_activation_request: %s帐号激活请求 | |
92 | mail_body_account_activation_request: '新用户(%s)已完成注册,正在等候您的审核:' |
|
92 | mail_body_account_activation_request: '新用户(%s)已完成注册,正在等候您的审核:' | |
93 |
|
93 | |||
94 | gui_validation_error: 1 个错误 |
|
94 | gui_validation_error: 1 个错误 |
General Comments 0
You need to be logged in to leave comments.
Login now