Merge pull request #1 from bijanebrahimi/master

translation fixes
This commit is contained in:
Hannes Mannerheim 2013-08-19 13:53:04 -07:00
commit 8db695d3f6
2 changed files with 12 additions and 12 deletions

View File

@ -337,7 +337,7 @@ function setNewCurrentStream(stream,actionOnSuccess,setLocation) {
var h2FeedHeader = window.sL.following;
}
else if(stream.substring(0,40) == 'statuses/user_timeline.json?screen_name=') {
var h2FeedHeader = window.sL.notices + '<div class="queet-streams">/ <a class="queet-stream mentions">' + window.sL.mentions + '</a> / <a class="queet-stream favorites">Favoriter</a></div>';
var h2FeedHeader = window.sL.notices + '<div class="queet-streams">/ <a class="queet-stream mentions">' + window.sL.mentions + '</a> / <a class="queet-stream favorites">' + window.sL.favoritesNoun +'</a></div>';
}
else if(stream.substring(0,35) == 'statuses/mentions.json?screen_name=') {
var h2FeedHeader = '<div class="queet-streams"><a class="queet-stream queets">' + window.sL.notices + '</a> /</div>' + window.sL.mentions + '<div class="queet-streams">/ <a class="queet-stream favorites">' + window.sL.favoritesNoun + '</a></div>';

View File

@ -496,7 +496,7 @@ window.l.fa.viewMyProfilePage = 'دیدن صفحه نمایه';
window.l.fa.expand = 'گستردن';
window.l.fa.collapse = 'بستن';
window.l.fa.details = 'جزئیات';
window.l.fa.expandFullConversation = 'نمایش مکالمه کامل';
window.l.fa.expandFullConversation = 'نمایش کامل مکالمه';
window.l.fa.replyVerb = 'پاسخ';
window.l.fa.requeetVerb = 'بازتوییت';
window.l.fa.favoriteVerb = 'برگزیدن';
@ -515,8 +515,8 @@ window.l.fa.longmonthsFebruary = "فوريه";
window.l.fa.longmonthsMars = "مارس";
window.l.fa.longmonthsApril = "اوريل";
window.l.fa.longmonthsMay = "مه";
window.l.fa.longmonthsJune = "ژوءن";
window.l.fa.longmonthsJuly = "ژوءيه";
window.l.fa.longmonthsJune = "ژوئن";
window.l.fa.longmonthsJuly = "ژوئیه";
window.l.fa.longmonthsAugust = "اوت";
window.l.fa.longmonthsSeptember = "سپتامبر";
window.l.fa.longmonthsOctober = "اكتبر";
@ -527,8 +527,8 @@ window.l.fa.shortmonthsFebruary = "فوريه";
window.l.fa.shortmonthsMars = "مارس";
window.l.fa.shortmonthsApril = "اوريل";
window.l.fa.shortmonthsMay = "مه";
window.l.fa.shortmonthsJune = "ژوءن";
window.l.fa.shortmonthsJuly = "ژوءيه";
window.l.fa.shortmonthsJune = "ژوئن";
window.l.fa.shortmonthsJuly = "ژوئیه";
window.l.fa.shortmonthsAugust = "اوت";
window.l.fa.shortmonthsSeptember = "سپتامبر";
window.l.fa.shortmonthsOctober = "اكتبر";
@ -542,23 +542,23 @@ window.l.fa.shortDateFormatMinutes = '{minutes} دقیقه';
window.l.fa.shortDateFormatHours = '{hours} ساعت';
window.l.fa.shortDateFormatDate = '{day} {month}';
window.l.fa.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.fa.now = 'فقط در حال حاضر';
window.l.fa.posting = 'می فرستد';
window.l.fa.now = 'همین اکنون';
window.l.fa.posting = 'در حال ارسال';
window.l.fa.viewMoreInConvBefore = '→ نمایش بیشتر در گفتگوها';
window.l.fa.viewMoreInConvAfter = 'نمایش بیشتر در گفتگوها ←';
window.l.fa.mentions = 'رونوشت‌ها';
window.l.fa.publicTimeline = 'خط‌زمانی عمومی';
window.l.fa.searchVerb = 'جستجو';
window.l.fa.deleteVerb = 'حذف';
window.l.fa.cancelVerb = 'لغو';
window.l.fa.cancelVerb = 'انصراف';
window.l.fa.deleteConfirmation = 'آیا مطمئن هستید که می‌خواهید این توییت را پاک کنید؟';
window.l.fa.userFollow = 'دنبال کنید';
window.l.fa.userFollowing = 'دنبال می‌کنید';
window.l.fa.userUnfollow = 'دنبال نكن';
window.l.fa.joinGroup = 'پیوستن به گروه';
window.l.fa.isMemberOfGroup = 'ترک گروه';
window.l.fa.isMemberOfGroup = 'عضو گروه';
window.l.fa.leaveGroup = 'ترک گروه';
window.l.fa.memberCount = 'اعضای';
window.l.fa.memberCount = 'اعضا';
window.l.fa.adminCount = 'مدیران';
@ -702,4 +702,4 @@ $('.stream-selection[data-stream-name="favorites.json"]').prepend(window.sL.favo
$('.stream-selection[data-stream-name="favorites.json"]').attr('data-stream-header',window.sL.favoritesNoun);
$('.stream-selection[data-stream-name="statuses/public_timeline.json"]').prepend(window.sL.publicTimeline);
$('.stream-selection[data-stream-name="statuses/public_timeline.json"]').attr('data-stream-header',window.sL.publicTimeline);
$('#search-query').attr('placeholder',window.sL.searchVerb);
$('#search-query').attr('placeholder',window.sL.searchVerb);