Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.89 KB | None | 0 0
  1. <xml>
  2.  
  3.     <string name="scan_event_qr_label">Scan QR code of the event\nto join</string>
  4.     <string name="added_to_event">You joined the event</string>
  5.     <string name="additional_information">More info</string>
  6.     <string name="rodo">Privacy and data protection policy</string>
  7.     <string name="rodo_info_b">Verify why we need your confirmation</string>
  8.     <string name="account_settings">Manage account</string>
  9.     <string name="delete_account">Remove an account</string>
  10.     <string name="error_pin_validation">PIN code is too short</string>
  11.     <string name="error_pin_equals">The PIN codes are diffrent</string>
  12.     <string name="error_wrong_pin">Wrong PIN code</string>
  13.     <string name="accept_U">Accept</string>
  14.     <string name="comment_label_adapter">Comment</string>
  15.     <plurals name="comments_count">
  16.         <item quantity="zero">%d comments</item>
  17.         <item quantity="one">%d comment</item>
  18.         <item quantity="two">%d comments</item>
  19.         <item quantity="few">%d comments</item>
  20.         <item quantity="many">%d comments</item>
  21.         <item quantity="other">%d comments</item>
  22.  
  23.     </plurals>
  24.  
  25.     <plurals name="likes_count">
  26.         <item quantity="zero">%d agreement</item>
  27.         <item quantity="one">%d agreements</item>
  28.         <item quantity="two">%d agreements</item>
  29.         <item quantity="few">%d agreements</item>
  30.         <item quantity="many">%d agreements</item>
  31.         <item quantity="other">%d agreements</item>
  32.     </plurals>
  33.  
  34.     <string-array name="language">
  35.         <item>Polish</item>
  36.         <item>English</item>
  37.     </string-array>
  38.  
  39.  
  40.     <string name="vibration_after_notification">Vibrate after receiving a notification</string>
  41.  
  42.     <string name="led_notifacation">Use the embedded LED for incoming notifications</string>
  43.  
  44.     <string name="sound_notification">Use the ringtone for incomming notifications</string>
  45.  
  46.     <string name="add_location_to_meetings">Allow appointments to be associated with your location</string>
  47.  
  48.     <string name="add_location_notification">Allow location tracking for notifications</string>
  49.  
  50.     <string name="invite_to_app_contact">Join the meetfaces community, download the application:
  51.         http://onelink.to/sk8jcb
  52.     </string>
  53.  
  54.     <string name="error_empty_exhibitors">Exhibitors were not found</string>
  55.  
  56.     <string name="error_empty_partners">Partners were not found</string>
  57.  
  58.     <string name="error_empty_program">Program was not found</string>
  59.  
  60.     <string name="error_empty_speakers">Prelegents were not found</string>
  61.  
  62.     <string name="error_empty_news">News were not found</string>
  63.  
  64.     <string name="enter_pin">Enter PIN</string>
  65.  
  66.     <string name="forgot_pin">I forgot my PIN</string>
  67.  
  68.     <string name="add_pin">Add PIN</string>
  69.  
  70.     <string name="edit_pin">Manage PIN</string>
  71.  
  72.     <string name="repeat_pin">Repeat PIN</string>
  73.  
  74.     <string name="manage_pin">Manage PIN code</string>
  75.  
  76.     <string name="turn_on_pin">Enable PIN code authorization</string>
  77.  
  78.     <string name="pin">PIN code</string>
  79.  
  80.     <string name="confirm_pin">Confirm PIN code</string>
  81.  
  82.     <string name="old_pin">Current PIN</string>
  83.  
  84.     <string name="reset_pin">Are you sure want reset your PIN?</string>
  85.  
  86.     <string name="ask_delete_account">Are you sure want remove your account?</string>
  87.  
  88.     <string name="empty_services">Services were not found</string>
  89.  
  90.     <string name="empty_products">Products were not found</string>
  91.  
  92.     <string name="empty_representatives">Representatives were not found</string>
  93.  
  94.     <string name="empty">Not found</string>
  95.  
  96.     <string name="rodo_extra_points">We have 1000 points for you that you will receive after accepting the terms.</string>
  97.  
  98.     <string name="no_pin">No PIN given</string>
  99.  
  100.     <string name="no_pin_lock">PIN authorization was disabled</string>
  101.  
  102.     <string name="no_entry_event">Join the event to show the details</string>
  103.  
  104.  
  105.  
  106. </xml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement