mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 18:35:10 +00:00
Monotone-Parent: 187fad3b4acd4bab3a2b6c286a0f9dc3789c5b83
Monotone-Revision: f37d0868145e5cd1f879ccf7033ca5d1900df42b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-23T14:23:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"Personal Address Book" = "Persoonlijk adresboek";
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Address Book" = "Personal Address Book";
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Address Book" = "Carnet d'adresses personnel";
|
||||
@@ -21,6 +21,10 @@ Contacts_RESOURCE_FILES += \
|
||||
Version \
|
||||
product.plist \
|
||||
|
||||
Contacts_LANGUAGES = Dutch English French German Italian Spanish
|
||||
|
||||
Contacts_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
|
||||
ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Address Book" = "Persönliches Addressbuch";
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Address Book" = "Rubrica personale";
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
- (NSString *) defaultFolderName
|
||||
{
|
||||
return @"Personal Address Book";
|
||||
return [self labelForKey: @"Personal Address Book"];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
"Personal Address Book" = "Libreta personal de direcciones";
|
||||
Reference in New Issue
Block a user