Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions assets/strings/hu.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/*
hu.strings
icc

Created by László Takács on 2017. 10. 26..

*/
"activate_flash" = "Vaku bekapcsolása";
"camera" = "Kamera";
"cancel" = "Mégse";
"card_info" = "Bankkártya Információk";
"card_io_logo" = "card.io";
"deactivate_flash" = "Vaku kikapcsolása";
"done" = "Kész";
"entry_card_number" = "Bankkártyaszám";
"entry_cvv" = "CVV/CVC";
"entry_expires" = "Lejárat";
"entry_number" = "Szám";
"entry_title" = "Bankkártya";
"entry_postal_code" = "Irányítószám";
"entry_cardholder_name" = "Kártya tulajdonos neve";
"expires_placeholder" = "HH/ÉÉ";
"manual_entry" = "Kézzel adom meg";
"ok" = "OK";
"paypal_logo" = "PayPal";
"scan_guide" = "Tartsd itt a kártyád.\nAutomatikusan elindul a szkennelés.";

"cardtype_americanexpress" = "American Express";
"cardtype_cartaaura" = "Carta Aura";
"cardtype_carteaurore" = "Carte Aurore";
"cardtype_cartaprepagatapaypal" = "Carta Prepagata PayPal";
"cardtype_cartebleue" = "Carte Bancaire";
"cardtype_cofinoga" = "Cofinoga";
"cardtype_delta" = "Delta";
"cardtype_discover" = "Discover";
"cardtype_electron" = "Electron";
"cardtype_jcb" = "JCB";
"cardtype_maestro" = "Maestro";
"cardtype_mastercard" = "MasterCard";
"cardtype_postepay" = "Postepay";
"cardtype_4etoiles" = "4 étoiles";
"cardtype_tarjetaaurora" = "Tarjeta Aurora";
"cardtype_visa" = "Visa";
4 changes: 4 additions & 0 deletions icc.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
A553B7161BE322A1006DF551 /* CardIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92263D701B83ACBB003FE678 /* CardIO.framework */; };
A553B7171BE322A1006DF551 /* CardIO.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 92263D701B83ACBB003FE678 /* CardIO.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
F4A16EC21D8846EA001DC8BE /* fi.strings in Resources */ = {isa = PBXBuildFile; fileRef = F4A16EC11D8846EA001DC8BE /* fi.strings */; };
FD604C681FA1DB8B003E0926 /* hu.strings in Resources */ = {isa = PBXBuildFile; fileRef = FD604C671FA1DB8B003E0926 /* hu.strings */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -849,6 +850,7 @@
D1F66D66146456880001F15F /* CardIOTransitionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CardIOTransitionView.h; sourceTree = "<group>"; };
D1F66D67146456880001F15F /* CardIOTransitionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CardIOTransitionView.m; sourceTree = "<group>"; };
F4A16EC11D8846EA001DC8BE /* fi.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = fi.strings; path = assets/strings/fi.strings; sourceTree = SOURCE_ROOT; };
FD604C671FA1DB8B003E0926 /* hu.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu.strings; path = assets/strings/hu.strings; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -1886,6 +1888,7 @@
3E013400198ADC7D009E579A /* zh-Hans.strings */,
3E013401198ADC7D009E579A /* zh-Hant_TW.strings */,
3E013402198ADC7D009E579A /* zh-Hant.strings */,
FD604C671FA1DB8B003E0926 /* hu.strings */,
);
name = Strings;
path = strings/projects/card.io/Strings;
Expand Down Expand Up @@ -2256,6 +2259,7 @@
A553B6EB1BE32273006DF551 /* [email protected] in Resources */,
A553B6EC1BE32273006DF551 /* green_button.png in Resources */,
A553B6ED1BE32273006DF551 /* [email protected] in Resources */,
FD604C681FA1DB8B003E0926 /* hu.strings in Resources */,
A553B6EE1BE32273006DF551 /* AdHocEntitlements.plist in Resources */,
A553B6EF1BE32273006DF551 /* red_button.png in Resources */,
A553B6F01BE32273006DF551 /* yellow_button.png in Resources */,
Expand Down