Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2010-09-25 22:54:24 +0400
committerRaphael Sofaer <rafi@sofaer.net>2010-09-26 00:49:39 +0400
commitf2ddb8a39cec9da8e46ff2b230ce3e524902c6e0 (patch)
tree7c523ac7fa36cb2e8b2378d413121046ca848939 /config/locales/devise/devise.he.yml
parent72cefc62652c510bd9a9c6466711ad20ddb63ea7 (diff)
added Hebrew (he) locale files
Diffstat (limited to 'config/locales/devise/devise.he.yml')
-rw-r--r--config/locales/devise/devise.he.yml41
1 files changed, 41 insertions, 0 deletions
diff --git a/config/locales/devise/devise.he.yml b/config/locales/devise/devise.he.yml
new file mode 100644
index 000000000..851a90789
--- /dev/null
+++ b/config/locales/devise/devise.he.yml
@@ -0,0 +1,41 @@
+# Copyright (c) 2010, Diaspora Inc. This file is
+# licensed under the Affero General Public License version 3. See
+# the COPYRIGHT file.
+
+
+en:
+ errors:
+ messages:
+ not_found: "לא נמצא"
+ already_confirmed: "כבר אושר"
+ not_locked: "לא ננעל"
+
+ devise:
+ failure:
+ unauthenticated: "צריך להתחבר או להירשם לפני שאפשר להמשיך."
+ unconfirmed: "צריך לאשר את החשבון לפני שאפשר להמשיך."
+ locked: "החשבון שלך נעול."
+ invalid: "אימייל או סיסמה לא נכונים."
+ invalid_token: "מספר אימות לא נכון."
+ timeout: "פג תוקפו של החיבור. נא להתחבר מחדש על מנת להמשיך."
+ inactive: "החשבון לא אומת עדיין."
+ sessions:
+ signed_in: "התחברות עברה בהצלחה."
+ signed_out: "התנתקות עברה בהצלחה."
+ passwords:
+ send_instructions: "אימייל עם הוראות עיצד לאפס סיסמה יתקבל בקרוב."
+ updated: "סיסמה הוחלפה בהצלחה, את/ה כעת מחובר/ת."
+ confirmations:
+ send_instructions: "אימייל עם הוראות כיצד לאמת את החשבון יתקבל בקרוב."
+ confirmed: "חשבון אומת בהצלחה. את/ה כעת מחובר/ת."
+ registrations:
+ signed_up: "התחברת בהצלחה, אם הדבר מאופשר, יתקבל אימייל אישור בקרוב.."
+ updated: "חשבונך עודכן בהצלחה."
+ destroyed: "להתראות! חשבונך נמחק בהצלחה. מקווים לראותך שוב בקרוב!"
+ unlocks:
+ send_instructions: "אימייל עם הוראות כיצד להסיר את הנעילה מחשבונך יתקבל בקרוב."
+ unlocked: "חשבונך נפתח בהצלחה. את/ה כעת מחובר/ת."
+ mailer:
+ confirmation_instructions: "הוראות אישור"
+ reset_password_instructions: "הוראות איפוס סיסמה"
+ unlock_instructions: "הוראות הסרת נעילה"