You are here

function lingotek_get_sync_methods in Lingotek Translation 6

Same name and namespace in other branches
  1. 7.2 lingotek.api.inc \lingotek_get_sync_methods()
  2. 7.3 lingotek.api.inc \lingotek_get_sync_methods()
  3. 7.4 lingotek.api.inc \lingotek_get_sync_methods()
  4. 7.5 lingotek.remote.inc \lingotek_get_sync_methods()
  5. 7.6 lingotek.remote.inc \lingotek_get_sync_methods()

File

./lingotek.api.inc, line 330

Code

function lingotek_get_sync_methods() {
  $methods = array();
  $methods[0] = t("Never");
  $methods[1] = t("Always");
  $methods[100] = t("100%");
  return $methods;
}