File: strings.rst

package info (click to toggle)
translate-toolkit 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,856 kB
  • sloc: python: 56,898; sh: 2,624; makefile: 242; xml: 48; pascal: 40; java: 16
file content (24 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

.. _strings:

Mac OSX strings
***************

.. versionadded:: 1.8

Mac OSX .strings files are used for some Cocoa / Carbon application
localization, such as for the iPhone, iPod, and OSX. They are somewhat similar
to Java properties, and therefore :doc:`prop2po </commands/prop2po>` and
po2prop are used for conversion.

.. _strings#references:

References
==========

* `Localising string resources
  <https://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPInternational/Articles/StringsFiles.html#//apple_ref/doc/uid/20000005-SW1>`_
* `Manual creation of .strings files
  <https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/LoadingResources/Strings/Strings.html#//apple_ref/doc/uid/10000051i-CH6-SW10>`_
* `String format specifiers
  <https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html>`_