ExtendedProfile.pot 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2012-06-30 11:07+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. TRANS: Title for extended profile settings.
  19. #: actions/profiledetailsettings.php:29
  20. msgid "Extended profile settings"
  21. msgstr ""
  22. #. TRANS: Usage instructions for profile settings.
  23. #: actions/profiledetailsettings.php:40
  24. msgid ""
  25. "You can update your personal profile info here so people know more about you."
  26. msgstr ""
  27. #. TRANS: Client error displayed when the session token does not match or is not given.
  28. #: actions/profiledetailsettings.php:63
  29. msgid "There was a problem with your session token. Try again, please."
  30. msgstr ""
  31. #. TRANS: Message given submitting a form with an unknown action.
  32. #: actions/profiledetailsettings.php:74
  33. msgid "Unexpected form submission."
  34. msgstr ""
  35. #. TRANS: Success message after saving extended profile details.
  36. #: actions/profiledetailsettings.php:137
  37. msgid "Details saved."
  38. msgstr ""
  39. #. TRANS: Exception thrown when no date was entered in a required date field.
  40. #. TRANS: %s is the field name.
  41. #: actions/profiledetailsettings.php:148
  42. #, php-format
  43. msgid "You must supply a date for \"%s\"."
  44. msgstr ""
  45. #. TRANS: Exception thrown on incorrect data input.
  46. #. TRANS: %1$s is a field name, %2$s is the incorrect input.
  47. #: actions/profiledetailsettings.php:160
  48. #, php-format
  49. msgid "Invalid date entered for \"%1$s\": %2$s."
  50. msgstr ""
  51. #. TRANS: Exception thrown when entering an invalid URL.
  52. #. TRANS: %s is the invalid URL.
  53. #: actions/profiledetailsettings.php:276
  54. #, php-format
  55. msgid "Invalid URL: %s."
  56. msgstr ""
  57. #. TRANS: Server error displayed when a field could not be saved in the database.
  58. #: actions/profiledetailsettings.php:525 actions/profiledetailsettings.php:538
  59. msgid "Could not save profile details."
  60. msgstr ""
  61. #. TRANS: Validation error in form for profile settings.
  62. #. TRANS: %s is an invalid tag.
  63. #: actions/profiledetailsettings.php:583
  64. #, php-format
  65. msgid "Invalid tag: \"%s\"."
  66. msgstr ""
  67. #. TRANS: Server error thrown when user profile settings could not be saved.
  68. #: actions/profiledetailsettings.php:625
  69. msgid "Could not save profile."
  70. msgstr ""
  71. #. TRANS: Server error thrown when user profile settings tags could not be saved.
  72. #: actions/profiledetailsettings.php:634
  73. msgid "Could not save tags."
  74. msgstr ""
  75. #. TRANS: Link title for link on user profile.
  76. #: actions/profiledetail.php:52
  77. msgid "Edit extended profile settings"
  78. msgstr ""
  79. #. TRANS: Link text for link on user profile.
  80. #: actions/profiledetail.php:54
  81. msgid "Edit"
  82. msgstr ""
  83. #. TRANS: Plugin description.
  84. #: ExtendedProfilePlugin.php:40
  85. msgid "UI extensions for additional profile fields."
  86. msgstr ""
  87. #. TRANS: Link text on user profile page leading to extended profile page.
  88. #: ExtendedProfilePlugin.php:123
  89. msgid "More details..."
  90. msgstr ""
  91. #. TRANS: Title for extended profile entry deletion dialog.
  92. #: lib/extendedprofilewidget.php:84
  93. msgid "Confirmation Required"
  94. msgstr ""
  95. #. TRANS: Confirmation text for extended profile entry deletion dialog.
  96. #: lib/extendedprofilewidget.php:87
  97. msgid "Really delete this entry?"
  98. msgstr ""
  99. #. TRANS: Value between parentheses (phone number, website, or IM address).
  100. #: lib/extendedprofilewidget.php:169 lib/extendedprofilewidget.php:182
  101. #: lib/extendedprofilewidget.php:206
  102. #, php-format
  103. msgid "(%s)"
  104. msgstr ""
  105. #. TRANS: Field label in experience area of extended profile.
  106. #. TRANS: Field label in experience edit area of extended profile (which company does one work for).
  107. #: lib/extendedprofilewidget.php:326 lib/extendedprofilewidget.php:372
  108. msgid "Company"
  109. msgstr ""
  110. #. TRANS: Field label in extended profile (when did one start a position or education).
  111. #: lib/extendedprofilewidget.php:332 lib/extendedprofilewidget.php:380
  112. #: lib/extendedprofilewidget.php:426 lib/extendedprofilewidget.php:481
  113. msgid "Start"
  114. msgstr ""
  115. #. TRANS: Field label in extended profile (when did one end a position or education).
  116. #: lib/extendedprofilewidget.php:340 lib/extendedprofilewidget.php:388
  117. #: lib/extendedprofilewidget.php:434 lib/extendedprofilewidget.php:490
  118. msgid "End"
  119. msgstr ""
  120. #. TRANS: Field value in experience area of extended profile (one still holds a position).
  121. #: lib/extendedprofilewidget.php:353
  122. msgid "(Current)"
  123. msgstr ""
  124. #. TRANS: Checkbox label in experience edit area of extended profile (one still works at a company).
  125. #: lib/extendedprofilewidget.php:403
  126. msgid "Current"
  127. msgstr ""
  128. #. TRANS: Field label in education area of extended profile.
  129. #. TRANS: Field label in education edit area of extended profile.
  130. #. TRANS: Field label for extended profile properties.
  131. #: lib/extendedprofilewidget.php:416 lib/extendedprofilewidget.php:456
  132. #: lib/extendedprofile.php:251 lib/extendedprofile.php:264
  133. msgid "Institution"
  134. msgstr ""
  135. #. TRANS: Field label in extended profile for specifying an academic degree.
  136. #: lib/extendedprofilewidget.php:420 lib/extendedprofilewidget.php:464
  137. msgid "Degree"
  138. msgstr ""
  139. #. TRANS: Field label in education area of extended profile.
  140. #. TRANS: Field label in education edit area of extended profile.
  141. #: lib/extendedprofilewidget.php:423 lib/extendedprofilewidget.php:472
  142. msgid "Description"
  143. msgstr ""
  144. #. TRANS: Link description in extended profile page to add another profile element.
  145. #: lib/extendedprofilewidget.php:522
  146. msgid "Add another item"
  147. msgstr ""
  148. #. TRANS: Field label for undefined field in extended profile.
  149. #: lib/extendedprofilewidget.php:633
  150. #, php-format
  151. msgid "TYPE: %s"
  152. msgstr ""
  153. #. TRANS: Button text for saving extended profile properties.
  154. #: lib/extendedprofilewidget.php:647
  155. msgctxt "BUTTON"
  156. msgid "Save"
  157. msgstr ""
  158. #. TRANS: .
  159. #. TRANS: Button title for saving extended profile properties.
  160. #: lib/extendedprofilewidget.php:652
  161. msgid "Save details"
  162. msgstr ""
  163. #. TRANS: Field label for extended profile properties.
  164. #: lib/extendedprofile.php:120 lib/extendedprofile.php:131
  165. msgid "Phone"
  166. msgstr ""
  167. #. TRANS: Field label for extended profile properties (Instant Messaging).
  168. #: lib/extendedprofile.php:153 lib/extendedprofile.php:160
  169. msgid "IM"
  170. msgstr ""
  171. #. TRANS: Field label for extended profile properties.
  172. #: lib/extendedprofile.php:181 lib/extendedprofile.php:188
  173. msgid "Website"
  174. msgstr ""
  175. #. TRANS: Field label for extended profile properties.
  176. #: lib/extendedprofile.php:212 lib/extendedprofile.php:224
  177. msgid "Employer"
  178. msgstr ""
  179. #. TRANS: Field label for extended profile properties.
  180. #: lib/extendedprofile.php:289 lib/extendedprofile.php:338
  181. msgid "Personal"
  182. msgstr ""
  183. #. TRANS: Field label for extended profile properties.
  184. #: lib/extendedprofile.php:293
  185. msgid "Full name"
  186. msgstr ""
  187. #. TRANS: Field label for extended profile properties.
  188. #: lib/extendedprofile.php:299
  189. msgid "Title"
  190. msgstr ""
  191. #. TRANS: Field label for extended profile properties.
  192. #: lib/extendedprofile.php:304
  193. msgid "Manager"
  194. msgstr ""
  195. #. TRANS: Field label for extended profile properties.
  196. #: lib/extendedprofile.php:310
  197. msgid "Location"
  198. msgstr ""
  199. #. TRANS: Field label for extended profile properties.
  200. #: lib/extendedprofile.php:315
  201. msgid "Bio"
  202. msgstr ""
  203. #. TRANS: Field label for extended profile properties.
  204. #: lib/extendedprofile.php:321
  205. msgid "Tags"
  206. msgstr ""
  207. #. TRANS: Field label for extended profile properties.
  208. #: lib/extendedprofile.php:329
  209. msgid "Contact"
  210. msgstr ""
  211. #. TRANS: Field label for extended profile properties.
  212. #: lib/extendedprofile.php:342
  213. msgid "Birthday"
  214. msgstr ""
  215. #. TRANS: Field label for extended profile properties.
  216. #: lib/extendedprofile.php:348
  217. msgid "Spouse's name"
  218. msgstr ""
  219. #. TRANS: Field label for extended profile properties.
  220. #: lib/extendedprofile.php:353
  221. msgid "Kids' names"
  222. msgstr ""
  223. #. TRANS: Field label for extended profile properties.
  224. #: lib/extendedprofile.php:359
  225. msgid "Work experience"
  226. msgstr ""
  227. #. TRANS: Field label for extended profile properties.
  228. #: lib/extendedprofile.php:366
  229. msgid "Education"
  230. msgstr ""