Skip to content
Extraits de code Groupes Projets
Valider 9d5a99ef rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

Merge branch 'master' of github.com:diaspora/diaspora

parents 7c4feb74 77d5b68e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -18,7 +18,7 @@ he:
invalid: "הססמה או הדוא״ל שגויים."
invalid_token: "אסימון האימות שגוי."
timeout: "ההפעלה שלך פגה, נא להיכנס שוב כדי להמשיך."
inactive: "חשבונך לא הופעל עדין."
inactive: "חשבונך לא הופעל עדיין."
sessions:
signed_in: "נכנסת בהצלחה."
signed_out: "יצאת בהצלחה."
......
......@@ -86,7 +86,7 @@ he:
add_a_new_aspect: "הוספת היבט חדש"
create: "יציאה"
create:
success: "יש ללחוץ על סמל הפלוס שמימין כדי לומר לדיאספורה מי יעול לצפות בהיבט החדש שלך."
success: "יש ללחוץ על סמל הפלוס שמימין כדי לומר לדיאספורה מי יכול לצפות בהיבט החדש שלך."
destroy:
success: "%{name} הוסר בהצלחה."
update:
......@@ -99,7 +99,7 @@ he:
success: "כעת יופיע בפני החברים שלך היבט אחר שלך."
helper:
remove: "הסרה"
aspect_not_empty: "ההיסט אינו ריק"
aspect_not_empty: "ההיבט אינו ריק"
users:
edit:
editing_profile: "עריכת הפרופיל"
......@@ -134,13 +134,13 @@ he:
delete_photo: "מחיקת תמונה"
photo:
show_comments: "הצגת הערות"
posted_a_new_photo_to: "פורסמה תמונה חדשה אל"
posted_a_new_photo_to: "פורסמה תמונה חדשה באלבום"
new:
new_photo: "תמונה חדשה"
back_to_list: "חזרה לרשימה"
post_it: "פרסום!"
create:
runtime_error: "העלאת התמונה נכשלה. האם החגורה שלך מהודקת?"
runtime_error: "העלאת התמונה נכשלה. הידקת את החגורה?"
integrity_error: "העלאת התמונה נכשלה. האם זו באמת הייתה תמונה?"
type_error: "העלאת התמונה נכשלה. האם באמת נוספה תמונה?"
update:
......@@ -155,7 +155,7 @@ he:
success: "הצטרפת לדיאספורה!"
status_messages:
new_status_message:
tell_me_something_good: "בא לי לשמוע סיפור טוב"
tell_me_something_good: "בא לי לשמוע סיפור נחמד"
oh_yeah: "אחלה!"
status_message:
show_comments: "הצגת הערות"
......@@ -165,7 +165,7 @@ he:
status_message: "הודעת מצב"
comments: "הערות"
are_you_sure: "בבטחה?"
destroy: "הריבה"
destroy: "הריסה"
view_all: "צפייה בכול"
message: "הודעה"
owner: "בעלים"
......
......@@ -12,12 +12,16 @@ describe User do
user = Factory.build(:user, :username => "ALLUPPERCASE")
user.valid?
user.username.should == "alluppercase"
user = Factory.build(:user, :username => "someUPPERCASE")
user.valid?
user.username.should == "someuppercase"
end
end
describe '#diaspora_handle' do
it 'uses the pod config url to set the diaspora_handle' do
user.diaspora_handle.should == user.username + "@example.org"
user.diaspora_handle.should == user.username + "@" + APP_CONFIG[:terse_pod_url]
end
end
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter