From 179fc7ab1824cbc1852e0367ce208dd5a0a5832c Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Tue, 11 Sep 2012 12:33:07 +0200 Subject: [PATCH] Add French translation --- Classes/LinphoneUI/UIContactDetailsHeader.m | 7 + Classes/LinphoneUI/en.lproj/UICallBar.xib | 22 +- .../LinphoneUI/en.lproj/UICallBar~ipad.xib | 22 +- Classes/LinphoneUI/en.lproj/UICallCell.xib | 4 +- Classes/LinphoneUI/en.lproj/UIMainBar.xib | 4 +- .../LinphoneUI/en.lproj/UIMainBar~ipad.xib | 14 +- Classes/LinphoneUI/fr.lproj/UICallBar.xib | 38 +- .../LinphoneUI/fr.lproj/UICallBar~ipad.xib | 38 +- Classes/LinphoneUI/fr.lproj/UICallCell.xib | 12 +- .../fr.lproj/UIConferenceHeader.xib | 2 +- .../fr.lproj/UIContactDetailsFooter.xib | 4 +- .../fr.lproj/UIContactDetailsHeader.xib | 4 +- Classes/LinphoneUI/fr.lproj/UIMainBar.xib | 10 +- .../LinphoneUI/fr.lproj/UIMainBar~ipad.xib | 20 +- Classes/PhoneMainView.m | 2 +- Classes/WizardViewController.m | 2 +- Classes/en.lproj/DialerViewController.xib | 3 +- .../en.lproj/DialerViewController~ipad.xib | 3 +- Classes/en.lproj/WizardViewController.xib | 8 +- Classes/fr.lproj/ChatRoomViewController.xib | 12 +- Classes/fr.lproj/ChatViewController.xib | 8 +- .../ContactDetailsLabelViewController.xib | 2 +- .../fr.lproj/ContactDetailsViewController.xib | 6 +- Classes/fr.lproj/ContactsViewController.xib | 8 +- Classes/fr.lproj/DialerViewController.xib | 20 +- .../fr.lproj/DialerViewController~ipad.xib | 20 +- Classes/fr.lproj/FirstLoginViewController.xib | 12 +- .../fr.lproj/HistoryDetailsViewController.xib | 18 +- Classes/fr.lproj/HistoryViewController.xib | 8 +- Classes/fr.lproj/InCallViewController.xib | 2 +- .../fr.lproj/IncomingCallViewController.xib | 10 +- Classes/fr.lproj/WizardViewController.xib | 92 +- Resources/en.lproj/Localizable.strings | Bin 12704 -> 13566 bytes Resources/fr.lproj/Localizable.strings | Bin 12704 -> 14018 bytes Settings/InAppSettings.bundle/Video.plist | 4 +- .../en.lproj/Advanced.strings | 51 + .../en.lproj/Audio.strings | 30 + .../en.lproj/Call.strings | 12 + .../en.lproj/Root.strings | Bin 546 -> 693 bytes .../en.lproj/Video.strings | 21 + .../fr.lproj/Advanced.strings | 51 + .../fr.lproj/Audio.strings | Bin 0 -> 66 bytes .../fr.lproj/Call.strings | Bin 0 -> 518 bytes .../fr.lproj/Root.strings | 54 + .../fr.lproj/Video.strings | Bin 0 -> 488 bytes linphone-Info.plist | 31 +- linphone.ldb/Contents.plist | 2853 +++++++++++++++-- .../{1 => 2}/DialerViewController.xib | 3 +- .../{1 => 2}/DialerViewController~ipad.xib | 3 +- .../{1 => 2}/WizardViewController.xib | 8 +- .../Advanced/1/Advanced.strings | 51 + .../Audio/1/Audio.strings | 30 + .../InAppSettings.bundle/Call/1/Call.strings | 12 + .../InAppSettings.bundle/Root/1/Root.strings | 54 + .../Video/1/Video.strings | 21 + .../UICallBar/{1 => 2}/UICallBar.xib | 22 +- .../{1 => 2}/UICallBar~ipad.xib | 22 +- .../UICallCell/{1 => 2}/UICallCell.xib | 4 +- .../UIMainBar/{1 => 2}/UIMainBar.xib | 4 +- .../{1 => 2}/UIMainBar~ipad.xib | 14 +- .../Localizable/1/Localizable.strings | Bin 12704 -> 13566 bytes linphone.xcodeproj/project.pbxproj | 36 - 62 files changed, 3318 insertions(+), 510 deletions(-) create mode 100644 Settings/InAppSettings.bundle/en.lproj/Advanced.strings create mode 100644 Settings/InAppSettings.bundle/en.lproj/Audio.strings create mode 100644 Settings/InAppSettings.bundle/en.lproj/Call.strings create mode 100644 Settings/InAppSettings.bundle/en.lproj/Video.strings create mode 100644 Settings/InAppSettings.bundle/fr.lproj/Advanced.strings create mode 100644 Settings/InAppSettings.bundle/fr.lproj/Audio.strings create mode 100644 Settings/InAppSettings.bundle/fr.lproj/Call.strings create mode 100644 Settings/InAppSettings.bundle/fr.lproj/Root.strings create mode 100644 Settings/InAppSettings.bundle/fr.lproj/Video.strings rename linphone.ldb/Resources/Classes/DialerViewController/{1 => 2}/DialerViewController.xib (99%) rename linphone.ldb/Resources/Classes/DialerViewController~ipad/{1 => 2}/DialerViewController~ipad.xib (99%) rename linphone.ldb/Resources/Classes/WizardViewController/{1 => 2}/WizardViewController.xib (99%) create mode 100644 linphone.ldb/Resources/InAppSettings.bundle/Advanced/1/Advanced.strings create mode 100644 linphone.ldb/Resources/InAppSettings.bundle/Audio/1/Audio.strings create mode 100644 linphone.ldb/Resources/InAppSettings.bundle/Call/1/Call.strings create mode 100644 linphone.ldb/Resources/InAppSettings.bundle/Root/1/Root.strings create mode 100644 linphone.ldb/Resources/InAppSettings.bundle/Video/1/Video.strings rename linphone.ldb/Resources/LinphoneUI/UICallBar/{1 => 2}/UICallBar.xib (99%) rename linphone.ldb/Resources/LinphoneUI/UICallBar~ipad/{1 => 2}/UICallBar~ipad.xib (99%) rename linphone.ldb/Resources/LinphoneUI/UICallCell/{1 => 2}/UICallCell.xib (99%) rename linphone.ldb/Resources/LinphoneUI/UIMainBar/{1 => 2}/UIMainBar.xib (99%) rename linphone.ldb/Resources/LinphoneUI/UIMainBar~ipad/{1 => 2}/UIMainBar~ipad.xib (99%) diff --git a/Classes/LinphoneUI/UIContactDetailsHeader.m b/Classes/LinphoneUI/UIContactDetailsHeader.m index c7e0dce04..24221d60a 100644 --- a/Classes/LinphoneUI/UIContactDetailsHeader.m +++ b/Classes/LinphoneUI/UIContactDetailsHeader.m @@ -188,6 +188,13 @@ [contactDetailsDelegate onModification:nil]; } ++ (NSString*)localizeLabel:(NSString*)str { + CFStringRef lLocalizedLabel = ABAddressBookCopyLocalizedLabel((CFStringRef) str); + NSString * retStr = [NSString stringWithString:(NSString*) lLocalizedLabel]; + CFRelease(lLocalizedLabel); + return retStr; +} + #pragma mark - UITableViewDataSource Functions - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { diff --git a/Classes/LinphoneUI/en.lproj/UICallBar.xib b/Classes/LinphoneUI/en.lproj/UICallBar.xib index d3cebcc76..dba37abd8 100644 --- a/Classes/LinphoneUI/en.lproj/UICallBar.xib +++ b/Classes/LinphoneUI/en.lproj/UICallBar.xib @@ -755,7 +755,7 @@ NO 25 - Start Conference + Start conference IBCocoaTouchFramework 0 @@ -1155,7 +1155,7 @@ NO 16 - Add call + IBCocoaTouchFramework 0 @@ -1189,7 +1189,7 @@ NO 17 - Add call + IBCocoaTouchFramework 0 @@ -1252,7 +1252,7 @@ NO 19 - Video + IBCocoaTouchFramework 0 @@ -1303,7 +1303,7 @@ NO 21 - Micro + IBCocoaTouchFramework 0 @@ -1341,7 +1341,7 @@ NO 22 - Speaker + IBCocoaTouchFramework 0 @@ -1379,7 +1379,7 @@ NO 23 - Add call + IBCocoaTouchFramework 0 @@ -1417,7 +1417,7 @@ NO 24 - Pause + IBCocoaTouchFramework 0 @@ -1451,7 +1451,7 @@ NO 25 - Start Conference + IBCocoaTouchFramework 0 @@ -1481,7 +1481,7 @@ NO 26 - Hangup + IBCocoaTouchFramework 0 @@ -1511,7 +1511,7 @@ NO 27 - Back + IBCocoaTouchFramework 0 diff --git a/Classes/LinphoneUI/en.lproj/UICallBar~ipad.xib b/Classes/LinphoneUI/en.lproj/UICallBar~ipad.xib index 4b3c2fdd3..001250eae 100644 --- a/Classes/LinphoneUI/en.lproj/UICallBar~ipad.xib +++ b/Classes/LinphoneUI/en.lproj/UICallBar~ipad.xib @@ -420,7 +420,7 @@ NO 16 - Add call + IBIPadFramework 0 @@ -457,7 +457,7 @@ NO 17 - Add call + IBIPadFramework 0 @@ -520,7 +520,7 @@ NO 19 - Video + IBIPadFramework 0 @@ -571,7 +571,7 @@ NO 21 - Micro + IBIPadFramework 0 @@ -609,7 +609,7 @@ NO 22 - Speaker + IBIPadFramework 0 @@ -647,7 +647,7 @@ NO 23 - Add call + IBIPadFramework 0 @@ -685,7 +685,7 @@ NO 24 - Pause + IBIPadFramework 0 @@ -719,7 +719,7 @@ NO 25 - Start Conference + IBIPadFramework 0 @@ -749,7 +749,7 @@ NO 26 - Hangup + IBIPadFramework 0 @@ -779,7 +779,7 @@ NO 27 - Back + IBIPadFramework 0 @@ -1455,7 +1455,7 @@ NO 25 - Start Conference + Start conference IBIPadFramework 0 diff --git a/Classes/LinphoneUI/en.lproj/UICallCell.xib b/Classes/LinphoneUI/en.lproj/UICallCell.xib index e17f7df5b..a41e70d36 100644 --- a/Classes/LinphoneUI/en.lproj/UICallCell.xib +++ b/Classes/LinphoneUI/en.lproj/UICallCell.xib @@ -4674,13 +4674,14 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE {{262, 12}, {50, 29}} + _NS:9 NO YES 7 NO - Call state + Duration IBCocoaTouchFramework @@ -4745,6 +4746,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE {320, 460} + _NS:9 NO diff --git a/Classes/LinphoneUI/en.lproj/UIMainBar.xib b/Classes/LinphoneUI/en.lproj/UIMainBar.xib index 6fb85e091..ea6cfc924 100644 --- a/Classes/LinphoneUI/en.lproj/UIMainBar.xib +++ b/Classes/LinphoneUI/en.lproj/UIMainBar.xib @@ -145,7 +145,7 @@ 7 NO - History missed + Missed call(s) IBCocoaTouchFramework @@ -339,7 +339,7 @@ 7 NO - Chat missed + Missed message(s) IBCocoaTouchFramework diff --git a/Classes/LinphoneUI/en.lproj/UIMainBar~ipad.xib b/Classes/LinphoneUI/en.lproj/UIMainBar~ipad.xib index 430d80158..b3907761d 100644 --- a/Classes/LinphoneUI/en.lproj/UIMainBar~ipad.xib +++ b/Classes/LinphoneUI/en.lproj/UIMainBar~ipad.xib @@ -146,7 +146,7 @@ 7 NO - History missed + Missed call(s) IBIPadFramework @@ -345,7 +345,7 @@ 7 NO - Chat missed + Missed message(s) IBIPadFramework @@ -432,7 +432,7 @@ NO 1 - History + IBIPadFramework 0 @@ -515,7 +515,7 @@ NO 3 - Contacts + IBIPadFramework 0 @@ -548,7 +548,7 @@ NO 4 - Dialer + IBIPadFramework 0 @@ -572,7 +572,7 @@ NO 5 - Settings + IBIPadFramework 0 @@ -605,7 +605,7 @@ NO 6 - Chat + IBIPadFramework 0 diff --git a/Classes/LinphoneUI/fr.lproj/UICallBar.xib b/Classes/LinphoneUI/fr.lproj/UICallBar.xib index f10fb754a..bb58b859a 100644 --- a/Classes/LinphoneUI/fr.lproj/UICallBar.xib +++ b/Classes/LinphoneUI/fr.lproj/UICallBar.xib @@ -342,7 +342,7 @@ NO 12 - Star + Étoile IBCocoaTouchFramework 0 @@ -396,7 +396,7 @@ NO 14 - Sharp + Dièse IBCocoaTouchFramework 0 @@ -439,7 +439,7 @@ NO 16 - Transfer call + Transferer l'appel IBCocoaTouchFramework 0 @@ -475,7 +475,7 @@ NO 17 - Add call + Ajouter un appel IBCocoaTouchFramework 0 @@ -535,7 +535,7 @@ NO 19 - Video + Vidéo IBCocoaTouchFramework 0 @@ -621,7 +621,7 @@ NO 22 - Speaker + Haut parleur IBCocoaTouchFramework 0 @@ -728,7 +728,7 @@ NO 25 - Start Conference + Démarrer une conférence IBCocoaTouchFramework 0 @@ -757,7 +757,7 @@ NO 26 - Hangup + Raccrocher IBCocoaTouchFramework 0 @@ -786,7 +786,7 @@ NO 27 - Back + Retour IBCocoaTouchFramework 0 @@ -1106,7 +1106,7 @@ NO 16 - Add call + IBCocoaTouchFramework 0 @@ -1139,7 +1139,7 @@ NO 17 - Add call + IBCocoaTouchFramework 0 @@ -1199,7 +1199,7 @@ NO 19 - Video + IBCocoaTouchFramework 0 @@ -1248,7 +1248,7 @@ NO 21 - Micro + IBCocoaTouchFramework 0 @@ -1285,7 +1285,7 @@ NO 22 - Speaker + IBCocoaTouchFramework 0 @@ -1322,7 +1322,7 @@ NO 23 - Add call + IBCocoaTouchFramework 0 @@ -1359,7 +1359,7 @@ NO 24 - Pause + IBCocoaTouchFramework 0 @@ -1392,7 +1392,7 @@ NO 25 - Start Conference + IBCocoaTouchFramework 0 @@ -1421,7 +1421,7 @@ NO 26 - Hangup + IBCocoaTouchFramework 0 @@ -1450,7 +1450,7 @@ NO 27 - Back + IBCocoaTouchFramework 0 diff --git a/Classes/LinphoneUI/fr.lproj/UICallBar~ipad.xib b/Classes/LinphoneUI/fr.lproj/UICallBar~ipad.xib index 8d9e850f1..297903251 100644 --- a/Classes/LinphoneUI/fr.lproj/UICallBar~ipad.xib +++ b/Classes/LinphoneUI/fr.lproj/UICallBar~ipad.xib @@ -404,7 +404,7 @@ NO 16 - Add call + IBIPadFramework 0 @@ -439,7 +439,7 @@ NO 17 - Add call + IBIPadFramework 0 @@ -499,7 +499,7 @@ NO 19 - Video + IBIPadFramework 0 @@ -548,7 +548,7 @@ NO 21 - Micro + IBIPadFramework 0 @@ -585,7 +585,7 @@ NO 22 - Speaker + IBIPadFramework 0 @@ -622,7 +622,7 @@ NO 23 - Add call + IBIPadFramework 0 @@ -659,7 +659,7 @@ NO 24 - Pause + IBIPadFramework 0 @@ -692,7 +692,7 @@ NO 25 - Start Conference + IBIPadFramework 0 @@ -721,7 +721,7 @@ NO 26 - Hangup + IBIPadFramework 0 @@ -750,7 +750,7 @@ NO 27 - Back + IBIPadFramework 0 @@ -1035,7 +1035,7 @@ NO 12 - Star + Étoile IBIPadFramework 0 @@ -1077,7 +1077,7 @@ NO 14 - Sharp + Dièse IBIPadFramework 0 @@ -1111,7 +1111,7 @@ NO 16 - Transfer call + Transferer l'appel IBIPadFramework 0 @@ -1143,7 +1143,7 @@ NO 17 - Add call + Ajouter un appel IBIPadFramework 0 @@ -1203,7 +1203,7 @@ NO 19 - Video + Vidéo IBIPadFramework 0 @@ -1289,7 +1289,7 @@ NO 22 - Speaker + Haut parleur IBIPadFramework 0 @@ -1396,7 +1396,7 @@ NO 25 - Start Conference + Démarrer une conférence IBIPadFramework 0 @@ -1425,7 +1425,7 @@ NO 26 - Hangup + Raccrocher IBIPadFramework 0 @@ -1454,7 +1454,7 @@ NO 27 - Back + Retour IBIPadFramework 0 diff --git a/Classes/LinphoneUI/fr.lproj/UICallCell.xib b/Classes/LinphoneUI/fr.lproj/UICallCell.xib index addf5cec1..96798df7e 100644 --- a/Classes/LinphoneUI/fr.lproj/UICallCell.xib +++ b/Classes/LinphoneUI/fr.lproj/UICallCell.xib @@ -106,7 +106,7 @@ NO - Contact's avatar + Avatar du contact @@ -166,7 +166,7 @@ 7 NO - Contact's name + Nom du contact IBCocoaTouchFramework @@ -4584,7 +4584,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE _NS:9 NO - Call state + État de l'appel @@ -4599,7 +4599,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE _NS:9 NO - Remove + Supprimer IBCocoaTouchFramework 0 @@ -4669,7 +4669,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE 7 NO - Call state + Durée IBCocoaTouchFramework @@ -4698,7 +4698,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE _NS:9 NO - Expand + Agrandir IBCocoaTouchFramework 0 diff --git a/Classes/LinphoneUI/fr.lproj/UIConferenceHeader.xib b/Classes/LinphoneUI/fr.lproj/UIConferenceHeader.xib index 1cc468c15..de81b0289 100644 --- a/Classes/LinphoneUI/fr.lproj/UIConferenceHeader.xib +++ b/Classes/LinphoneUI/fr.lproj/UIConferenceHeader.xib @@ -45,7 +45,7 @@ _NS:9 NO - Conference + Conférence diff --git a/Classes/LinphoneUI/fr.lproj/UIContactDetailsFooter.xib b/Classes/LinphoneUI/fr.lproj/UIContactDetailsFooter.xib index 94b242680..582a7e738 100644 --- a/Classes/LinphoneUI/fr.lproj/UIContactDetailsFooter.xib +++ b/Classes/LinphoneUI/fr.lproj/UIContactDetailsFooter.xib @@ -47,12 +47,12 @@ NO - Remove + Supprimer IBCocoaTouchFramework 0 0 - Remove Contact + Supprimer le Contact 3 MQA diff --git a/Classes/LinphoneUI/fr.lproj/UIContactDetailsHeader.xib b/Classes/LinphoneUI/fr.lproj/UIContactDetailsHeader.xib index 6a50359fc..16e92f7d8 100644 --- a/Classes/LinphoneUI/fr.lproj/UIContactDetailsHeader.xib +++ b/Classes/LinphoneUI/fr.lproj/UIContactDetailsHeader.xib @@ -75,7 +75,7 @@ _NS:9 NO - Contact's avatar + Avatar du contact IBCocoaTouchFramework @@ -119,7 +119,7 @@ 7 NO - Contact's name + Nom du contact IBCocoaTouchFramework Contact1 diff --git a/Classes/LinphoneUI/fr.lproj/UIMainBar.xib b/Classes/LinphoneUI/fr.lproj/UIMainBar.xib index fd25101a8..1cf955ebf 100644 --- a/Classes/LinphoneUI/fr.lproj/UIMainBar.xib +++ b/Classes/LinphoneUI/fr.lproj/UIMainBar.xib @@ -77,7 +77,7 @@ _NS:9 NO - History + Historique IBCocoaTouchFramework 0 @@ -139,7 +139,7 @@ 7 NO - History missed + Appel(s) manqué(s) IBCocoaTouchFramework @@ -215,7 +215,7 @@ _NS:9 NO - Settings + Options IBCocoaTouchFramework 0 @@ -246,7 +246,7 @@ _NS:9 NO - Dialer + Clavier IBCocoaTouchFramework 0 @@ -326,7 +326,7 @@ 7 NO - Chat missed + Message(s) manqué(s) IBCocoaTouchFramework diff --git a/Classes/LinphoneUI/fr.lproj/UIMainBar~ipad.xib b/Classes/LinphoneUI/fr.lproj/UIMainBar~ipad.xib index 74780b34d..620a1143a 100644 --- a/Classes/LinphoneUI/fr.lproj/UIMainBar~ipad.xib +++ b/Classes/LinphoneUI/fr.lproj/UIMainBar~ipad.xib @@ -79,7 +79,7 @@ NO 1 - History + Historique IBIPadFramework 0 @@ -141,7 +141,7 @@ 7 NO - History missed + Appel(s) manqué(s) IBIPadFramework @@ -220,7 +220,7 @@ NO 4 - Dialer + Clavier IBIPadFramework 0 @@ -252,7 +252,7 @@ NO 5 - Settings + Options IBIPadFramework 0 @@ -332,7 +332,7 @@ 7 NO - Chat missed + Message(s) manqué(s) IBIPadFramework @@ -413,7 +413,7 @@ NO 1 - History + IBIPadFramework 0 @@ -492,7 +492,7 @@ NO 3 - Contacts + IBIPadFramework 0 @@ -524,7 +524,7 @@ NO 4 - Dialer + IBIPadFramework 0 @@ -547,7 +547,7 @@ NO 5 - Settings + IBIPadFramework 0 @@ -579,7 +579,7 @@ NO 6 - Chat + IBIPadFramework 0 diff --git a/Classes/PhoneMainView.m b/Classes/PhoneMainView.m index ecc7859fb..95f08976c 100644 --- a/Classes/PhoneMainView.m +++ b/Classes/PhoneMainView.m @@ -540,7 +540,7 @@ static PhoneMainView* phoneMainViewInstance=nil; } if (linphone_call_get_reason(call) == LinphoneReasonNotFound) { - lMessage = [NSString stringWithFormat : NSLocalizedString(@"'%@' not registered to Service", nil), lUserName]; + lMessage = [NSString stringWithFormat : NSLocalizedString(@"'%@' not registered", nil), lUserName]; } else { if (message != nil) { lMessage = [NSString stringWithFormat : NSLocalizedString(@"%@\nReason was: %@", nil), lMessage, message]; diff --git a/Classes/WizardViewController.m b/Classes/WizardViewController.m index e1cdf533f..b42ccd397 100644 --- a/Classes/WizardViewController.m +++ b/Classes/WizardViewController.m @@ -428,7 +428,7 @@ static UICompositeViewDescription *compositeDescription = nil; } if([errors length]) { - UIAlertView* errorView = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Check error",nil) + UIAlertView* errorView = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Check error(s)",nil) message:[errors substringWithRange:NSMakeRange(0, [errors length] - 1)] delegate:nil cancelButtonTitle:NSLocalizedString(@"Continue",nil) diff --git a/Classes/en.lproj/DialerViewController.xib b/Classes/en.lproj/DialerViewController.xib index 4e797df2a..00b0844df 100644 --- a/Classes/en.lproj/DialerViewController.xib +++ b/Classes/en.lproj/DialerViewController.xib @@ -80,7 +80,7 @@ IBCocoaTouchFramework 0 - Enter sip address or phone number... + Enter SIP address or phone number... 3 MQA @@ -659,6 +659,7 @@ {{214, 0}, {106, 69}} + _NS:9 NO diff --git a/Classes/en.lproj/DialerViewController~ipad.xib b/Classes/en.lproj/DialerViewController~ipad.xib index 526b49aca..c4844b21a 100644 --- a/Classes/en.lproj/DialerViewController~ipad.xib +++ b/Classes/en.lproj/DialerViewController~ipad.xib @@ -75,7 +75,7 @@ IBIPadFramework 0 - Enter sip address or phone number... + Enter SIP address or phone number... 3 MQA @@ -656,6 +656,7 @@ {{126, 0}, {186, 85}} + _NS:9 NO diff --git a/Classes/en.lproj/WizardViewController.xib b/Classes/en.lproj/WizardViewController.xib index 70b4ee8eb..cb745509c 100644 --- a/Classes/en.lproj/WizardViewController.xib +++ b/Classes/en.lproj/WizardViewController.xib @@ -250,7 +250,7 @@ 7 NO IBCocoaTouchFramework - This assistant will help you to use a SIP account for your calls. + This assistant will help you to use a SIP account for your calls. 3 MC4zMzMzMzMzMzMzAA @@ -434,7 +434,7 @@ 200 NO IBCocoaTouchFramework - Enter you username and password with your email address + Enter your username and password with your email address 0 @@ -661,7 +661,7 @@ 200 NO IBCocoaTouchFramework - Enter you username and password of your linphone.org account + Enter your username and password of your linphone.org account 0 @@ -804,7 +804,7 @@ 200 NO IBCocoaTouchFramework - Enter you username and password with your SIP domain + Enter your username and password with your SIP domain 0 diff --git a/Classes/fr.lproj/ChatRoomViewController.xib b/Classes/fr.lproj/ChatRoomViewController.xib index 9336cdb48..86e584f55 100644 --- a/Classes/fr.lproj/ChatRoomViewController.xib +++ b/Classes/fr.lproj/ChatRoomViewController.xib @@ -71,7 +71,7 @@ _NS:9 NO - Contact's avatar + Avatar du contact @@ -93,7 +93,7 @@ 7 NO - Contact's name + Nom du contact IBCocoaTouchFramework @@ -159,7 +159,7 @@ _NS:9 NO - Send + Envoyez IBCocoaTouchFramework NO @@ -217,7 +217,7 @@ YES YES - Enter your message here + Entrez votre message ici IBCocoaTouchFramework YES @@ -280,7 +280,7 @@ _NS:9 NO - Back + Retour IBCocoaTouchFramework 0 @@ -307,7 +307,7 @@ _NS:9 NO - Edit + Éditer IBCocoaTouchFramework 0 diff --git a/Classes/fr.lproj/ChatViewController.xib b/Classes/fr.lproj/ChatViewController.xib index 4986fe592..e9f8e254d 100644 --- a/Classes/fr.lproj/ChatViewController.xib +++ b/Classes/fr.lproj/ChatViewController.xib @@ -67,7 +67,7 @@ _NS:9 NO - New Discussion + Nouvelle discussion IBCocoaTouchFramework 0 @@ -104,7 +104,7 @@ _NS:9 NO - Edit + Éditer IBCocoaTouchFramework 0 @@ -178,7 +178,7 @@ NO YES - Enter a address + Entrez une addresse IBCocoaTouchFramework 0 @@ -216,7 +216,7 @@ 7 NO IBCocoaTouchFramework - To: + À: 1 MCAwIDAAA diff --git a/Classes/fr.lproj/ContactDetailsLabelViewController.xib b/Classes/fr.lproj/ContactDetailsLabelViewController.xib index 670156316..15c4fce44 100644 --- a/Classes/fr.lproj/ContactDetailsLabelViewController.xib +++ b/Classes/fr.lproj/ContactDetailsLabelViewController.xib @@ -81,7 +81,7 @@ _NS:9 NO - Back + Retour IBCocoaTouchFramework 0 diff --git a/Classes/fr.lproj/ContactDetailsViewController.xib b/Classes/fr.lproj/ContactDetailsViewController.xib index c83ace1ee..6bfa7f648 100644 --- a/Classes/fr.lproj/ContactDetailsViewController.xib +++ b/Classes/fr.lproj/ContactDetailsViewController.xib @@ -66,7 +66,7 @@ _NS:9 NO - Back + Retour IBCocoaTouchFramework 0 @@ -103,7 +103,7 @@ _NS:9 NO - Cancel + Annuler IBCocoaTouchFramework 0 @@ -130,7 +130,7 @@ _NS:9 NO - Edit + Éditer IBCocoaTouchFramework 0 diff --git a/Classes/fr.lproj/ContactsViewController.xib b/Classes/fr.lproj/ContactsViewController.xib index 66f95d6d9..cc6c3a6dd 100644 --- a/Classes/fr.lproj/ContactsViewController.xib +++ b/Classes/fr.lproj/ContactsViewController.xib @@ -65,7 +65,7 @@ _NS:9 NO - All contacts filter + Afficher tout les contacts IBCocoaTouchFramework 0 @@ -103,7 +103,7 @@ _NS:9 NO - Linphone contacts filter + Afficher les contacts Linphone IBCocoaTouchFramework 0 @@ -131,7 +131,7 @@ _NS:9 NO - Add contact + Ajouter un contact IBCocoaTouchFramework 0 @@ -158,7 +158,7 @@ _NS:9 NO - Back + Retour IBCocoaTouchFramework 0 diff --git a/Classes/fr.lproj/DialerViewController.xib b/Classes/fr.lproj/DialerViewController.xib index 2efa9450d..f112f691d 100644 --- a/Classes/fr.lproj/DialerViewController.xib +++ b/Classes/fr.lproj/DialerViewController.xib @@ -73,12 +73,12 @@ NO NO - Enter a address + Entrez une addresse IBCocoaTouchFramework 0 - Enter sip address or phone number... + Entrez une addresse SIP ou un numéro de téléphone... 3 MQA @@ -380,7 +380,7 @@ NO NO - Star + Étoile IBCocoaTouchFramework 0 @@ -432,7 +432,7 @@ NO NO - Sharp + Dièse IBCocoaTouchFramework 0 @@ -474,7 +474,7 @@ _NS:9 NO - Add to contact + Ajouter au contact IBCocoaTouchFramework NO @@ -510,7 +510,7 @@ _NS:9 NO - Back + Retour IBCocoaTouchFramework 0 @@ -542,7 +542,7 @@ _NS:9 NO - Call + Appeler IBCocoaTouchFramework NO @@ -575,7 +575,7 @@ _NS:9 NO - Add call + Ajouter un appel IBCocoaTouchFramework NO @@ -608,7 +608,7 @@ _NS:9 NO - Transfer call + Transférer l'appel IBCocoaTouchFramework NO @@ -640,7 +640,7 @@ _NS:9 NO - Backspace + Effacer IBCocoaTouchFramework NO diff --git a/Classes/fr.lproj/DialerViewController~ipad.xib b/Classes/fr.lproj/DialerViewController~ipad.xib index 42f029282..b9b6c98fd 100644 --- a/Classes/fr.lproj/DialerViewController~ipad.xib +++ b/Classes/fr.lproj/DialerViewController~ipad.xib @@ -68,12 +68,12 @@ NO NO - Enter a address + Entrez une addresse IBIPadFramework 0 - Enter sip address or phone number... + Entrez une addresse SIP ou un numéro de téléphone... 3 MQA @@ -105,7 +105,7 @@ _NS:9 NO - Backscape + Effacer IBIPadFramework NO @@ -414,7 +414,7 @@ NO NO - Star + Étoile IBIPadFramework 0 @@ -466,7 +466,7 @@ NO NO - Sharp + Dièse IBIPadFramework 0 @@ -507,7 +507,7 @@ _NS:9 NO - Add to Contact + Ajouter au contact IBIPadFramework NO @@ -540,7 +540,7 @@ _NS:9 NO - Back + Retour IBIPadFramework 0 @@ -572,7 +572,7 @@ _NS:9 NO - Call + Appeler IBIPadFramework NO @@ -605,7 +605,7 @@ _NS:9 NO - Add call + Ajouter un appel IBIPadFramework NO @@ -637,7 +637,7 @@ _NS:9 NO - Transfer Call + Transférer l'appel IBIPadFramework NO diff --git a/Classes/fr.lproj/FirstLoginViewController.xib b/Classes/fr.lproj/FirstLoginViewController.xib index 097fbb335..b39ab6eb2 100644 --- a/Classes/fr.lproj/FirstLoginViewController.xib +++ b/Classes/fr.lproj/FirstLoginViewController.xib @@ -50,13 +50,13 @@ _NS:9 NO - Login + S'enregistrer IBCocoaTouchFramework 0 0 NO - Login + S'enregistrer 3 MC4zMzMzMzMzMzMzAA @@ -123,12 +123,12 @@ NO NO - Username + Nom d'utilisateur IBCocoaTouchFramework 0 - Username + Nom d'utilisateur 3 MAA @@ -165,13 +165,13 @@ NO NO - Password + Mot de passe IBCocoaTouchFramework 0 0 - Password + Mot de passe 3 MAA diff --git a/Classes/fr.lproj/HistoryDetailsViewController.xib b/Classes/fr.lproj/HistoryDetailsViewController.xib index 1c58703c5..90142d952 100644 --- a/Classes/fr.lproj/HistoryDetailsViewController.xib +++ b/Classes/fr.lproj/HistoryDetailsViewController.xib @@ -64,7 +64,7 @@ _NS:9 NO - Back + Retour IBCocoaTouchFramework 0 @@ -101,7 +101,7 @@ _NS:9 NO - Add to contact + Ajouter au contact IBCocoaTouchFramework 0 @@ -186,7 +186,7 @@ _NS:9 NO - Contact's avatar + Avatar du contact @@ -208,7 +208,7 @@ 7 NO - Contact's name + Nom du contact IBCocoaTouchFramework Contact1 @@ -285,7 +285,7 @@ 7 NO - Call date + Date de l'appel IBCocoaTouchFramework @@ -330,7 +330,7 @@ IBCocoaTouchFramework - Duration: + Durée: 0 10 @@ -349,7 +349,7 @@ 7 NO - Call duration + Durée de l'appel IBCocoaTouchFramework @@ -406,7 +406,7 @@ 7 NO - Call type + Type d'appel IBCocoaTouchFramework @@ -433,7 +433,7 @@ _NS:9 NO - Callback + Rappeler IBCocoaTouchFramework 0 diff --git a/Classes/fr.lproj/HistoryViewController.xib b/Classes/fr.lproj/HistoryViewController.xib index 28d489ce8..f16aac91b 100644 --- a/Classes/fr.lproj/HistoryViewController.xib +++ b/Classes/fr.lproj/HistoryViewController.xib @@ -65,7 +65,7 @@ _NS:9 NO - Delete all + Supprimer tout IBCocoaTouchFramework 0 @@ -102,7 +102,7 @@ _NS:9 NO - All contacts filter + Afficher tout les contacts IBCocoaTouchFramework 0 @@ -130,7 +130,7 @@ _NS:9 NO - Missed contacts filter + Afficher les contacts Linphone IBCocoaTouchFramework 0 @@ -158,7 +158,7 @@ _NS:9 NO - Edit + Éditer IBCocoaTouchFramework 0 diff --git a/Classes/fr.lproj/InCallViewController.xib b/Classes/fr.lproj/InCallViewController.xib index 06a646eea..774bd64f0 100644 --- a/Classes/fr.lproj/InCallViewController.xib +++ b/Classes/fr.lproj/InCallViewController.xib @@ -142,7 +142,7 @@ _NS:9 NO - Switch camera + Changer de camera IBCocoaTouchFramework 0 diff --git a/Classes/fr.lproj/IncomingCallViewController.xib b/Classes/fr.lproj/IncomingCallViewController.xib index a58703eda..fe841cbf7 100644 --- a/Classes/fr.lproj/IncomingCallViewController.xib +++ b/Classes/fr.lproj/IncomingCallViewController.xib @@ -81,7 +81,7 @@ _NS:9 NO - Incoming call + Appel entrant IBCocoaTouchFramework @@ -102,7 +102,7 @@ 7 NO - Contact's name + Nom du contact IBCocoaTouchFramework 0102030405 @@ -4536,7 +4536,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE _NS:9 NO - Contact's avatar + Avatar du contact @@ -4585,7 +4585,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE _NS:9 NO - Accept + Accepter IBCocoaTouchFramework 0 @@ -4620,7 +4620,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE _NS:9 NO - Decline + Refuser IBCocoaTouchFramework 0 diff --git a/Classes/fr.lproj/WizardViewController.xib b/Classes/fr.lproj/WizardViewController.xib index fc0a9fc96..58ef418ab 100644 --- a/Classes/fr.lproj/WizardViewController.xib +++ b/Classes/fr.lproj/WizardViewController.xib @@ -66,7 +66,7 @@ _NS:9 NO - Cancel + Annuler IBCocoaTouchFramework 0 @@ -108,7 +108,7 @@ _NS:9 NO - Start + Démarrer IBCocoaTouchFramework 0 @@ -135,7 +135,7 @@ _NS:9 NO - Back + Retour IBCocoaTouchFramework 0 @@ -217,7 +217,7 @@ _NS:9 NO - Linphone setup assistant icon + Icône de l'assistant de configuration de compte IBCocoaTouchFramework @@ -237,7 +237,7 @@ 7 NO IBCocoaTouchFramework - This assistant will help you to use a SIP account for your calls. + Cet assistant va vous aider à utiliser votre compte SIP pour vos appels. 3 MC4zMzMzMzMzMzMzAA @@ -278,7 +278,7 @@ _NS:9 NO - Account setup assistant + Assistant de configuration de compte IBCocoaTouchFramework @@ -296,14 +296,14 @@ _NS:9 NO - Create linphone.org account + Créer un compte linphone.org IBCocoaTouchFramework 0 0 NO - Create an account on linphone.org + Crée un compte linphone.org @@ -333,14 +333,14 @@ _NS:9 NO - Sign in linphone.org account + S'enregistrer sur un compte linphone.org IBCocoaTouchFramework 0 0 NO - I have already a linphone.org account + J'ai déjà un compte linphone.org @@ -356,14 +356,14 @@ _NS:9 NO - Sign in SIP account + S'enregistrer sur un compte SIP IBCocoaTouchFramework 0 0 NO - I have already a SIP account + J'ai déjà un compte SIP @@ -391,7 +391,7 @@ _NS:9 NO - Account setup assistant + Assistant de configuration de compte IBCocoaTouchFramework @@ -410,7 +410,7 @@ 200 NO IBCocoaTouchFramework - Enter you username and password with your email address + Entrer votre nom d'utilisateur, votre mot de passe ainsi que votre addresse email 0 @@ -432,12 +432,12 @@ YES 100 - Username + Nom d'utilisateur IBCocoaTouchFramework 0 - Username + Nom d'utilisateur 3 MAA @@ -475,12 +475,12 @@ YES 101 - Password + Mot de passe IBCocoaTouchFramework 0 - Password + Mot de passe 3 MAA @@ -507,12 +507,12 @@ YES 102 - Password again + Mot de passe à nouveau IBCocoaTouchFramework 0 - Password + Mot de passe 3 MAA @@ -567,13 +567,13 @@ _NS:9 NO - Register + Créer IBCocoaTouchFramework 0 0 NO - Register + S'enregistrer @@ -608,7 +608,7 @@ _NS:9 NO - Account setup assistant + Assistant de configuration de compte IBCocoaTouchFramework @@ -627,7 +627,7 @@ 200 NO IBCocoaTouchFramework - Enter you username and password of your linphone.org account + Entrez le nom d'utilisateur et le mot de passe de votre compte linphone.org 0 @@ -646,13 +646,13 @@ _NS:9 NO - Sign in + S'enregistrer IBCocoaTouchFramework 0 0 NO - Sign in + S'enregistrer @@ -671,12 +671,12 @@ YES 101 - Password + Mot de passe IBCocoaTouchFramework 0 - Password + Mot de passe 3 MAA @@ -703,12 +703,12 @@ YES 100 - Username + Nom d'utilisateur IBCocoaTouchFramework 0 - Username + Nom d'utilisateur 3 MAA @@ -743,7 +743,7 @@ _NS:9 NO - Account setup assistant + Assistant de configuration de compte IBCocoaTouchFramework @@ -762,7 +762,7 @@ 200 NO IBCocoaTouchFramework - Enter you username and password with your SIP domain + Entrez votre nom d'utilisateur, votre mot de passe ainsi que votre domaine SIP 0 @@ -784,12 +784,12 @@ YES 100 - Username + Nom d'utilisateur IBCocoaTouchFramework 0 - Username + Nom d'utilisateur 3 MAA @@ -815,12 +815,12 @@ YES 101 - Password + Mot de passe IBCocoaTouchFramework 0 - Password + Mot de passe 3 MAA @@ -847,12 +847,12 @@ YES 104 - Domain + Domaine IBCocoaTouchFramework 0 - Domain + Domaine 3 MAA @@ -875,13 +875,13 @@ _NS:9 NO - Sign in + S'enregistrer IBCocoaTouchFramework 0 0 NO - Sign in + S'enregistrer @@ -909,7 +909,7 @@ _NS:9 NO - Account setup assistant + Assistant de configuration de compte IBCocoaTouchFramework @@ -928,7 +928,7 @@ 200 NO IBCocoaTouchFramework - Your account is created. Please check your mails in order to validate your account. + Votre compte est crée. Vérifier vos emails pour valider votre compte. 0 @@ -947,13 +947,13 @@ _NS:9 NO - Check validation + Vérifier la validation IBCocoaTouchFramework 0 0 NO - Check validation + Verifiez la validation @@ -977,7 +977,7 @@ IBCocoaTouchFramework 0 - Password + Mot de passe 3 MAA @@ -1009,7 +1009,7 @@ IBCocoaTouchFramework 0 - Username + Nom d'utilisateur 3 MAA diff --git a/Resources/en.lproj/Localizable.strings b/Resources/en.lproj/Localizable.strings index 3b8e89a40903c581ae655e5f4f8debcc5bb8b95c..7bb5ecb9f7486359e18aa4a353367318225cc2b2 100644 GIT binary patch delta 629 zcmZ3G{4aCE38u+5%3PCQFsV(BQjXYM!@P}yRfD0JL36Spk0LXWHL)>zvJ4N;=50KC zxF(lKNboB#q%jmRjwrG3YaJF(@(k0*%UK$N`GvG2~BvFRjdr zE+Rd7mTcJMRZ;?zy`;D{8%dQgTN7`*KhQ!Ypy9Sati%B1O=gsf-uy}S3A-e!yAXYio=k2dqNm8fZiyc?5H5l4DpDhGAMNNfgz~?^mZ!HdnwRBP+)KchAr6J zlNq^$C#wjH@RtDfgTfQ)`N{l(qL!c_Qve1QL8A~I+3oJEXWwS JIYQ5a833@dg^>UN delta 179 zcmeyDxgdGN2_{(uh7yK+1_g#-hE#?khBAgshGZa12`FOApfGtplcq2h6_YorMsE&a z-o`O`0gu?^KipiCXGlj({=m(%c^c0iE>35Lcm`jfiSCmhibYSpA}+@1iy|^jLTYk> zJjdi0;zE(&6%A=in^rLayAxe)>Ybaq_d)t7T}$ui>b*47dwaS+&!gVYcR$mUcskL@gS4BD z6VE=?xN92y&*S(~>u+csBOT|}2B{!rXoI`GtXY9mX;D09McZEZUc!h-Ih-rCEYew}UHK>NWyF#1@0gO45^_pydh z$Sf`SSSUFZ4kTpU!E+gE&Yoc`UWI*cO%ale?Jt}kX6d#+XvfKkH2f&9T~>aio!!s7 ziq^E-$1k*BXtyO1`9U&w@@~%3hxy4<-QAGx59CAHar71a#p{M7<00mGBp!BF@o+`& zLxIPQWe>2&^TezZd9fYMQ)HMG4@LV__j$INe$gFU2iEh5?L1oFKg>INS{|6vY&cV%?sUFSo?r2J=r<2w9L4k`Hr;0 z8{1Ye@HQ*$pFF8;>am`%W*cj8M+kTIGti!a6>PORjzI!**^A*R zDs&S6x0ksYn$wP##XiCheDzeh#H17y85$L~nS>nH6Z=Ke~x z7cIKqf2*HS;Qd!8^&e75EcB`Yw&$UN*jpGHyEK9madU=Vwi3m=~3i2tl-RZU*3xNGv*IpFgSUOx=1`L zSw+D?#OtUUo}ovp^0g~@^&R<*Tj`l*dMa9OYn~Tc3vYtAyQzENt2K9Bcer|5T~2QtecYDQsW4*CYHwa} zM?M+I$q=y0WbNea#G;4X3&`wPiN6Dm;sr?rSfcH`*?}4P29x3^(c@;gd^5vYd16b`Xmbb;;Tf)*iA( zc(x^jrZP`Ey`>JcOybwhko8sJGFKl<0_y79-5i&d-WHu2bhmUO7Gsp!l3n!uHg=b~ z!~Dd)Qgs}Q_9M|+@6>_h%@Gxr06$Gtv6UqC5v@q;o#z)!zGtgQJ@6_}(T5@Sr`|-2 z_*9=nfd$o2TnSE{{bs8@1Y3zbyVc_JrLV@!o6*ZC^YzEK>xH3rW!-+&n<$zpH9W8N z=dURkOFleur=iqdr0WQUWF~kG;+5!6BEemKy12c0knUD8=x=T0?1AcmMcVzX)k;J_ z+u|1cO^yG2A4jK}&XJ>oE+;KjmTh7&=VZ-eDVVJy}! zy8Sn@AI^A?$<$emD+Qy>A;%Wcud;OxejIDuulil&fjI$(7gu!es&D6O3N0lyBI}cT zEN~Vcvp?*vt0r|7rCoQW-$6nj@xA0R$j3k##bZVCXIYTN-Eao#@yrB0^iZRB7PGao zFpq>dd;;rtJ>80^;$FP5=r#U1TUR3?>xzolvaaJIwoUCrSleT1EAbMim#%_$XCtxy$83$<<@GZLzo7&bYd@=kxgvEw-7^jvr{_dHOj~;qik`HMQOP zNY_#2iHC~#i1}>g+g0U@zqm}E+l~*e{&%bHSmd%JLs@I&8#%JAHVv&Yv0CXukWYew zDF3NGeYUNjyr*Z275v~fxbf_02mON`*~D@}t{o+dr%MXrq3D^W-?G=S=eU|vcHf-D z9ayQTJUCW@JEfL#GoS1%c<+eA@UR|N^RAPVPH1o53E3ES`35R3P|uydld&~3@0PVA`0pRqnt7hIs;NTy#b==rM?pLy-q zx?&bqziQ4AeK}IZt8ubxOIW}|TznQc7~#4(SBw1cIbdjy`N(iQ-|Pw~>{ruU%f>{z zetsqX-z6jLRqzbj$X?NX>l*n_H;af9uI^!yZ-jm3#31_~-v{YC^>e?{Z}fw|)19II zQ{XbaHE1X}Ur4fDOR1}Wme84WmS=Gq3Dnlh`V2Jl)#&N+ zlD%*@Xt-P#x2x%^LU6H)F*eW^8{O+?yzCgd*U!(K`)=te-UjbVmW$1&Ua}$ywl}z` zZ`~|uai)^JmTELJ)_JVGZF%$Y!gJ?ISiGo*{P!qp6F+~eUHeJD{n|S+6f)ng;{I)x zp3<#ETXwUBCyw<0@}O_TTy-RAPkJ$H8RO9}>aovMr|9a-ny9yw|K0yC`d%}k%~-j* zLd3a}gRC7sVL*1!t>ru3s5{VIjr5tAIE64j)muwG{o4A>Uabl18B_RI{u6`#?-Q+0 zzsGjxvuN3`43%UMN%YYqENHOnwFqxHg$_RHKa&GBt(YW z&&L{OJ&Ycrr-%sB2!+<#*2S`_6aH`M%$G?x(4Zk+s=O z#Fkl_w|25oHo_*^T^1*HJM(A=<2o5JodxT{Y}>FE3H5Y$I+%OJxO5WUo@jUZu$Suv0W%rgDZ@A2sNbcJv{4 z^&NGks}!WGq|8znimRERYV?~+A~^Utamj}7)fL#Sc465ZMqE+|5_Z%uHrxUXZW$$R z2|eyC*+I%Hf|wj6E@N4?aobm;Lam|w)E2!bjiiU)sIT?fuaMpe{>(fy&X5wryu0~Y z1^HSY*6aO)Uhg3_F^i{45RST(IYiC5!$nK6Q9P_3Lafe|^(pvSr}AsKDdLOIMlNsh z3`=s!x!VHIaRHA{xM;~$;1#&$kKmmvCim#_Op|o`hXPJS%zY4cG AX#fBK diff --git a/Settings/InAppSettings.bundle/Video.plist b/Settings/InAppSettings.bundle/Video.plist index 3cc5566b7..2cc185b15 100644 --- a/Settings/InAppSettings.bundle/Video.plist +++ b/Settings/InAppSettings.bundle/Video.plist @@ -8,7 +8,7 @@ Type PSToggleSwitchSpecifier Title - Automatically start video + Automatically start Key start_video_preference DefaultValue @@ -18,7 +18,7 @@ Type PSToggleSwitchSpecifier Title - Automatically accept video + Automatically accept Key accept_video_preference DefaultValue diff --git a/Settings/InAppSettings.bundle/en.lproj/Advanced.strings b/Settings/InAppSettings.bundle/en.lproj/Advanced.strings new file mode 100644 index 000000000..c7b00a51f --- /dev/null +++ b/Settings/InAppSettings.bundle/en.lproj/Advanced.strings @@ -0,0 +1,51 @@ +/* Debug */ +"Debug" = "Debug"; + +/* Debug */ +"Debug" = "Debug"; + +/* Console */ +"Console" = "Console"; + +/* */ +"" = ""; + +/* Animations */ +"Animations" = "Animations"; + +/* Rotation */ +"Rotation" = "Rotation"; + +/* Background mode */ +"Background mode" = "Background mode"; + +/* Start at boot */ +"Start at boot" = "Start at boot"; + +/* First login view */ +"First login view" = "First login view"; + +/* Expire */ +"Expire" = "Expire"; + +/* Primary account */ +"Primary account" = "Primary account"; + +/* Display name */ +"Display name" = "Display name"; + +/* Username */ +"Username" = "Username"; + +/* Rotation */ +"Rotation" = "Rotation"; + +/* Automatic */ +"Automatic" = "Automatic"; + +/* Portrait */ +"Portrait" = "Portrait"; + +/* Landscape */ +"Landscape" = "Landscape"; + diff --git a/Settings/InAppSettings.bundle/en.lproj/Audio.strings b/Settings/InAppSettings.bundle/en.lproj/Audio.strings new file mode 100644 index 000000000..9ac131e7f --- /dev/null +++ b/Settings/InAppSettings.bundle/en.lproj/Audio.strings @@ -0,0 +1,30 @@ +/* Codecs */ +"Codecs" = "Codecs"; + +/* Speex 16Khz */ +"Speex 16Khz" = "Speex 16Khz"; + +/* Speex 8Khz */ +"Speex 8Khz" = "Speex 8Khz"; + +/* Silk 24Khz */ +"Silk 24Khz" = "Silk 24Khz"; + +/* Silk 16Khz */ +"Silk 16Khz" = "Silk 16Khz"; + +/* G722 */ +"G722" = "G722"; + +/* GSM */ +"GSM" = "GSM"; + +/* ILBC */ +"ILBC" = "ILBC"; + +/* PCMU */ +"PCMU" = "PCMU"; + +/* PCMA */ +"PCMA" = "PCMA"; + diff --git a/Settings/InAppSettings.bundle/en.lproj/Call.strings b/Settings/InAppSettings.bundle/en.lproj/Call.strings new file mode 100644 index 000000000..68876b8cc --- /dev/null +++ b/Settings/InAppSettings.bundle/en.lproj/Call.strings @@ -0,0 +1,12 @@ +/* Prefix */ +"Prefix" = "Prefix"; + +/* Substitue + by 00 */ +"Substitue + by 00" = "Substitue + by 00"; + +/* Send inband DTMFs */ +"Send inband DTMFs" = "Send inband DTMFs"; + +/* Send SIP INFO DTMFs */ +"Send SIP INFO DTMFs" = "Send SIP INFO DTMFs"; + diff --git a/Settings/InAppSettings.bundle/en.lproj/Root.strings b/Settings/InAppSettings.bundle/en.lproj/Root.strings index 8cd87b9d6b20c1fbf87bd4db3db267fca5ad4df9..ebc359c287dddc5bd84c234552385a462387223d 100644 GIT binary patch literal 693 zcmZ9KyHdk26hwP}g~p{De*i<_2^2JtkRiPyX+VP`F_s*{-y`oz!lpZ`J@@+AcjEZ8 z7g8xdyC}N8X;--w_hOUpnx^l>TQHMw@?zlE1p6=1-OCWZ{iLCm0J8>)5B?&pgGPju zG4GoE?T3pN;uaA5mpPu(V`%YJ#qAL${vC1jXkxVPJz#qY&}*Rh=;V1c;%c?=kkKmh}Q?0W4q5Xk_4zk{L>2TDv4oLP_;ObCqGQbDH=CUp>In literal 546 zcmaixOHRW;5JYRuDMndFh#Ua1V1d}N;sVAV2TO?uC3a9aJn*VxFrY}tnon0(S66#J z-d9>G>6W!ur(SDqlp`9nn~*(m%iWnv?yq`Qfp6XbK1?+om~~#r)ZnhkYQU_VbfjuT zHNn`CX<0sd*m1A}>&5sU$akD=GTXJ1e diff --git a/Settings/InAppSettings.bundle/en.lproj/Video.strings b/Settings/InAppSettings.bundle/en.lproj/Video.strings new file mode 100644 index 000000000..1072b20c8 --- /dev/null +++ b/Settings/InAppSettings.bundle/en.lproj/Video.strings @@ -0,0 +1,21 @@ +/* Automatically start video */ +"Automatically start" = "Automatically start"; + +/* Automatically accept video */ +"Automatically accept" = "Automatically accept"; + +/* Show self view */ +"Show self view" = "Show self view"; + +/* Codecs */ +"Codecs" = "Codecs"; + +/* mpeg4 */ +"mpeg4" = "mpeg4"; + +/* h264 */ +"h264" = "h264"; + +/* VP8 */ +"VP8" = "VP8"; + diff --git a/Settings/InAppSettings.bundle/fr.lproj/Advanced.strings b/Settings/InAppSettings.bundle/fr.lproj/Advanced.strings new file mode 100644 index 000000000..cf45cf575 --- /dev/null +++ b/Settings/InAppSettings.bundle/fr.lproj/Advanced.strings @@ -0,0 +1,51 @@ +/* Debug */ +"Debug" = "Debogue"; + +/* Debug */ +"Debug" = "Debogue"; + +/* Console */ +"Console" = "Console"; + +/* */ +"" = ""; + +/* Animations */ +"Animations" = "Animations"; + +/* Rotation */ +"Rotation" = "Rotation"; + +/* Background mode */ +"Background mode" = "Mode tâche de fond"; + +/* Start at boot */ +"Start at boot" = "Démarrage automatique"; + +/* First login view */ +"First login view" = "First login view"; + +/* Expire */ +"Expire" = "Expiration"; + +/* Primary account */ +"Primary account" = "Compte principal"; + +/* Display name */ +"Display name" = "Nom d'affichage"; + +/* Username */ +"Username" = "Nom d'utilisateur"; + +/* Rotation */ +"Rotation" = "Rotation"; + +/* Automatic */ +"Automatic" = "Automatique"; + +/* Portrait */ +"Portrait" = "Portrait"; + +/* Landscape */ +"Landscape" = "Paysage"; + diff --git a/Settings/InAppSettings.bundle/fr.lproj/Audio.strings b/Settings/InAppSettings.bundle/fr.lproj/Audio.strings new file mode 100644 index 0000000000000000000000000000000000000000..975efd03a087939b9697dbb2aae2a740ec6defa3 GIT binary patch literal 66 rcmezWkBdPc2o)Hd8S)uY7*ZLM8HyRW7?e=>NRL~+J$!>NsGrP}6 zpgzlJrCe5f9aJe$*vdodBes9N*C&7`?Io@tmqqc_Q zs7$H0+7ah9V@B>`$NA~O>ZF9)fjb80v#~asYl=JXp$pY`n80w=nI61;!d<}MFdFon pj(bh18s?MIfA!T{q#5%yoC`cHTWoEAzmWfVbR8R}-&Xe1djb9AO;Z2> literal 0 HcmV?d00001 diff --git a/Settings/InAppSettings.bundle/fr.lproj/Root.strings b/Settings/InAppSettings.bundle/fr.lproj/Root.strings new file mode 100644 index 000000000..5ac83fabf --- /dev/null +++ b/Settings/InAppSettings.bundle/fr.lproj/Root.strings @@ -0,0 +1,54 @@ +/* SIP account */ +"SIP account" = "Compte SIP"; + +/* User name */ +"User name" = "Nom d'utilisateur"; + +/* Password */ +"Password" = "Mot de passe"; + +/* Domain */ +"Domain" = "Domaine"; + +/* Proxy */ +"Proxy" = "Proxy"; + +/* Outbound proxy */ +"Outbound proxy" = "Proxy de sortie"; + +/* Settings */ +"Settings" = "Options"; + +/* Enable video */ +"Enable video" = "Activer vidéo"; + +/* Audio */ +"Audio" = "Audio"; + +/* Video */ +"Video" = "Vidéo"; + +/* Call */ +"Call" = "Appel"; + +/* Network */ +"Network" = "Réseau"; + +/* Advanced */ +"Advanced" = "Avancées"; + +/* */ +"" = ""; + +/* About */ +"About" = "À Propos"; + +/* Quit */ +"Quit" = "Quitter"; + +/* Release */ +"Release" = "Release"; + +/* Clear cache */ +"Clear cache" = "Clear cache"; + diff --git a/Settings/InAppSettings.bundle/fr.lproj/Video.strings b/Settings/InAppSettings.bundle/fr.lproj/Video.strings new file mode 100644 index 0000000000000000000000000000000000000000..a94d95b183680b330fb818248b5bb3a140580959 GIT binary patch literal 488 zcmb7=$qm9V6h!BoDl9iZ0f<8c9i#%wghdJ%92QYBO#shuu)_fbS@!o|X8vfNk4h7c zQLVF13fjpLxAMe}bEDT&af-Y~7kW#zOjfcZQ5M{cYqik*y&=Npw1&qJhntV&EwfWL zj8W&%>Oma-)K}uN!n$DlI1#iTsj|@qU#?8|=;^fLm;7p}CAWU{vx0{CgbN_!mk)EQ R$$ig;#8~E;VOUK*z5sI`Qz!rc literal 0 HcmV?d00001 diff --git a/linphone-Info.plist b/linphone-Info.plist index 7b5fcad31..029fc86db 100644 --- a/linphone-Info.plist +++ b/linphone-Info.plist @@ -2,17 +2,6 @@ - CFBundleURLTypes - - - CFBundleURLName - org.linphone.phone - CFBundleURLSchemes - - sip - - - CFBundleDevelopmentRegion English CFBundleDisplayName @@ -43,12 +32,32 @@ org.linphone.phone CFBundleInfoDictionaryVersion 6.0 + CFBundleLocalizations + + en + fr + CFBundleName ${PRODUCT_NAME} CFBundlePackageType APPL CFBundleShortVersionString 3.5.2 + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLIconFile + linphone_icon_72@2x + CFBundleURLName + org.linphone.phone + CFBundleURLSchemes + + sip + + + CFBundleVersion 1.3 NSMainNibFile diff --git a/linphone.ldb/Contents.plist b/linphone.ldb/Contents.plist index d4bac3ea5..f587e1cf2 100644 --- a/linphone.ldb/Contents.plist +++ b/linphone.ldb/Contents.plist @@ -69,6 +69,8 @@ en Edit + fr + Éditer snapshots @@ -92,6 +94,8 @@ en Back + fr + Retour snapshots @@ -115,6 +119,8 @@ en Cancel + fr + Annuler snapshots @@ -182,6 +188,8 @@ en Back + fr + Retour snapshots @@ -249,6 +257,8 @@ en Back + fr + Retour snapshots @@ -272,6 +282,8 @@ en Edit + fr + Éditer snapshots @@ -295,6 +307,8 @@ en Send + fr + Envoyez snapshots @@ -318,6 +332,8 @@ en Contact's name + fr + Nom du contact snapshots @@ -364,6 +380,8 @@ en Contact's avatar + fr + Avatar du contact snapshots @@ -387,6 +405,8 @@ en Enter your message here + fr + Entrez votre message ici snapshots @@ -477,6 +497,8 @@ en Edit + fr + Éditer snapshots @@ -500,6 +522,8 @@ en New Discussion + fr + Nouvelle discussion snapshots @@ -523,6 +547,8 @@ en Enter a address + fr + Entrez une addresse snapshots @@ -546,6 +572,8 @@ en To: + fr + À: snapshots @@ -613,6 +641,8 @@ en All contacts filter + fr + Afficher tout les contacts snapshots @@ -636,6 +666,8 @@ en Linphone contacts filter + fr + Afficher les contacts Linphone snapshots @@ -659,6 +691,8 @@ en Add contact + fr + Ajouter un contact snapshots @@ -682,6 +716,8 @@ en Back + fr + Retour snapshots @@ -704,17 +740,17 @@ backup - 1 + 2 class BLWrapperHandle name - Classes/DialerViewController/1/DialerViewController.xib + Classes/DialerViewController/2/DialerViewController.xib change date - 2012-09-10T15:13:02Z + 2012-09-11T07:20:07Z changed values class @@ -724,7 +760,7 @@ flags 0 hash - 13c159c763c7583463ca5f1586ae1974 + 1061080157a1d2f471718344fb1449a0 name DialerViewController.xib @@ -749,6 +785,8 @@ en Enter a address + fr + Entrez une addresse snapshots @@ -761,7 +799,7 @@ class BLStringKeyObject comment - Class = "IBUITextField"; placeholder = "Enter sip address or phone number..."; ObjectID = "4"; + Class = "IBUITextField"; placeholder = "Enter SIP address or phone number..."; ObjectID = "4"; errors flags @@ -771,7 +809,9 @@ localizations en - Enter sip address or phone number... + Enter SIP address or phone number... + fr + Entrez une addresse SIP ou un numéro de téléphone... snapshots @@ -795,6 +835,8 @@ en 3 + fr + 3 snapshots @@ -818,6 +860,8 @@ en 4 + fr + 4 snapshots @@ -841,6 +885,8 @@ en 5 + fr + 5 snapshots @@ -864,6 +910,8 @@ en 6 + fr + 6 snapshots @@ -887,6 +935,8 @@ en 7 + fr + 7 snapshots @@ -910,6 +960,8 @@ en 8 + fr + 8 snapshots @@ -933,6 +985,8 @@ en 9 + fr + 9 snapshots @@ -956,6 +1010,8 @@ en 2 + fr + 2 snapshots @@ -979,6 +1035,8 @@ en 1 + fr + 1 snapshots @@ -1002,6 +1060,8 @@ en Star + fr + Étoile snapshots @@ -1025,6 +1085,8 @@ en 0 + fr + 0 snapshots @@ -1048,6 +1110,8 @@ en Sharp + fr + Dièse snapshots @@ -1071,6 +1135,8 @@ en Back + fr + Retour snapshots @@ -1094,6 +1160,8 @@ en Add call + fr + Ajouter un appel snapshots @@ -1117,6 +1185,8 @@ en Backspace + fr + Effacer snapshots @@ -1140,6 +1210,8 @@ en Add to contact + fr + Ajouter au contact snapshots @@ -1163,6 +1235,8 @@ en Call + fr + Appeler snapshots @@ -1186,6 +1260,8 @@ en Transfer call + fr + Transférer l'appel snapshots @@ -1198,9 +1274,9 @@ versions en - 1 + 2 fr - 1 + 2 @@ -1208,17 +1284,17 @@ backup - 1 + 2 class BLWrapperHandle name - Classes/DialerViewController~ipad/1/DialerViewController~ipad.xib + Classes/DialerViewController~ipad/2/DialerViewController~ipad.xib change date - 2012-09-10T15:13:22Z + 2012-09-11T07:20:16Z changed values class @@ -1228,7 +1304,7 @@ flags 0 hash - 1ed22f3f31bb5198ca991b340a165b4c + fc4e4cbece826acf96d8cbb7d692bf2f name DialerViewController~ipad.xib @@ -1253,6 +1329,8 @@ en Enter a address + fr + Entrez une addresse snapshots @@ -1265,7 +1343,7 @@ class BLStringKeyObject comment - Class = "IBUITextField"; placeholder = "Enter sip address or phone number..."; ObjectID = "6"; + Class = "IBUITextField"; placeholder = "Enter SIP address or phone number..."; ObjectID = "6"; errors flags @@ -1275,7 +1353,9 @@ localizations en - Enter sip address or phone number... + Enter SIP address or phone number... + fr + Entrez une addresse SIP ou un numéro de téléphone... snapshots @@ -1299,6 +1379,8 @@ en Star + fr + Étoile snapshots @@ -1322,6 +1404,8 @@ en 6 + fr + 6 snapshots @@ -1345,6 +1429,8 @@ en 0 + fr + 0 snapshots @@ -1368,6 +1454,8 @@ en Sharp + fr + Dièse snapshots @@ -1391,6 +1479,8 @@ en 9 + fr + 9 snapshots @@ -1414,6 +1504,8 @@ en 8 + fr + 8 snapshots @@ -1437,6 +1529,8 @@ en 7 + fr + 7 snapshots @@ -1460,6 +1554,8 @@ en 4 + fr + 4 snapshots @@ -1483,6 +1579,8 @@ en 5 + fr + 5 snapshots @@ -1506,6 +1604,8 @@ en 3 + fr + 3 snapshots @@ -1529,6 +1629,8 @@ en 2 + fr + 2 snapshots @@ -1552,6 +1654,8 @@ en 1 + fr + 1 snapshots @@ -1575,6 +1679,8 @@ en Transfer Call + fr + Transférer l'appel snapshots @@ -1598,6 +1704,8 @@ en Call + fr + Appeler snapshots @@ -1621,6 +1729,8 @@ en Back + fr + Retour snapshots @@ -1644,6 +1754,8 @@ en Add call + fr + Ajouter un appel snapshots @@ -1667,6 +1779,8 @@ en Add to Contact + fr + Ajouter au contact snapshots @@ -1690,6 +1804,8 @@ en Backscape + fr + Effacer snapshots @@ -1702,9 +1818,9 @@ versions en - 1 + 2 fr - 1 + 2 @@ -1757,6 +1873,8 @@ en Username + fr + Nom d'utilisateur snapshots @@ -1780,6 +1898,8 @@ en Username + fr + Nom d'utilisateur snapshots @@ -1803,6 +1923,8 @@ en Password + fr + Mot de passe snapshots @@ -1826,6 +1948,8 @@ en Password + fr + Mot de passe snapshots @@ -1849,6 +1973,8 @@ en Login + fr + S'enregistrer snapshots @@ -1872,6 +1998,8 @@ en Login + fr + S'enregistrer snapshots @@ -1939,6 +2067,8 @@ en Back + fr + Retour snapshots @@ -1962,6 +2092,8 @@ en Contact's avatar + fr + Avatar du contact snapshots @@ -1985,6 +2117,8 @@ en Contact's name + fr + Nom du contact snapshots @@ -2031,6 +2165,8 @@ en Date: + fr + Date: snapshots @@ -2054,6 +2190,8 @@ en Call date + fr + Date de l'appel snapshots @@ -2100,6 +2238,8 @@ en Duration: + fr + Durée: snapshots @@ -2123,6 +2263,8 @@ en Call duration + fr + Durée de l'appel snapshots @@ -2169,6 +2311,8 @@ en Call type + fr + Type d'appel snapshots @@ -2215,6 +2359,8 @@ en Type: + fr + Type: snapshots @@ -2238,6 +2384,8 @@ en Callback + fr + Rappeler snapshots @@ -2284,6 +2432,8 @@ en Add to contact + fr + Ajouter au contact snapshots @@ -2351,6 +2501,8 @@ en All contacts filter + fr + Afficher tout les contacts snapshots @@ -2374,6 +2526,8 @@ en Missed contacts filter + fr + Afficher les contacts Linphone snapshots @@ -2397,6 +2551,8 @@ en Edit + fr + Éditer snapshots @@ -2420,6 +2576,8 @@ en Delete all + fr + Supprimer tout snapshots @@ -2443,6 +2601,8 @@ en Del + fr + Del snapshots @@ -2510,6 +2670,8 @@ en Switch camera + fr + Changer de camera snapshots @@ -2577,6 +2739,8 @@ en Decline + fr + Refuser snapshots @@ -2600,6 +2764,8 @@ en Accept + fr + Accepter snapshots @@ -2623,6 +2789,8 @@ en Contact's name + fr + Nom du contact snapshots @@ -2669,6 +2837,8 @@ en Incoming call + fr + Appel entrant snapshots @@ -2692,6 +2862,8 @@ en Contact's avatar + fr + Avatar du contact snapshots @@ -2714,17 +2886,17 @@ backup - 1 + 2 class BLWrapperHandle name - Classes/WizardViewController/1/WizardViewController.xib + Classes/WizardViewController/2/WizardViewController.xib change date - 2012-09-10T15:50:00Z + 2012-09-11T07:32:37Z changed values class @@ -2734,7 +2906,7 @@ flags 0 hash - 42816e9f5499a89abc8b9520051622f6 + 6feda2909660b9c654e2bde3ba932af7 name WizardViewController.xib @@ -2759,6 +2931,8 @@ en Start + fr + Démarrer snapshots @@ -2782,6 +2956,8 @@ en Back + fr + Retour snapshots @@ -2805,6 +2981,8 @@ en Cancel + fr + Annuler snapshots @@ -2828,6 +3006,8 @@ en Linphone setup assistant icon + fr + Icône de l'assistant de configuration de compte snapshots @@ -2840,7 +3020,7 @@ class BLStringKeyObject comment - Class = "IBUILabel"; text = "This assistant will help you to use a SIP account for your calls."; ObjectID = "22"; + Class = "IBUILabel"; text = "This assistant will help you to use a SIP account for your calls."; ObjectID = "22"; errors flags @@ -2850,7 +3030,9 @@ localizations en - This assistant will help you to use a SIP account for your calls. + This assistant will help you to use a SIP account for your calls. + fr + Cet assistant va vous aider à utiliser votre compte SIP pour vos appels. snapshots @@ -2874,6 +3056,8 @@ en Create linphone.org account + fr + Créer un compte linphone.org snapshots @@ -2897,6 +3081,8 @@ en Create an account on linphone.org + fr + Crée un compte linphone.org snapshots @@ -2920,6 +3106,8 @@ en Account setup assistant + fr + Assistant de configuration de compte snapshots @@ -2943,6 +3131,8 @@ en Sign in linphone.org account + fr + S'enregistrer sur un compte linphone.org snapshots @@ -2966,6 +3156,8 @@ en I have already a linphone.org account + fr + J'ai déjà un compte linphone.org snapshots @@ -2989,6 +3181,8 @@ en Sign in SIP account + fr + S'enregistrer sur un compte SIP snapshots @@ -3012,6 +3206,8 @@ en I have already a SIP account + fr + J'ai déjà un compte SIP snapshots @@ -3035,6 +3231,8 @@ en Account setup assistant + fr + Assistant de configuration de compte snapshots @@ -3058,6 +3256,8 @@ en Account setup assistant + fr + Assistant de configuration de compte snapshots @@ -3081,6 +3281,8 @@ en Account setup assistant + fr + Assistant de configuration de compte snapshots @@ -3093,7 +3295,7 @@ class BLStringKeyObject comment - Class = "IBUILabel"; text = "Enter you username and password with your SIP domain"; ObjectID = "58"; + Class = "IBUILabel"; text = "Enter your username and password with your SIP domain"; ObjectID = "58"; errors flags @@ -3103,7 +3305,9 @@ localizations en - Enter you username and password with your SIP domain + Enter your username and password with your SIP domain + fr + Entrez votre nom d'utilisateur, votre mot de passe ainsi que votre domaine SIP snapshots @@ -3127,6 +3331,8 @@ en Username + fr + Nom d'utilisateur snapshots @@ -3150,6 +3356,8 @@ en Username + fr + Nom d'utilisateur snapshots @@ -3173,6 +3381,8 @@ en Password + fr + Mot de passe snapshots @@ -3196,6 +3406,8 @@ en Password + fr + Mot de passe snapshots @@ -3219,6 +3431,8 @@ en Domain + fr + Domaine snapshots @@ -3242,6 +3456,8 @@ en Domain + fr + Domaine snapshots @@ -3265,6 +3481,8 @@ en Sign in + fr + S'enregistrer snapshots @@ -3288,6 +3506,8 @@ en Sign in + fr + S'enregistrer snapshots @@ -3311,6 +3531,8 @@ en Sign in + fr + S'enregistrer snapshots @@ -3334,6 +3556,8 @@ en Sign in + fr + S'enregistrer snapshots @@ -3357,6 +3581,8 @@ en Password + fr + Mot de passe snapshots @@ -3380,6 +3606,8 @@ en Password + fr + Mot de passe snapshots @@ -3392,7 +3620,7 @@ class BLStringKeyObject comment - Class = "IBUILabel"; text = "Enter you username and password of your linphone.org account"; ObjectID = "67"; + Class = "IBUILabel"; text = "Enter your username and password of your linphone.org account"; ObjectID = "67"; errors flags @@ -3402,7 +3630,9 @@ localizations en - Enter you username and password of your linphone.org account + Enter your username and password of your linphone.org account + fr + Entrez le nom d'utilisateur et le mot de passe de votre compte linphone.org snapshots @@ -3426,6 +3656,8 @@ en Username + fr + Nom d'utilisateur snapshots @@ -3449,6 +3681,8 @@ en Username + fr + Nom d'utilisateur snapshots @@ -3461,7 +3695,7 @@ class BLStringKeyObject comment - Class = "IBUILabel"; text = "Enter you username and password with your email address"; ObjectID = "73"; + Class = "IBUILabel"; text = "Enter your username and password with your email address"; ObjectID = "73"; errors flags @@ -3471,7 +3705,9 @@ localizations en - Enter you username and password with your email address + Enter your username and password with your email address + fr + Entrer votre nom d'utilisateur, votre mot de passe ainsi que votre addresse email snapshots @@ -3495,6 +3731,8 @@ en Username + fr + Nom d'utilisateur snapshots @@ -3518,6 +3756,8 @@ en Username + fr + Nom d'utilisateur snapshots @@ -3541,6 +3781,8 @@ en Password + fr + Mot de passe snapshots @@ -3564,6 +3806,8 @@ en Password + fr + Mot de passe snapshots @@ -3587,6 +3831,8 @@ en Password again + fr + Mot de passe à nouveau snapshots @@ -3610,6 +3856,8 @@ en Password + fr + Mot de passe snapshots @@ -3633,6 +3881,8 @@ en Register + fr + Créer snapshots @@ -3656,6 +3906,8 @@ en Register + fr + S'enregistrer snapshots @@ -3679,6 +3931,8 @@ en Email + fr + Email snapshots @@ -3702,6 +3956,8 @@ en Email + fr + Email snapshots @@ -3725,6 +3981,8 @@ en Check validation + fr + Vérifier la validation snapshots @@ -3748,6 +4006,8 @@ en Check validation + fr + Verifiez la validation snapshots @@ -3771,6 +4031,8 @@ en Username + fr + Nom d'utilisateur snapshots @@ -3794,6 +4056,8 @@ en Your account is created. Please check your mails in order to validate your account. + fr + Votre compte est crée. Vérifier vos emails pour valider votre compte. snapshots @@ -3817,6 +4081,8 @@ en Password + fr + Mot de passe snapshots @@ -3840,6 +4106,8 @@ en Account setup assistant + fr + Assistant de configuration de compte snapshots @@ -3852,9 +4120,9 @@ versions en - 1 + 2 fr - 1 + 2 @@ -3889,17 +4157,17 @@ backup - 1 + 2 class BLWrapperHandle name - LinphoneUI/UICallBar/1/UICallBar.xib + LinphoneUI/UICallBar/2/UICallBar.xib change date - 2012-09-10T15:23:27Z + 2012-09-11T07:54:30Z changed values class @@ -3909,7 +4177,7 @@ flags 0 hash - 21217614bd20aef77a46e2656ec50428 + 29c97d00d72b5ceb34645a57ea2f296f name UICallBar.xib @@ -3934,6 +4202,8 @@ en Back + fr + Retour snapshots @@ -3957,6 +4227,8 @@ en Hangup + fr + Raccrocher snapshots @@ -3980,6 +4252,8 @@ en Pause + fr + Pause snapshots @@ -4003,6 +4277,8 @@ en Speaker + fr + Haut parleur snapshots @@ -4026,6 +4302,8 @@ en Options + fr + Options snapshots @@ -4049,6 +4327,8 @@ en Micro + fr + Micro snapshots @@ -4072,6 +4352,8 @@ en Video + fr + Vidéo snapshots @@ -4084,7 +4366,7 @@ class BLStringKeyObject comment - Class = "IBUIButton"; accessibilityLabel = "Start Conference"; ObjectID = "21"; + Class = "IBUIButton"; accessibilityLabel = "Start conference"; ObjectID = "21"; errors flags @@ -4094,7 +4376,9 @@ localizations en - Start Conference + Start conference + fr + Démarrer une conférence snapshots @@ -4118,6 +4402,8 @@ en Star + fr + Étoile snapshots @@ -4141,6 +4427,8 @@ en 6 + fr + 6 snapshots @@ -4164,6 +4452,8 @@ en 0 + fr + 0 snapshots @@ -4187,6 +4477,8 @@ en Sharp + fr + Dièse snapshots @@ -4210,6 +4502,8 @@ en 9 + fr + 9 snapshots @@ -4233,6 +4527,8 @@ en 8 + fr + 8 snapshots @@ -4256,6 +4552,8 @@ en 7 + fr + 7 snapshots @@ -4279,6 +4577,8 @@ en 4 + fr + 4 snapshots @@ -4302,6 +4602,8 @@ en 5 + fr + 5 snapshots @@ -4325,6 +4627,8 @@ en 3 + fr + 3 snapshots @@ -4348,6 +4652,8 @@ en 2 + fr + 2 snapshots @@ -4371,6 +4677,8 @@ en 1 + fr + 1 snapshots @@ -4394,6 +4702,8 @@ en Add call + fr + Ajouter un appel snapshots @@ -4417,10 +4727,15 @@ en Transfer call + fr + Transferer l'appel snapshots + + old objects + change date 2001-01-01T00:00:00Z @@ -4609,7 +4924,9 @@ change date 2001-01-01T00:00:00Z changed values - + + <reference> + class BLStringKeyObject comment @@ -4632,7 +4949,10 @@ change date 2001-01-01T00:00:00Z changed values - + + <reference> + fr + class BLStringKeyObject comment @@ -4647,21 +4967,21 @@ en Add call + fr + Ajouter un appel snapshots - old objects - snapshots versions en - 1 + 2 fr - 1 + 2 @@ -4669,17 +4989,17 @@ backup - 1 + 2 class BLWrapperHandle name - LinphoneUI/UICallBar~ipad/1/UICallBar~ipad.xib + LinphoneUI/UICallBar~ipad/2/UICallBar~ipad.xib change date - 2012-09-10T15:24:52Z + 2012-09-11T07:54:16Z changed values class @@ -4689,7 +5009,7 @@ flags 0 hash - 5f071ae1683c558236da3e9e81c4f310 + 8c4903cac7f135d809c9b2c0b019ecef name UICallBar~ipad.xib @@ -4714,6 +5034,8 @@ en Back + fr + Retour snapshots @@ -4737,6 +5059,8 @@ en Hangup + fr + Raccrocher snapshots @@ -4749,7 +5073,7 @@ class BLStringKeyObject comment - Class = "IBUIButton"; accessibilityLabel = "Start Conference"; ObjectID = "12"; + Class = "IBUIButton"; accessibilityLabel = "Start conference"; ObjectID = "12"; errors flags @@ -4759,7 +5083,9 @@ localizations en - Start Conference + Start conference + fr + Démarrer une conférence snapshots @@ -4783,6 +5109,8 @@ en Pause + fr + Pause snapshots @@ -4806,6 +5134,8 @@ en Options + fr + Options snapshots @@ -4829,6 +5159,8 @@ en Speaker + fr + Haut parleur snapshots @@ -4852,6 +5184,8 @@ en Micro + fr + Micro snapshots @@ -4875,6 +5209,8 @@ en Video + fr + Vidéo snapshots @@ -4898,6 +5234,8 @@ en 1 + fr + 1 snapshots @@ -4921,6 +5259,8 @@ en 2 + fr + 2 snapshots @@ -4944,6 +5284,8 @@ en 3 + fr + 3 snapshots @@ -4967,6 +5309,8 @@ en 4 + fr + 4 snapshots @@ -4990,6 +5334,8 @@ en 5 + fr + 5 snapshots @@ -5013,6 +5359,8 @@ en 6 + fr + 6 snapshots @@ -5036,6 +5384,8 @@ en 7 + fr + 7 snapshots @@ -5059,6 +5409,8 @@ en 8 + fr + 8 snapshots @@ -5082,6 +5434,8 @@ en 9 + fr + 9 snapshots @@ -5105,6 +5459,8 @@ en Star + fr + Étoile snapshots @@ -5128,6 +5484,8 @@ en 0 + fr + 0 snapshots @@ -5151,6 +5509,8 @@ en Sharp + fr + Dièse snapshots @@ -5174,6 +5534,8 @@ en Add call + fr + Ajouter un appel snapshots @@ -5197,10 +5559,15 @@ en Transfer call + fr + Transferer l'appel snapshots + + old objects + change date 2001-01-01T00:00:00Z @@ -5432,16 +5799,14 @@ - old objects - snapshots versions en - 1 + 2 fr - 1 + 2 @@ -5494,6 +5859,8 @@ en Conference + fr + Conférence snapshots @@ -5517,6 +5884,8 @@ en Pause + fr + Pause snapshots @@ -5586,6 +5955,8 @@ en Remove + fr + Supprimer snapshots @@ -5609,6 +5980,8 @@ en Remove Contact + fr + Supprimer le Contact snapshots @@ -5631,17 +6004,17 @@ backup - 1 + 2 class BLWrapperHandle name - LinphoneUI/UIMainBar/1/UIMainBar.xib + LinphoneUI/UIMainBar/2/UIMainBar.xib change date - 2012-09-10T15:26:19Z + 2012-09-11T08:02:48Z changed values class @@ -5651,7 +6024,7 @@ flags 0 hash - 5cec6bcd22057df549ea6ed9d5dcf3bc + 8bc9a094a2fba0f004e847ed8f520c9f name UIMainBar.xib @@ -5676,6 +6049,8 @@ en Chat + fr + Chat snapshots @@ -5699,6 +6074,8 @@ en History + fr + Historique snapshots @@ -5722,6 +6099,8 @@ en Dialer + fr + Clavier snapshots @@ -5745,6 +6124,8 @@ en Contacts + fr + Contacts snapshots @@ -5768,6 +6149,8 @@ en Settings + fr + Options snapshots @@ -5780,7 +6163,7 @@ class BLStringKeyObject comment - Class = "IBUILabel"; accessibilityLabel = "History missed"; ObjectID = "34"; + Class = "IBUILabel"; accessibilityLabel = "Missed call(s)"; ObjectID = "34"; errors flags @@ -5790,7 +6173,9 @@ localizations en - History missed + Missed call(s) + fr + Appel(s) manqué(s) snapshots @@ -5807,7 +6192,7 @@ errors flags - 0 + 2 key 34.text localizations @@ -5826,7 +6211,7 @@ class BLStringKeyObject comment - Class = "IBUILabel"; accessibilityLabel = "Chat missed"; ObjectID = "38"; + Class = "IBUILabel"; accessibilityLabel = "Missed message(s)"; ObjectID = "38"; errors flags @@ -5836,7 +6221,9 @@ localizations en - Chat missed + Missed message(s) + fr + Message(s) manqué(s) snapshots @@ -5853,7 +6240,7 @@ errors flags - 0 + 2 key 38.text localizations @@ -5872,9 +6259,9 @@ versions en - 1 + 2 fr - 1 + 2 @@ -5882,17 +6269,17 @@ backup - 1 + 2 class BLWrapperHandle name - LinphoneUI/UIMainBar~ipad/1/UIMainBar~ipad.xib + LinphoneUI/UIMainBar~ipad/2/UIMainBar~ipad.xib change date - 2012-09-10T15:27:06Z + 2012-09-11T08:04:14Z changed values class @@ -5902,7 +6289,7 @@ flags 0 hash - 2a8f1a9fc65ae4366e6ae727c36ca4f9 + 970b92610d2a68797043e496662a777d name UIMainBar~ipad.xib @@ -5927,6 +6314,8 @@ en Dialer + fr + Clavier snapshots @@ -5950,6 +6339,8 @@ en Chat + fr + Chat snapshots @@ -5973,6 +6364,8 @@ en History + fr + Historique snapshots @@ -5996,6 +6389,8 @@ en Contacts + fr + Contacts snapshots @@ -6019,6 +6414,8 @@ en Settings + fr + Options snapshots @@ -6031,7 +6428,7 @@ class BLStringKeyObject comment - Class = "IBUILabel"; accessibilityLabel = "History missed"; ObjectID = "11"; + Class = "IBUILabel"; accessibilityLabel = "Missed call(s)"; ObjectID = "11"; errors flags @@ -6041,7 +6438,9 @@ localizations en - History missed + Missed call(s) + fr + Appel(s) manqué(s) snapshots @@ -6077,7 +6476,7 @@ class BLStringKeyObject comment - Class = "IBUILabel"; accessibilityLabel = "Chat missed"; ObjectID = "14"; + Class = "IBUILabel"; accessibilityLabel = "Missed message(s)"; ObjectID = "14"; errors flags @@ -6087,7 +6486,9 @@ localizations en - Chat missed + Missed message(s) + fr + Message(s) manqué(s) snapshots @@ -6115,121 +6516,6 @@ snapshots - - change date - 2001-01-01T00:00:00Z - changed values - - class - BLStringKeyObject - comment - Class = "IBUIButton"; accessibilityLabel = "Settings"; ObjectID = "30"; - errors - - flags - 0 - key - 30.accessibilityLabel - localizations - - en - Settings - - snapshots - - - - change date - 2001-01-01T00:00:00Z - changed values - - class - BLStringKeyObject - comment - Class = "IBUIButton"; accessibilityLabel = "Contacts"; ObjectID = "31"; - errors - - flags - 0 - key - 31.accessibilityLabel - localizations - - en - Contacts - - snapshots - - - - change date - 2001-01-01T00:00:00Z - changed values - - class - BLStringKeyObject - comment - Class = "IBUIButton"; accessibilityLabel = "History"; ObjectID = "32"; - errors - - flags - 0 - key - 32.accessibilityLabel - localizations - - en - History - - snapshots - - - - change date - 2001-01-01T00:00:00Z - changed values - - class - BLStringKeyObject - comment - Class = "IBUIButton"; accessibilityLabel = "Chat"; ObjectID = "33"; - errors - - flags - 0 - key - 33.accessibilityLabel - localizations - - en - Chat - - snapshots - - - - change date - 2001-01-01T00:00:00Z - changed values - - class - BLStringKeyObject - comment - Class = "IBUIButton"; accessibilityLabel = "Dialer"; ObjectID = "35"; - errors - - flags - 0 - key - 35.accessibilityLabel - localizations - - en - Dialer - - snapshots - - change date 2001-01-01T00:00:00Z @@ -6278,15 +6564,150 @@ old objects - + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + fr + + class + BLStringKeyObject + comment + Class = "IBUIButton"; accessibilityLabel = "Settings"; ObjectID = "30"; + errors + + flags + 0 + key + 30.accessibilityLabel + localizations + + en + Settings + fr + Options + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + fr + + class + BLStringKeyObject + comment + Class = "IBUIButton"; accessibilityLabel = "Contacts"; ObjectID = "31"; + errors + + flags + 0 + key + 31.accessibilityLabel + localizations + + en + Contacts + fr + Contacts + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + + class + BLStringKeyObject + comment + Class = "IBUIButton"; accessibilityLabel = "History"; ObjectID = "32"; + errors + + flags + 0 + key + 32.accessibilityLabel + localizations + + en + History + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + + class + BLStringKeyObject + comment + Class = "IBUIButton"; accessibilityLabel = "Chat"; ObjectID = "33"; + errors + + flags + 0 + key + 33.accessibilityLabel + localizations + + en + Chat + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + fr + + class + BLStringKeyObject + comment + Class = "IBUIButton"; accessibilityLabel = "Dialer"; ObjectID = "35"; + errors + + flags + 0 + key + 35.accessibilityLabel + localizations + + en + Dialer + fr + Clavier + + snapshots + + + snapshots versions en - 1 + 2 fr - 1 + 2 @@ -6339,6 +6760,8 @@ en Contact's name + fr + Nom du contact snapshots @@ -6355,7 +6778,7 @@ errors flags - 0 + 2 key 8.text localizations @@ -6385,6 +6808,8 @@ en Contact's avatar + fr + Avatar du contact snapshots @@ -6407,17 +6832,17 @@ backup - 1 + 2 class BLWrapperHandle name - LinphoneUI/UICallCell/1/UICallCell.xib + LinphoneUI/UICallCell/2/UICallCell.xib change date - 2012-09-10T15:32:07Z + 2012-09-11T07:57:05Z changed values class @@ -6427,7 +6852,7 @@ flags 0 hash - cc6d2f3f532fa2140d7fad349cfeb4c5 + b4d5d9456e9ba50e6f6232c1b27a3ef2 name UICallCell.xib @@ -6452,6 +6877,8 @@ en Contact's name + fr + Nom du contact snapshots @@ -6468,7 +6895,7 @@ errors flags - 0 + 2 key 17.text localizations @@ -6498,6 +6925,8 @@ en Call state + fr + État de l'appel snapshots @@ -6510,7 +6939,7 @@ class BLStringKeyObject comment - Class = "IBUILabel"; accessibilityLabel = "Call state"; ObjectID = "19"; + Class = "IBUILabel"; accessibilityLabel = "Duration"; ObjectID = "19"; errors flags @@ -6520,7 +6949,9 @@ localizations en - Call state + Duration + fr + Durée snapshots @@ -6537,7 +6968,7 @@ errors flags - 0 + 2 key 19.text localizations @@ -6567,6 +6998,8 @@ en Contact's avatar + fr + Avatar du contact snapshots @@ -6590,6 +7023,8 @@ en Expand + fr + Agrandir snapshots @@ -6613,6 +7048,8 @@ en Pause + fr + Pause snapshots @@ -6636,6 +7073,8 @@ en Remove + fr + Supprimer snapshots @@ -6648,9 +7087,9 @@ versions en - 1 + 2 fr - 1 + 2 @@ -6695,7 +7134,7 @@ change date - 2012-09-10T14:42:01Z + 2012-09-11T10:28:55Z changed values class @@ -6705,7 +7144,7 @@ flags 0 hash - 69120e517d5f8a0ef7d82d62c184845e + e6f2d74fc56bbbdbcee0adb3a997cc4c name Localizable.strings @@ -6730,6 +7169,8 @@ en (Aborted) + fr + (Annulé) snapshots @@ -6753,6 +7194,8 @@ en (Declined) + fr + (Refusé) snapshots @@ -6776,6 +7219,8 @@ en (Missed) + fr + (Manqué) snapshots @@ -6801,6 +7246,9 @@ Reason was: %@ en %1$@ Reason was: %2$@ + fr + %1$@ +La cause était: %2$@ snapshots @@ -6819,11 +7267,13 @@ Reason was: %2$@ flags 0 key - '%@' not registered to Service + '%@' not registered localizations en - '%@' not registered to Service + '%@' not registered + fr + '%' n'est pas enregistré snapshots @@ -6847,6 +7297,8 @@ Reason was: %2$@ en '%@' would like to enable video + fr + '%@' voudrait activer la video snapshots @@ -6870,6 +7322,8 @@ Reason was: %2$@ en Accept + fr + Accepter snapshots @@ -6893,6 +7347,8 @@ Reason was: %2$@ en Account creation issue + fr + Problème de création de compte snapshots @@ -6916,6 +7372,8 @@ Reason was: %2$@ en Account validation issue + fr + Problème de validation du compte snapshots @@ -6939,6 +7397,8 @@ Reason was: %2$@ en Alert + fr + Alerte snapshots @@ -6962,6 +7422,8 @@ Reason was: %2$@ en Answer + fr + Répondre snapshots @@ -6985,6 +7447,8 @@ Reason was: %2$@ en Bad credentials, check your account settings + fr + Erreur d'authenfication, vérifiez la configuration du compte snapshots @@ -7008,6 +7472,8 @@ Reason was: %2$@ en Battery is running low. Stop video ? + fr + La batterie est faible. Voulez vous stoppez la vidéo? snapshots @@ -7031,6 +7497,8 @@ Reason was: %2$@ en Call failed + fr + Échec de l'appel snapshots @@ -7054,6 +7522,8 @@ Reason was: %2$@ en Can't create the account. Please try again. + fr + Ne peux pas créer le compte. Veuillez réessayer. snapshots @@ -7077,6 +7547,8 @@ Reason was: %2$@ en Cannot call %@ + fr + Ne peux pas appeler %@ snapshots @@ -7100,6 +7572,8 @@ Reason was: %2$@ en Cannot make call + fr + Appel impossible snapshots @@ -7118,11 +7592,13 @@ Reason was: %2$@ flags 0 key - Check error + Check error(s) localizations en - Check error + Check error(s) + fr + Vérification erreur(s) snapshots @@ -7146,6 +7622,8 @@ Reason was: %2$@ en Check issue + fr + Problème de vérification snapshots @@ -7169,6 +7647,8 @@ Reason was: %2$@ en Communication issue + fr + Problème de communication snapshots @@ -7192,6 +7672,8 @@ Reason was: %2$@ en Communication issue (%@) + fr + Problème de communication (%@) snapshots @@ -7215,6 +7697,8 @@ Reason was: %2$@ en Continue + fr + Continuer snapshots @@ -7238,6 +7722,8 @@ Reason was: %2$@ en Continue video + fr + Continuer la vidéo snapshots @@ -7261,6 +7747,8 @@ Reason was: %2$@ en Decline + fr + Refuser snapshots @@ -7284,6 +7772,8 @@ Reason was: %2$@ en Dismiss + fr + Valider snapshots @@ -7307,6 +7797,8 @@ Reason was: %2$@ en Either configure a SIP proxy server from settings prior to place a call or use a valid SIP address (I.E sip:john@example.net) + fr + Veuillez configurer un serveur proxy SIP dans les options ou entrez une addresse SIP avant de faire un appel (I.E sip:john@example.net) snapshots @@ -7330,6 +7822,8 @@ Reason was: %2$@ en Either configure a SIP proxy server from settings prior to send a message or use a valid SIP address (I.E sip:john@example.net) + fr + Veuillez configurer un serveur proxy SIP dans les options ou entrez une addresse SIP avant d'envoyer un message (I.E sip:john@example.net) snapshots @@ -7353,6 +7847,8 @@ Reason was: %2$@ en Enter your password + fr + Entre votre mot de passe snapshots @@ -7376,6 +7872,8 @@ Reason was: %2$@ en Enter your username + fr + Entrez votre nom d'utilisateur snapshots @@ -7399,6 +7897,8 @@ Reason was: %2$@ en First name + fr + Prénom snapshots @@ -7421,7 +7921,9 @@ Reason was: %2$@ localizations en - IC_MSG + Incoming call from %@ + fr + Appel entrant de %@ snapshots @@ -7444,7 +7946,9 @@ Reason was: %2$@ localizations en - IM_MSG + Incoming message from %@ + fr + Message entrant de %@ snapshots @@ -7468,6 +7972,8 @@ Reason was: %2$@ en Incoming call + fr + Appel entrant snapshots @@ -7491,6 +7997,8 @@ Reason was: %2$@ en Invalid SIP address + fr + Adresse SIP invalide snapshots @@ -7514,6 +8022,31 @@ Reason was: %2$@ en Last name + fr + Nom + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + InAppSettingsKit + errors + + flags + 2 + key + Mail not configured + localizations + + en + Mail not configured snapshots @@ -7537,6 +8070,8 @@ Reason was: %2$@ en Network down + fr + Aucun réseau snapshots @@ -7560,6 +8095,8 @@ Reason was: %2$@ en Network Error + fr + Erreur réseau snapshots @@ -7583,6 +8120,8 @@ Reason was: %2$@ en No microphone + fr + Aucun microphone snapshots @@ -7606,6 +8145,8 @@ Reason was: %2$@ en No SIP account configured + fr + Aucun compte SIP configuré snapshots @@ -7629,6 +8170,8 @@ Reason was: %2$@ en No SIP account defined + fr + Aucun compte SIP défini snapshots @@ -7652,6 +8195,33 @@ Reason was: %2$@ en Not registered + fr + Non enregistré + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + InAppSettingsKit + errors + + flags + 0 + key + OK + localizations + + en + OK + fr + OK snapshots @@ -7675,6 +8245,8 @@ Reason was: %2$@ en Ok + fr + Ok snapshots @@ -7698,6 +8270,8 @@ Reason was: %2$@ en Outgoing call + fr + Appel sortant snapshots @@ -7721,6 +8295,8 @@ Reason was: %2$@ en Phone number + fr + Numéro de téléphone snapshots @@ -7744,6 +8320,8 @@ Reason was: %2$@ en Phone numbers + fr + Numéros de téléphone snapshots @@ -7767,6 +8345,8 @@ Reason was: %2$@ en Please make sure your device is connected to the internet and double check your SIP account configuration in the settings. + fr + Veuillez vérifier que votre appareil est connecté à internet et revérifier la configuration de votre compte dans les options. snapshots @@ -7790,6 +8370,8 @@ Reason was: %2$@ en Please terminate GSM call + fr + Veuillez terminer l'appel GSM snapshots @@ -7813,6 +8395,8 @@ Reason was: %2$@ en Registered + fr + Enregistré snapshots @@ -7836,6 +8420,8 @@ Reason was: %2$@ en Registration failed + fr + Enregistrement échoué snapshots @@ -7859,6 +8445,8 @@ Reason was: %2$@ en Registration failure + fr + Échec de l'enregistrement snapshots @@ -7882,6 +8470,33 @@ Reason was: %2$@ en Registration in progress + fr + Enregistrement en cours + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + No comment provided by engineer. + errors + + flags + 0 + key + Settings + localizations + + en + Settings + fr + Options snapshots @@ -7905,6 +8520,8 @@ Reason was: %2$@ en Show + fr + Afficher snapshots @@ -7928,6 +8545,8 @@ Reason was: %2$@ en SIP address + fr + Adresse SIP snapshots @@ -7951,6 +8570,8 @@ Reason was: %2$@ en SIP addresses + fr + Adresses SIP snapshots @@ -7974,6 +8595,8 @@ Reason was: %2$@ en SIP server unreachable + fr + Le serveur SIP est injoignable snapshots @@ -7997,6 +8620,8 @@ Reason was: %2$@ en Stop video + fr + Arrêter la video snapshots @@ -8022,6 +8647,8 @@ Reason was: %2$@ en The email is invalid. + fr + Cet email est invalide. snapshots @@ -8047,6 +8674,8 @@ Reason was: %2$@ en The password is too short (minimum %d characters). + fr + Le mode de passe est trop court (minimum %d caractères). snapshots @@ -8072,6 +8701,8 @@ Reason was: %2$@ en The passwords are different. + fr + Les mots de passe sont différents. snapshots @@ -8097,6 +8728,8 @@ Reason was: %2$@ en The username is too short (minimum %d characters). + fr + Le nom d'utilisateur est trop court (minimum %d caractères). snapshots @@ -8120,6 +8753,31 @@ Reason was: %2$@ en There is no network connection available, enable WIFI or WWAN prior to place a call + fr + Il n'y a aucune connexion réseau disponible, activer le WIFI ou le WWAN avant de faire un appel + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + InAppSettingsKit + errors + + flags + 2 + key + This device is not configured for sending Email. Please configure the Mail settings in the Settings app. + localizations + + en + This device is not configured for sending Email. Please configure the Mail settings in the Settings app. snapshots @@ -8143,6 +8801,8 @@ Reason was: %2$@ en Unknown + fr + Inconnu snapshots @@ -8166,6 +8826,8 @@ Reason was: %2$@ en Username already exists + fr + Le nom d'utilisateur existe déjà snapshots @@ -8189,6 +8851,8 @@ Reason was: %2$@ en You need to plug a microphone to your device to use this application. + fr + Vous devez brancher votre micro pour pouvoir utiliser l'application. snapshots @@ -8212,13 +8876,69 @@ Reason was: %2$@ en Your account is not validate yet. + fr + Votre compte n'est pas encore validé. snapshots old objects - + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + + class + BLStringKeyObject + comment + No comment provided by engineer. + errors + + flags + 0 + key + Check error + localizations + + en + Check error + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + fr + + class + BLStringKeyObject + comment + No comment provided by engineer. + errors + + flags + 0 + key + '%@' not registered to Service + localizations + + en + '%@' not registered to Service + fr + '%@' n'est pas enregistré + + snapshots + + + plist file snapshots @@ -8241,6 +8961,1719 @@ Reason was: %2$@ user name Resources + + associated Xcode projects + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLBundleObject + errors + + files + + + attachments + + backup + + 1 + + class + BLWrapperHandle + name + InAppSettings.bundle/Root/1/Root.strings + + + + change date + 2012-09-11T10:05:48Z + changed values + + class + BLStringsFileObject + errors + + flags + 0 + hash + 0a4db385ce9aee1237f3af978c3a98cf + + name + Root.strings + objects + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + SIP account + errors + + flags + 0 + key + SIP account + localizations + + en + SIP account + fr + Compte SIP + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + User name + errors + + flags + 0 + key + User name + localizations + + en + User name + fr + Nom d'utilisateur + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Password + errors + + flags + 0 + key + Password + localizations + + en + Password + fr + Mot de passe + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Domain + errors + + flags + 0 + key + Domain + localizations + + en + Domain + fr + Domaine + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Proxy + errors + + flags + 0 + key + Proxy + localizations + + en + Proxy + fr + Proxy + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Outbound proxy + errors + + flags + 0 + key + Outbound proxy + localizations + + en + Outbound proxy + fr + Proxy de sortie + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Settings + errors + + flags + 0 + key + Settings + localizations + + en + Settings + fr + Options + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Enable video + errors + + flags + 0 + key + Enable video + localizations + + en + Enable video + fr + Activer vidéo + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Audio + errors + + flags + 0 + key + Audio + localizations + + en + Audio + fr + Audio + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Video + errors + + flags + 0 + key + Video + localizations + + en + Video + fr + Vidéo + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Call + errors + + flags + 0 + key + Call + localizations + + en + Call + fr + Appel + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Network + errors + + flags + 0 + key + Network + localizations + + en + Network + fr + Réseau + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Advanced + errors + + flags + 0 + key + Advanced + localizations + + en + Advanced + fr + Avancées + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Advanced + errors + + flags + 2 + key + + localizations + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + About + errors + + flags + 0 + key + About + localizations + + en + About + fr + À Propos + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Quit + errors + + flags + 0 + key + Quit + localizations + + en + Quit + fr + Quitter + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Release + errors + + flags + 2 + key + Release + localizations + + en + Release + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Clear cache + errors + + flags + 2 + key + Clear cache + localizations + + en + Clear cache + + snapshots + + + + old objects + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + + class + BLStringKeyObject + comment + A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. + errors + + flags + 0 + key + Group + localizations + + en + Group + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + + class + BLStringKeyObject + comment + A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. + errors + + flags + 0 + key + Name + localizations + + en + Name + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + + class + BLStringKeyObject + comment + A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. + errors + + flags + 0 + key + none given + localizations + + en + none given + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + + class + BLStringKeyObject + comment + A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. + errors + + flags + 0 + key + Enabled + localizations + + en + Enabled + + snapshots + + + + plist file + + snapshots + + versions + + en + 1 + + + + attachments + + backup + + 1 + + class + BLWrapperHandle + name + InAppSettings.bundle/Advanced/1/Advanced.strings + + + + change date + 2012-09-11T10:05:14Z + changed values + + class + BLStringsFileObject + errors + + flags + 0 + hash + f72b15c7c0f7f2cba6c1df114414e788 + + name + Advanced.strings + objects + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Debug + errors + + flags + 0 + key + Debug + localizations + + en + Debug + fr + Debogue + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Console + errors + + flags + 0 + key + Console + localizations + + en + Console + fr + Console + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Console + errors + + flags + 2 + key + + localizations + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Animations + errors + + flags + 0 + key + Animations + localizations + + en + Animations + fr + Animations + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Rotation + errors + + flags + 0 + key + Rotation + localizations + + en + Rotation + fr + Rotation + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Background mode + errors + + flags + 0 + key + Background mode + localizations + + en + Background mode + fr + Mode tâche de fond + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Start at boot + errors + + flags + 0 + key + Start at boot + localizations + + en + Start at boot + fr + Démarrage automatique + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + First login view + errors + + flags + 2 + key + First login view + localizations + + en + First login view + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Expire + errors + + flags + 0 + key + Expire + localizations + + en + Expire + fr + Expiration + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Primary account + errors + + flags + 0 + key + Primary account + localizations + + en + Primary account + fr + Compte principal + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Display name + errors + + flags + 0 + key + Display name + localizations + + en + Display name + fr + Nom d'affichage + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Username + errors + + flags + 0 + key + Username + localizations + + en + Username + fr + Nom d'utilisateur + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Automatic + errors + + flags + 0 + key + Automatic + localizations + + en + Automatic + fr + Automatique + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Portrait + errors + + flags + 0 + key + Portrait + localizations + + en + Portrait + fr + Portrait + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Landscape + errors + + flags + 0 + key + Landscape + localizations + + en + Landscape + fr + Paysage + + snapshots + + + + old objects + + plist file + + snapshots + + versions + + en + 1 + + + + attachments + + backup + + 1 + + class + BLWrapperHandle + name + InAppSettings.bundle/Audio/1/Audio.strings + + + + change date + 2012-09-11T10:05:26Z + changed values + + class + BLStringsFileObject + errors + + flags + 0 + hash + e3ec0c0a4b3e250fec1852916b6b69ac + + name + Audio.strings + objects + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Codecs + errors + + flags + 0 + key + Codecs + localizations + + en + Codecs + fr + Codecs + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Speex 16Khz + errors + + flags + 2 + key + Speex 16Khz + localizations + + en + Speex 16Khz + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Speex 8Khz + errors + + flags + 2 + key + Speex 8Khz + localizations + + en + Speex 8Khz + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Silk 24Khz + errors + + flags + 2 + key + Silk 24Khz + localizations + + en + Silk 24Khz + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Silk 16Khz + errors + + flags + 2 + key + Silk 16Khz + localizations + + en + Silk 16Khz + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + G722 + errors + + flags + 2 + key + G722 + localizations + + en + G722 + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + GSM + errors + + flags + 2 + key + GSM + localizations + + en + GSM + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + ILBC + errors + + flags + 2 + key + ILBC + localizations + + en + ILBC + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + PCMU + errors + + flags + 2 + key + PCMU + localizations + + en + PCMU + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + PCMA + errors + + flags + 2 + key + PCMA + localizations + + en + PCMA + + snapshots + + + + old objects + + plist file + + snapshots + + versions + + en + 1 + + + + attachments + + backup + + 1 + + class + BLWrapperHandle + name + InAppSettings.bundle/Call/1/Call.strings + + + + change date + 2012-09-11T10:05:39Z + changed values + + class + BLStringsFileObject + errors + + flags + 0 + hash + 3cc5ec7e298d1a3aa4449641876f5960 + + name + Call.strings + objects + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Prefix + errors + + flags + 0 + key + Prefix + localizations + + en + Prefix + fr + Préfixe + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Substitue + by 00 + errors + + flags + 0 + key + Substitue + by 00 + localizations + + en + Substitue + by 00 + fr + Remplacer + par 00 + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Send inband DTMFs + errors + + flags + 0 + key + Send inband DTMFs + localizations + + en + Send inband DTMFs + fr + Envoyer des DTMFs dans le flux + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Send SIP INFO DTMFs + errors + + flags + 0 + key + Send SIP INFO DTMFs + localizations + + en + Send SIP INFO DTMFs + fr + Envoyer des DTMFs en SIP INFO + + snapshots + + + + old objects + + plist file + + snapshots + + versions + + en + 1 + + + + attachments + + backup + + 1 + + class + BLWrapperHandle + name + InAppSettings.bundle/Video/1/Video.strings + + + + change date + 2012-09-11T10:16:55Z + changed values + + class + BLStringsFileObject + errors + + flags + 0 + hash + ab1400cd24f02dacc6b2b98b0ce939b5 + + name + Video.strings + objects + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Automatically start video + errors + + flags + 0 + key + Automatically start + localizations + + en + Automatically start + fr + Démarrage automatique + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Automatically accept video + errors + + flags + 0 + key + Automatically accept + localizations + + en + Automatically accept + fr + Acceptation automatique + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Show self view + errors + + flags + 0 + key + Show self view + localizations + + en + Show self view + fr + Se voir + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + Codecs + errors + + flags + 0 + key + Codecs + localizations + + en + Codecs + fr + Codecs + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + mpeg4 + errors + + flags + 2 + key + mpeg4 + localizations + + en + mpeg4 + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + h264 + errors + + flags + 2 + key + h264 + localizations + + en + h264 + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + class + BLStringKeyObject + comment + VP8 + errors + + flags + 2 + key + VP8 + localizations + + en + VP8 + + snapshots + + + + old objects + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + fr + + class + BLStringKeyObject + comment + Automatically start video + errors + + flags + 0 + key + Automatically start video + localizations + + en + Automatically start video + fr + Démarrage automatique de la vidéo + + snapshots + + + + change date + 2001-01-01T00:00:00Z + changed values + + <reference> + fr + + class + BLStringKeyObject + comment + Automatically accept video + errors + + flags + 0 + key + Automatically accept video + localizations + + en + Automatically accept video + fr + Acceptation automatique + + snapshots + + + + plist file + + snapshots + + versions + + en + 1 + + + + flags + 0 + name + Settings/InAppSettings.bundle + naming style + 1 + referencing style + 1 + user name + InAppSettings.bundle + languages diff --git a/linphone.ldb/Resources/Classes/DialerViewController/1/DialerViewController.xib b/linphone.ldb/Resources/Classes/DialerViewController/2/DialerViewController.xib similarity index 99% rename from linphone.ldb/Resources/Classes/DialerViewController/1/DialerViewController.xib rename to linphone.ldb/Resources/Classes/DialerViewController/2/DialerViewController.xib index 4e797df2a..00b0844df 100644 --- a/linphone.ldb/Resources/Classes/DialerViewController/1/DialerViewController.xib +++ b/linphone.ldb/Resources/Classes/DialerViewController/2/DialerViewController.xib @@ -80,7 +80,7 @@ IBCocoaTouchFramework 0 - Enter sip address or phone number... + Enter SIP address or phone number... 3 MQA @@ -659,6 +659,7 @@ {{214, 0}, {106, 69}} + _NS:9 NO diff --git a/linphone.ldb/Resources/Classes/DialerViewController~ipad/1/DialerViewController~ipad.xib b/linphone.ldb/Resources/Classes/DialerViewController~ipad/2/DialerViewController~ipad.xib similarity index 99% rename from linphone.ldb/Resources/Classes/DialerViewController~ipad/1/DialerViewController~ipad.xib rename to linphone.ldb/Resources/Classes/DialerViewController~ipad/2/DialerViewController~ipad.xib index 526b49aca..c4844b21a 100644 --- a/linphone.ldb/Resources/Classes/DialerViewController~ipad/1/DialerViewController~ipad.xib +++ b/linphone.ldb/Resources/Classes/DialerViewController~ipad/2/DialerViewController~ipad.xib @@ -75,7 +75,7 @@ IBIPadFramework 0 - Enter sip address or phone number... + Enter SIP address or phone number... 3 MQA @@ -656,6 +656,7 @@ {{126, 0}, {186, 85}} + _NS:9 NO diff --git a/linphone.ldb/Resources/Classes/WizardViewController/1/WizardViewController.xib b/linphone.ldb/Resources/Classes/WizardViewController/2/WizardViewController.xib similarity index 99% rename from linphone.ldb/Resources/Classes/WizardViewController/1/WizardViewController.xib rename to linphone.ldb/Resources/Classes/WizardViewController/2/WizardViewController.xib index 70b4ee8eb..cb745509c 100644 --- a/linphone.ldb/Resources/Classes/WizardViewController/1/WizardViewController.xib +++ b/linphone.ldb/Resources/Classes/WizardViewController/2/WizardViewController.xib @@ -250,7 +250,7 @@ 7 NO IBCocoaTouchFramework - This assistant will help you to use a SIP account for your calls. + This assistant will help you to use a SIP account for your calls. 3 MC4zMzMzMzMzMzMzAA @@ -434,7 +434,7 @@ 200 NO IBCocoaTouchFramework - Enter you username and password with your email address + Enter your username and password with your email address 0 @@ -661,7 +661,7 @@ 200 NO IBCocoaTouchFramework - Enter you username and password of your linphone.org account + Enter your username and password of your linphone.org account 0 @@ -804,7 +804,7 @@ 200 NO IBCocoaTouchFramework - Enter you username and password with your SIP domain + Enter your username and password with your SIP domain 0 diff --git a/linphone.ldb/Resources/InAppSettings.bundle/Advanced/1/Advanced.strings b/linphone.ldb/Resources/InAppSettings.bundle/Advanced/1/Advanced.strings new file mode 100644 index 000000000..c7b00a51f --- /dev/null +++ b/linphone.ldb/Resources/InAppSettings.bundle/Advanced/1/Advanced.strings @@ -0,0 +1,51 @@ +/* Debug */ +"Debug" = "Debug"; + +/* Debug */ +"Debug" = "Debug"; + +/* Console */ +"Console" = "Console"; + +/* */ +"" = ""; + +/* Animations */ +"Animations" = "Animations"; + +/* Rotation */ +"Rotation" = "Rotation"; + +/* Background mode */ +"Background mode" = "Background mode"; + +/* Start at boot */ +"Start at boot" = "Start at boot"; + +/* First login view */ +"First login view" = "First login view"; + +/* Expire */ +"Expire" = "Expire"; + +/* Primary account */ +"Primary account" = "Primary account"; + +/* Display name */ +"Display name" = "Display name"; + +/* Username */ +"Username" = "Username"; + +/* Rotation */ +"Rotation" = "Rotation"; + +/* Automatic */ +"Automatic" = "Automatic"; + +/* Portrait */ +"Portrait" = "Portrait"; + +/* Landscape */ +"Landscape" = "Landscape"; + diff --git a/linphone.ldb/Resources/InAppSettings.bundle/Audio/1/Audio.strings b/linphone.ldb/Resources/InAppSettings.bundle/Audio/1/Audio.strings new file mode 100644 index 000000000..9ac131e7f --- /dev/null +++ b/linphone.ldb/Resources/InAppSettings.bundle/Audio/1/Audio.strings @@ -0,0 +1,30 @@ +/* Codecs */ +"Codecs" = "Codecs"; + +/* Speex 16Khz */ +"Speex 16Khz" = "Speex 16Khz"; + +/* Speex 8Khz */ +"Speex 8Khz" = "Speex 8Khz"; + +/* Silk 24Khz */ +"Silk 24Khz" = "Silk 24Khz"; + +/* Silk 16Khz */ +"Silk 16Khz" = "Silk 16Khz"; + +/* G722 */ +"G722" = "G722"; + +/* GSM */ +"GSM" = "GSM"; + +/* ILBC */ +"ILBC" = "ILBC"; + +/* PCMU */ +"PCMU" = "PCMU"; + +/* PCMA */ +"PCMA" = "PCMA"; + diff --git a/linphone.ldb/Resources/InAppSettings.bundle/Call/1/Call.strings b/linphone.ldb/Resources/InAppSettings.bundle/Call/1/Call.strings new file mode 100644 index 000000000..68876b8cc --- /dev/null +++ b/linphone.ldb/Resources/InAppSettings.bundle/Call/1/Call.strings @@ -0,0 +1,12 @@ +/* Prefix */ +"Prefix" = "Prefix"; + +/* Substitue + by 00 */ +"Substitue + by 00" = "Substitue + by 00"; + +/* Send inband DTMFs */ +"Send inband DTMFs" = "Send inband DTMFs"; + +/* Send SIP INFO DTMFs */ +"Send SIP INFO DTMFs" = "Send SIP INFO DTMFs"; + diff --git a/linphone.ldb/Resources/InAppSettings.bundle/Root/1/Root.strings b/linphone.ldb/Resources/InAppSettings.bundle/Root/1/Root.strings new file mode 100644 index 000000000..ebc359c28 --- /dev/null +++ b/linphone.ldb/Resources/InAppSettings.bundle/Root/1/Root.strings @@ -0,0 +1,54 @@ +/* SIP account */ +"SIP account" = "SIP account"; + +/* User name */ +"User name" = "User name"; + +/* Password */ +"Password" = "Password"; + +/* Domain */ +"Domain" = "Domain"; + +/* Proxy */ +"Proxy" = "Proxy"; + +/* Outbound proxy */ +"Outbound proxy" = "Outbound proxy"; + +/* Settings */ +"Settings" = "Settings"; + +/* Enable video */ +"Enable video" = "Enable video"; + +/* Audio */ +"Audio" = "Audio"; + +/* Video */ +"Video" = "Video"; + +/* Call */ +"Call" = "Call"; + +/* Network */ +"Network" = "Network"; + +/* Advanced */ +"Advanced" = "Advanced"; + +/* */ +"" = ""; + +/* About */ +"About" = "About"; + +/* Quit */ +"Quit" = "Quit"; + +/* Release */ +"Release" = "Release"; + +/* Clear cache */ +"Clear cache" = "Clear cache"; + diff --git a/linphone.ldb/Resources/InAppSettings.bundle/Video/1/Video.strings b/linphone.ldb/Resources/InAppSettings.bundle/Video/1/Video.strings new file mode 100644 index 000000000..1072b20c8 --- /dev/null +++ b/linphone.ldb/Resources/InAppSettings.bundle/Video/1/Video.strings @@ -0,0 +1,21 @@ +/* Automatically start video */ +"Automatically start" = "Automatically start"; + +/* Automatically accept video */ +"Automatically accept" = "Automatically accept"; + +/* Show self view */ +"Show self view" = "Show self view"; + +/* Codecs */ +"Codecs" = "Codecs"; + +/* mpeg4 */ +"mpeg4" = "mpeg4"; + +/* h264 */ +"h264" = "h264"; + +/* VP8 */ +"VP8" = "VP8"; + diff --git a/linphone.ldb/Resources/LinphoneUI/UICallBar/1/UICallBar.xib b/linphone.ldb/Resources/LinphoneUI/UICallBar/2/UICallBar.xib similarity index 99% rename from linphone.ldb/Resources/LinphoneUI/UICallBar/1/UICallBar.xib rename to linphone.ldb/Resources/LinphoneUI/UICallBar/2/UICallBar.xib index d3cebcc76..dba37abd8 100644 --- a/linphone.ldb/Resources/LinphoneUI/UICallBar/1/UICallBar.xib +++ b/linphone.ldb/Resources/LinphoneUI/UICallBar/2/UICallBar.xib @@ -755,7 +755,7 @@ NO 25 - Start Conference + Start conference IBCocoaTouchFramework 0 @@ -1155,7 +1155,7 @@ NO 16 - Add call + IBCocoaTouchFramework 0 @@ -1189,7 +1189,7 @@ NO 17 - Add call + IBCocoaTouchFramework 0 @@ -1252,7 +1252,7 @@ NO 19 - Video + IBCocoaTouchFramework 0 @@ -1303,7 +1303,7 @@ NO 21 - Micro + IBCocoaTouchFramework 0 @@ -1341,7 +1341,7 @@ NO 22 - Speaker + IBCocoaTouchFramework 0 @@ -1379,7 +1379,7 @@ NO 23 - Add call + IBCocoaTouchFramework 0 @@ -1417,7 +1417,7 @@ NO 24 - Pause + IBCocoaTouchFramework 0 @@ -1451,7 +1451,7 @@ NO 25 - Start Conference + IBCocoaTouchFramework 0 @@ -1481,7 +1481,7 @@ NO 26 - Hangup + IBCocoaTouchFramework 0 @@ -1511,7 +1511,7 @@ NO 27 - Back + IBCocoaTouchFramework 0 diff --git a/linphone.ldb/Resources/LinphoneUI/UICallBar~ipad/1/UICallBar~ipad.xib b/linphone.ldb/Resources/LinphoneUI/UICallBar~ipad/2/UICallBar~ipad.xib similarity index 99% rename from linphone.ldb/Resources/LinphoneUI/UICallBar~ipad/1/UICallBar~ipad.xib rename to linphone.ldb/Resources/LinphoneUI/UICallBar~ipad/2/UICallBar~ipad.xib index 4b3c2fdd3..001250eae 100644 --- a/linphone.ldb/Resources/LinphoneUI/UICallBar~ipad/1/UICallBar~ipad.xib +++ b/linphone.ldb/Resources/LinphoneUI/UICallBar~ipad/2/UICallBar~ipad.xib @@ -420,7 +420,7 @@ NO 16 - Add call + IBIPadFramework 0 @@ -457,7 +457,7 @@ NO 17 - Add call + IBIPadFramework 0 @@ -520,7 +520,7 @@ NO 19 - Video + IBIPadFramework 0 @@ -571,7 +571,7 @@ NO 21 - Micro + IBIPadFramework 0 @@ -609,7 +609,7 @@ NO 22 - Speaker + IBIPadFramework 0 @@ -647,7 +647,7 @@ NO 23 - Add call + IBIPadFramework 0 @@ -685,7 +685,7 @@ NO 24 - Pause + IBIPadFramework 0 @@ -719,7 +719,7 @@ NO 25 - Start Conference + IBIPadFramework 0 @@ -749,7 +749,7 @@ NO 26 - Hangup + IBIPadFramework 0 @@ -779,7 +779,7 @@ NO 27 - Back + IBIPadFramework 0 @@ -1455,7 +1455,7 @@ NO 25 - Start Conference + Start conference IBIPadFramework 0 diff --git a/linphone.ldb/Resources/LinphoneUI/UICallCell/1/UICallCell.xib b/linphone.ldb/Resources/LinphoneUI/UICallCell/2/UICallCell.xib similarity index 99% rename from linphone.ldb/Resources/LinphoneUI/UICallCell/1/UICallCell.xib rename to linphone.ldb/Resources/LinphoneUI/UICallCell/2/UICallCell.xib index e17f7df5b..a41e70d36 100644 --- a/linphone.ldb/Resources/LinphoneUI/UICallCell/1/UICallCell.xib +++ b/linphone.ldb/Resources/LinphoneUI/UICallCell/2/UICallCell.xib @@ -4674,13 +4674,14 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE {{262, 12}, {50, 29}} + _NS:9 NO YES 7 NO - Call state + Duration IBCocoaTouchFramework @@ -4745,6 +4746,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE {320, 460} + _NS:9 NO diff --git a/linphone.ldb/Resources/LinphoneUI/UIMainBar/1/UIMainBar.xib b/linphone.ldb/Resources/LinphoneUI/UIMainBar/2/UIMainBar.xib similarity index 99% rename from linphone.ldb/Resources/LinphoneUI/UIMainBar/1/UIMainBar.xib rename to linphone.ldb/Resources/LinphoneUI/UIMainBar/2/UIMainBar.xib index 6fb85e091..ea6cfc924 100644 --- a/linphone.ldb/Resources/LinphoneUI/UIMainBar/1/UIMainBar.xib +++ b/linphone.ldb/Resources/LinphoneUI/UIMainBar/2/UIMainBar.xib @@ -145,7 +145,7 @@ 7 NO - History missed + Missed call(s) IBCocoaTouchFramework @@ -339,7 +339,7 @@ 7 NO - Chat missed + Missed message(s) IBCocoaTouchFramework diff --git a/linphone.ldb/Resources/LinphoneUI/UIMainBar~ipad/1/UIMainBar~ipad.xib b/linphone.ldb/Resources/LinphoneUI/UIMainBar~ipad/2/UIMainBar~ipad.xib similarity index 99% rename from linphone.ldb/Resources/LinphoneUI/UIMainBar~ipad/1/UIMainBar~ipad.xib rename to linphone.ldb/Resources/LinphoneUI/UIMainBar~ipad/2/UIMainBar~ipad.xib index 430d80158..b3907761d 100644 --- a/linphone.ldb/Resources/LinphoneUI/UIMainBar~ipad/1/UIMainBar~ipad.xib +++ b/linphone.ldb/Resources/LinphoneUI/UIMainBar~ipad/2/UIMainBar~ipad.xib @@ -146,7 +146,7 @@ 7 NO - History missed + Missed call(s) IBIPadFramework @@ -345,7 +345,7 @@ 7 NO - Chat missed + Missed message(s) IBIPadFramework @@ -432,7 +432,7 @@ NO 1 - History + IBIPadFramework 0 @@ -515,7 +515,7 @@ NO 3 - Contacts + IBIPadFramework 0 @@ -548,7 +548,7 @@ NO 4 - Dialer + IBIPadFramework 0 @@ -572,7 +572,7 @@ NO 5 - Settings + IBIPadFramework 0 @@ -605,7 +605,7 @@ NO 6 - Chat + IBIPadFramework 0 diff --git a/linphone.ldb/Resources/Resources/Localizable/1/Localizable.strings b/linphone.ldb/Resources/Resources/Localizable/1/Localizable.strings index 3b8e89a40903c581ae655e5f4f8debcc5bb8b95c..7bb5ecb9f7486359e18aa4a353367318225cc2b2 100644 GIT binary patch delta 629 zcmZ3G{4aCE38u+5%3PCQFsV(BQjXYM!@P}yRfD0JL36Spk0LXWHL)>zvJ4N;=50KC zxF(lKNboB#q%jmRjwrG3YaJF(@(k0*%UK$N`GvG2~BvFRjdr zE+Rd7mTcJMRZ;?zy`;D{8%dQgTN7`*KhQ!Ypy9Sati%B1O=gsf-uy}S3A-e!yAXYio=k2dqNm8fZiyc?5H5l4DpDhGAMNNfgz~?^mZ!HdnwRBP+)KchAr6J zlNq^$C#wjH@RtDfgTfQ)`N{l(qL!c_Qve1QL8A~I+3oJEXWwS JIYQ5a833@dg^>UN delta 179 zcmeyDxgdGN2_{(uh7yK+1_g#-hE#?khBAgshGZa12`FOApfGtplcq2h6_YorMsE&a z-o`O`0gu?^KipiCXGlj({=m(%c^c0iE>35Lcm`jfiSCmhibYSpA}+@1iy|^jLTYk> zJjdi0;zE