M image/assets/lang/Deutsch.json => image/assets/lang/Deutsch.json +1 -1
@@ 526,7 526,7 @@
"app_phonebook_contact_flag_ice": "NOTFALL",
"app_phonebook_contact_flag_blocked": "VERSTOPFT",
"app_phonebook_ice_contacts_title": "ICE-Kontakte",
- "app_phonebook_favourite_contacts_title": "Favoriten Kontakte",
+ "app_phonebook_favorite_contacts_title": "Favoriten",
"app_phonebook_duplicate_speed_dial": "<text>Die Nummer <token>$CONTACT_SPEED_DIAL$</token> wurde \n <token>$CONTACT_FORMATTED_NAME$</token>zugewiesen. Ersetzen?</text>",
"app_phonebook_duplicate_speed_dial_title": "<text>Kurzwahltaste (<token>$CONTACT_SPEED_DIAL$</token>)</text>",
"app_phonebook_options_edit": "Kontakte ändern",
M image/assets/lang/English.json => image/assets/lang/English.json +2 -2
@@ 495,12 495,12 @@
"app_phonebook_contact_title": "Add contact",
"app_phonebook_contact_no_name": "no name",
"app_phonebook_contact_information": "Information",
- "app_phonebook_contact_flag_fav": "FAVOURITES",
+ "app_phonebook_contact_flag_fav": "FAVORITES",
"app_phonebook_contact_flag_speed_dial": "SPEED DIAL",
"app_phonebook_contact_flag_ice": "ICE",
"app_phonebook_contact_flag_blocked": "BLOCKED",
"app_phonebook_ice_contacts_title": "Emergency Contacts",
- "app_phonebook_favourite_contacts_title": "Favourite Contacts",
+ "app_phonebook_favorite_contacts_title": "Favorites",
"app_phonebook_duplicate_numbers": "<text>This number is assigned to \n <token>$CONTACT_FORMATTED_NAME$</token>. Replace it?</text>",
"app_phonebook_duplicate_speed_dial": "<text>Number <token>$CONTACT_SPEED_DIAL$</token> is assigned to \n <token>$CONTACT_FORMATTED_NAME$</token>. Replace it?</text>",
"app_phonebook_duplicate_speed_dial_title": "<text>Speed dial key (<token>$CONTACT_SPEED_DIAL$</token>)</text>",
M image/assets/lang/Espanol.json => image/assets/lang/Espanol.json +1 -1
@@ 527,7 527,7 @@
"app_phonebook_contact_flag_ice": "EMERGENCIA",
"app_phonebook_contact_flag_blocked": "OBSTRUIDO",
"app_phonebook_ice_contacts_title": "Contactos de emergencia",
- "app_phonebook_favourite_contacts_title": "Contactos favoritos",
+ "app_phonebook_favorite_contacts_title": "Favoritos",
"app_phonebook_duplicate_speed_dial": "<text>El número <token>$CONTACT_SPEED_DIAL$</token> está asignado a \n <token>$CONTACT_FORMATTED_NAME$</token>. ¿Reemplazarlo?</text>",
"app_phonebook_duplicate_speed_dial_title": "<text>Tecla de marcación rápida (<token>$CONTACT_SPEED_DIAL$</token>)</text>",
"app_phonebook_options_edit": "Editar contacto",
M image/assets/lang/Francais.json => image/assets/lang/Francais.json +1 -1
@@ 494,7 494,7 @@
"app_phonebook_contact_flag_ice": "URGENCE",
"app_phonebook_contact_flag_blocked": "BLOQUÉ",
"app_phonebook_ice_contacts_title": "Contacts d'urgence",
- "app_phonebook_favourite_contacts_title": "Contacts favoris",
+ "app_phonebook_favorite_contacts_title": "Favoris",
"app_phonebook_duplicate_numbers": "<text>Ces numéros appartiennent à \n <token>$CONTACT_FORMATTED_NAME$</token>. Voulez-vous\ncréer un nouveau contact</text>",
"app_phonebook_duplicate_speed_dial_title": "<text>Touche de numérotation rapide (<token>$CONTACT_SPEED_DIAL$</token>)</text>",
"app_phonebook_options_edit": "Modifier le contact",
M image/assets/lang/Polski.json => image/assets/lang/Polski.json +1 -1
@@ 535,7 535,7 @@
"app_phonebook_contact_flag_ice": "ICE",
"app_phonebook_contact_flag_blocked": "ZABLOKOWANY",
"app_phonebook_ice_contacts_title": "Kontakty ICE",
- "app_phonebook_favourite_contacts_title": "Ulubione Kontakty",
+ "app_phonebook_favorite_contacts_title": "Ulubione",
"app_phonebook_duplicate_numbers": "<text>Ten numer jest przypisany do \n <token>$CONTACT_FORMATTED_NAME$</token>. Zastąpić?</text>",
"app_phonebook_duplicate_speed_dial": "<text>Numer <token>$CONTACT_SPEED_DIAL$</token> jest przypisany do \n <token>$CONTACT_FORMATTED_NAME$</token>. Zastąpić?</text>",
"app_phonebook_duplicate_speed_dial_title": "<text>Klawisz szybkiego wybierania (<token>$CONTACT_SPEED_DIAL$</token>)</text>",
M image/assets/lang/Svenska.json => image/assets/lang/Svenska.json +1 -1
@@ 438,7 438,7 @@
"app_phonebook_contact_flag_ice": "NÖDSITUATION",
"app_phonebook_contact_flag_blocked": "BLOCKERAD",
"app_phonebook_ice_contacts_title": "ICE-kontakter vid olycka",
- "app_phonebook_favourite_contacts_title": "Favoritkontakter",
+ "app_phonebook_favorite_contacts_title": "Favoriter",
"app_phonebook_duplicate_speed_dial": "<text>Nummer <token>$CONTACT_SPEED_DIAL$</token> är inställt att ringa \n <token>$CONTACT_FORMATTED_NAME$</token>. Vill du ändra det?</text>",
"app_phonebook_duplicate_speed_dial_title": "<text>Förvalsnummer (<token>$CONTACT_SPEED_DIAL$</token>)</text>",
"app_phonebook_options_edit": "Redigera kontakt",
M module-apps/application-phonebook/widgets/PhonebookItem.cpp => module-apps/application-phonebook/widgets/PhonebookItem.cpp +1 -1
@@ 50,7 50,7 @@ namespace gui
{
if (favourite && (labelMarkerDisplayMode == LabelMarkerDisplayMode::IncludeFavourites)) {
// If contact is favorite return proper UTF string
- return utils::translate("app_phonebook_favourite_contacts_title");
+ return utils::translate("app_phonebook_favorite_contacts_title");
}
else if (!contact->alternativeName.empty()) {
// else if return first surname contact letter