pax_global_header 0000666 0000000 0000000 00000000064 12142171256 0014513 g ustar 00root root 0000000 0000000 52 comment=1f68d33057dc73b19d29bf6457fd078389fbcaf3
Hotot-0.9.8.14/ 0000775 0000000 0000000 00000000000 12142171256 0013051 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/.gitignore 0000664 0000000 0000000 00000000150 12142171256 0015035 0 ustar 00root root 0000000 0000000 *~
build*/
.*
!.git*
.git/
*.tar.*
*.kdev4
*.kate-swp
*.orig
tags
astyle.sh
cscope.*
*.part
*.swp
*.pyc
Hotot-0.9.8.14/CMakeLists.txt 0000664 0000000 0000000 00000007670 12142171256 0015623 0 ustar 00root root 0000000 0000000 cmake_minimum_required(VERSION 2.6)
cmake_policy(SET CMP0002 OLD)
project(hotot NONE)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
find_package(Gettext REQUIRED)
option(WITH_GTK "Enable GTK Version" On)
option(WITH_GIR "Use GIR as GTK Version" Off)
option(WITH_GTK2 "Enable GTK2 Version" Off)
option(WITH_GTK3 "Enable GTK3 Version" Off)
option(WITH_QT "Enable Qt Version" On)
option(WITH_KDE "Enable KDE4 integration for Qt" On)
option(WITH_KDE_QT "Build Qt and KDE versions at the same time" Off)
option(WITH_QT5 "Enable Qt5 Version" Off)
option(WITH_CHROME "Enable Chrome Version" Off)
find_program(INTLTOOL_MERGE intltool-merge)
if(NOT INTLTOOL_MERGE)
message(FATAL_ERROR "intltool-merge required for i18n generation")
endif()
set(INTLTOOL_PO_DIR "${PROJECT_SOURCE_DIR}/po")
function(intltool_merge_translation infile outfile)
add_custom_command(
OUTPUT ${outfile}
COMMAND LC_ALL=C ${INTLTOOL_MERGE} -d -u "${INTLTOOL_PO_DIR}"
${infile} ${outfile}
DEPENDS ${infile})
endfunction()
# uninstall target
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY)
add_custom_target(uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
function(hotot_convert_flags __flags_var __defs_var)
get_directory_property(_old_flags COMPILE_FLAGS)
get_directory_property(_old_defs COMPILE_DEFINITIONS)
set_directory_properties(PROPERTIES
COMPILE_FLAGS ""
COMPILE_DEFINITIONS "")
add_definitions(${ARGN})
get_directory_property(_new_flags COMPILE_FLAGS)
get_directory_property(_new_defs COMPILE_DEFINITIONS)
set_directory_properties(PROPERTIES
COMPILE_FLAGS "${_old_flags}"
COMPILE_DEFINITIONS "${_old_defs}")
endfunction()
if(NOT DEFINED LOCALEDIR)
set(LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale)
endif()
##################### GTK Version ######################
if(WITH_GTK OR WITH_GTK2 OR WITH_GTK3)
find_package(PythonLibrary REQUIRED)
if(NOT PYTHONLIBRARY_FOUND)
message(FATAL_ERROR "GTK Wrapper for Hotot need python")
endif()
include(PythonMacros)
# for backword compatibility, if none of GTK2 or GTK3 is manually set
# we will still use the old binary name instead of hotot-gtk{2,3}
if(WITH_GTK2 OR WITH_GTK3)
set(HOTOT_GTK_OLD_NAME Off)
else()
set(HOTOT_GTK_OLD_NAME On)
endif()
function(hotot_gtk_build suffix HOTOT_GTK_NAME dir)
if(HOTOT_GTK_OLD_NAME)
set(HOTOT_BIN_NAME "hotot")
set(HOTOT_PY_NAME "hotot")
else()
set(HOTOT_BIN_NAME "hotot-${suffix}")
set(HOTOT_PY_NAME "hotot_${suffix}")
endif()
set(hotot_bin "${CMAKE_CURRENT_BINARY_DIR}/scripts/${HOTOT_BIN_NAME}")
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scripts/hotot.in"
"${hotot_bin}" @ONLY)
install(PROGRAMS "${hotot_bin}" DESTINATION bin)
add_subdirectory("${dir}")
configure_file("misc/hotot-${suffix}.desktop.in.in"
"misc/${HOTOT_BIN_NAME}.desktop.in")
intltool_merge_translation(
"${CMAKE_CURRENT_BINARY_DIR}/misc/${HOTOT_BIN_NAME}.desktop.in"
"${CMAKE_CURRENT_BINARY_DIR}/misc/${HOTOT_BIN_NAME}.desktop")
add_custom_target("desktopfile-${HOTOT_BIN_NAME}" ALL
DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/misc/${HOTOT_BIN_NAME}.desktop")
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/misc/${HOTOT_BIN_NAME}.desktop"
DESTINATION share/applications/)
endfunction()
if(WITH_GIR)
set(WITH_GTK3 On)
else()
set(WITH_GTK2 On)
endif()
if(WITH_GTK2)
hotot_gtk_build(gtk2 Gtk2 hotot)
endif()
if(WITH_GTK3)
hotot_gtk_build(gtk3 Gtk3 hotot-gir)
endif()
endif()
##################### CHROME Version ######################
if(WITH_CHROME)
add_subdirectory(chrome)
endif()
##################### Qt Version ######################
if(WITH_QT5)
add_subdirectory(qt5)
endif()
if(WITH_QT OR WITH_KDE_QT)
add_subdirectory(qt)
endif()
add_subdirectory(po)
add_subdirectory(misc)
Hotot-0.9.8.14/ChangeLog 0000664 0000000 0000000 00000026330 12142171256 0014627 0 ustar 00root root 0000000 0000000 The Latest Stable Version is 0.9.8.9
The Latest Development Version is 0.9.8.8
Version 0.9.8.10
* relative timestamp.
* formalize quotation marks.
Version 0.9.8.9
* fix issue#378, Trend-API in identi.ca throws errors
* fix issue#390, translator doesn't work.
* it_IT translation update and fix issue#403 (it_IT)
* fix issue#388, Kismet "name" filter breaks with upper case
* fix issue#371, @ autocompletion is case-insensitive
* fix issue#368, Plugin to expand url in dm or tweet.
* fix issue#411, 'expand short url' extension support ow.ly and b1t.it.
Version 0.9.8.8
* Kismet should handle retweeted tweets now
* Brackets are now considered part of url.
* Disable verbose mode by default.
* Support to ban tweets retweeted.
* Show images on fullscreen (issue#170)
* picture previewer for gtk/qt wrapper (and fix issue#170)
* absorb read later extensions to mainstream.
* add toast notice in readlater support
* auto longer tweet now can be disabled.
* fix issue#348, a long tweet bug.
* fix issue#309, Ampersands in Chrome popups
* remove local trend, which never worked.
* now lists can show retweets too (issue#372)
* fix issue#356, autocomplete is not closed when cancel compose
* bn,de,du,ja,zh translation update
Version 0.9.8.7
* merge follower and following into a single tab
* Kismet now can handle retweet tweets
* picture preview for gtk/qt
* native support for read-it-later and instapaper
Version 0.9.8.6
* remove Linux native notification
* enable GPU acceleration by default
* new options for line-height, css3 animation, and GPU acceleration
Version 0.9.8.5
* Support to expand/fold people vcard.
* CSS3 animation support.
* Improve autocomplete result.
* New Extension: App Mask
* Change the unit of font size from pixel to point.
* Support System proxy and ssh proxy.
* Support Hotot.in service(support to post tweet more than 140 characters).
Version 0.9.8.4
* Fix: #296, #274.
* Improve performance of autocomplete.
* Imporve performance of GTK wrapper.
Version 0.9.8.3
* Some improvement for Qt/GTK wrappers.
* Support to edit list description.
* Support add person to list, #fix #275.
* Begin to use mochi widget set.
* Minor fix about kimset.
* Kismet will drop tweet posted by blocked person, fix #4.
* Fix #276, #271, #263, #154.
* Fix crash on exit(GTK wrapper).
* Fix proxy problem of Qt wrappers.
Version 0.9.8.2
* Redesign prefs dialog and compose box
* Add Bangla translation (thank @mukoabhi)
* Add Catalan translation (thank @dplanella)
* Fix #227, #221
Version 0.9.8.1
* Minor fixes for usability issues.
* Fix: duplicate translation result
* Improve hotkey
* Update legal hashtag characters
* Update several translation
* Greek Translation.
Version 0.9.8
* Update many translations
* New hotkey mechanism
* Add undocumented activity API.
* Fix: Wrong draft metadata.
* Activity API
Version 0.9.7.56
* Fix: cannot open link(Gtk)
* Chrome integration: Share with Hotot
* Add Ukrainian and Russian translation (thank @alexsandrisimus)
* Add Latvietis translation (thank @fanfolet)
* Workaround: hook link event to prevent scrolling to top (Chrome)
* Fix Issue #201
Version 0.9.7.55
* Add Cantonese translation (thank @xsoul)
* Add Latvietis translation (thank @arvislacis)
* Fix Issue #198
* Fix scrolling problem when using trackpad on OS X
* Increase the refresh frequencey
* Fix: Horizontal slide
Version 0.9.7.54
* Fix: Wrong default font settings in Windows
* Fix: Incorrect scrollbar behaviors. (Issue #196, #197)
* Improve New hope and Iron Heart themes.
* Fix: Windows version cannot load settings.
* Fix: Window size saving (Qt)
* Several minor fixs.
Version 0.9.7.53
* New scrollbar.
* Fix: Custom font doesn't apply
Version 0.9.7.52
* Improvements about UI
* A Lot of minor fixs
* Rearrange preferences dialog.
* Update German, French and Traditional Chinese translations
* Update translation scanner script
* Allow to change language in welcome page
* Inline picture preview.
* Update loading hint in welcome page
* Support to preview .jpe, .jpeg files (issue #186)
* Open columns in background (issue #182)
* Improve database performance.
* Remove util.console
* Fix: Changing font size without restart (issue #193)
* Fix: XSS in drafts (issue #188)
Version 0.9.7.51
* Fix: cannot remember the columns state (issue #174).
* Allow to save search result in Hotot (issue #52, #13)
Version 0.9.7.50
* Allow to sort columns manually (issue #113, #97).
* Allow to add/close all columns.
Version 0.9.7.49
* Fix: name not highlighted if it's following a char (issue #119).
* Fix: keep track identi.ca conversations (issue #48).
* Change the keybinding to invoke finder (form '/' to 'ff') (issue #42).
* Fix something about keysyms (Gir).
* Fix some icons problem in Qt version.
* Fix unconsidered copy-n-paste (Gtk/Gir).
* Fix: keyboard focus not working properly (issue #131).
* Workaround for libsoup runtime (Gtk/Gir).
Version 0.9.7.48
* Auto sign in (GTK and Qt).
* Starts minimized (GTK and Qt).
* Chrome fix (correct layout in Chrome 19.0.1068.1).
Version 0.9.7.47
* New welcome page.
* Auto arrange the order of profiles.
* Use account avatar as profile avatar.
Version 0.9.7.46
* GTK/QT can be built in a single build through cmake.
* Fixed image uploader for gtk/qt.
* Fixed Qt text hover bubble effect.
* Fixed marguerite's email address.
* Fixed Qt desktop categories.
* Fixed UnicodeEncode error.
* Fixed DM recipient changed to undefined when clicking Reply or Reply All.
* Fixed hotkey for retweet.
* Some Windows fix.
* Refactored twitter api, oauth and network code to prepare for multi-signin.
* Quote tweet calculate remaining chars correctly now.
* zh_CN translation update.
* Added specfile examples for downstream packgers.
* DM box now show recipient.
* Added more keyboard shortcuts.
* Updated keyboard help.
* License updated to LGPL-3.0
* New Polish Translation.
* Auto Sign-in.
* Two new options
one for anonymous statistic, another for delete tweet from timeline, or just mark it deleted.
Version 0.9.7.45
* Fix image uploading failure in gtk/gir edtion
* Universal image uploader for gtk/chrome edition.
extension imguploader is officially dropped.
* Hotkey support for gir edition.
Version 0.9.7.44
* Improve accuracy of Speech Input for Chrome edition.
Version 0.9.7.43
* Speech Input for Chrome edition.
Version 0.9.7.42
* Minor Style & CSS Fix
* Fix Qt edition. enables KDE but not run under it.
* Introduce "deleted tweet" style.
* Deutsch Translation.
* No Official 0.9.7.41 release. they forgot.
Version 0.9.7.40
* Fix API limit bug.[no X-PHX:true for POST]
Version 0.9.7.39
* GTK fixes.(checkbox in preference,appindicator,and etc.)
* Windows fixes.(filename,image preview,Qt 4.8,systemtray issues.)
* Improve "close to exit".
* Imporve "save last position".
* Update jquery.
* Loose API limit from 350/hour to 1000/hour.
* Brazilian Portuguese Translation completed.
* Add Trending Topics: Worldwide or Local City.
* Link hashtags to search box.
* Socket proxy support.
Version 0.9.7.38
* Close to exit.
Version 0.9.7.37
* Introduce STAP API proxy, support Twitter image upload.
Version 0.9.7.36
* Replace precise scrolling resume with rough one,
to remove "timeline shake vertically after update".
* Code clean.
Version 0.9.7.35
* Fixes on iron heart theme.
Version 0.9.7.34
* Disabled auto scrolling.
* Install script: Fedora compatible.
* Fix bugs. character count, postion after closing tabs.
* Editable text after draft resumed.
* Conversation now can be resumed from draft.
* Minimize to tray.
* Update Spanish translation.
* Introduce Brazilian Portuguese translation.
Version 0.9.7.33
* Send Msg from user more menu.
* KDE window activate rework.
Version 0.9.7.32
* Updated Translation for English, Spanish, French, Japanese,
Brazilian Portuguese, Simplified Chinese, and Orz Chinese(Moe).
* Color Label support.
Version 0.9.7.31
* Fix: Cannot load more faved tweets.
* Repeated Search can be performed.
* Overwrite default selection color.
Version 0.9.7.30
* Fix: Only send one request to load more contents.
* Re-enable sign in button after a failed request.
* Check file type before uploading image.
Version 0.9.7.29
* Handle exception if failed to load ganalytics.
* Twitter picture service upload and preview.
* Support to change profile gravatar.
Version 0.9.7.28
* Updated Translation for English, Spanish, French, Japanese,
Brazilian Portuguese, Simplified Chinese, and Orz Chinese(Moe).
* Mute options for Kismet.
* YOURLS url shorten service.
Version 0.9.7.27
* Fixed duplicate tweets in search view.
* Automatically supplement ellipsis.
* Added Translation for Portugal Portuguese.
Version 0.9.7.26
* Verify self rule for Kismet.
Simple Kismet rule syntax.
* Bring Finder back.
* Search People
* Retweets in all pages.
* Updated Translation for English, Spanish, French, Japanese,
Brazilian Portuguese, Simplified Chinese, and Orz Chinese(Moe).
Version 0.9.7.25
* Introduce New Kismet filter.
* New extension: ReadItLater.
Version 0.9.7.24
* Author page URL fix.
* Support User/Password in Http proxy.
Version 0.9.7.23
* Gir bug fixes. Increse max-connections.
* Google Translate extension update 1.1: API change.
Version 0.9.7.22
* Update Icons.
* Retweets in User page.
Version 0.9.7.21
* Merge Chrome edition into Main.
Version 0.9.7
* Changed Search API to phoenix.
* Fix StatusBox Character Count. Treat Long URL same as t.co
* Fix load more in searchbox.
* Fix no entities error in conversation view.
* Fix icon directory.
* Remove dependency python-keybinder for Gir edition.
* Gir notification fix. enable some Gir features.
increase max-connection to 2. Gir menu/notify fix.
* Cursor fix. correct position after screen name insert.
* Asian-style Emoji(Smiley) Support.
* Qt edition with KDE integration initialed. Thanks to @csslayer.
Qt standalone edtion could run on Windows and Meego with starting
touch action support.
* Add bio to Bubble Prompt when hover on Friend's ID. support
inline ID Bubble Prompt.
* Drag & Upload pictures using status box.
* Added more hotokeys.
* Added http(s) proxy authentication support through urllib2.
* Unread alert for Chrome/GTK.
* Ubuntu Messaging menu support.
* DBus support.
* New iconset.
* Locale support.
New Japanese/French/Spanish/Brazilian Portuguese Translation.
* instagr.am and picplz preview.
* Support to add list/profile view.
* Introduce draft box.
* Add Google Analytics.
* New Theme: Iron Heart.
* New extension: hotot stat.
Version 0.9.6
* Fix api friends/ids. abort mission when try to slide to a
nonexistent view
* Now you can switch Quote/Retweet, Reply/Reply All action freely.
* Improve horizontal scroll on touchpad.
* Absorb picture/video preview mainstream.
* Fix empty search.
* to be continued.
# A lot here.
Version 0.9.3
* CSS fix. Hide box when no results return.
Restore toolbar to light color. Dialog width.
Fonts under Windows.
* Icon fix.
* Clean dependencies.
* Minor Color change. Minor url change on Sign In page.
* A new web style contextmenu.
Version 0.9.2
*
Version 0.9.1
Hotot-0.9.8.14/LGPL-license.txt 0000664 0000000 0000000 00000016743 12142171256 0016003 0 ustar 00root root 0000000 0000000 GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
Hotot-0.9.8.14/README.md 0000664 0000000 0000000 00000006460 12142171256 0014336 0 ustar 00root root 0000000 0000000 # Hotot
Hotot is a "Lightweight, Flexible Microblogging Client" supporting
Twitter and Identi.ca at this point of development. You may visit our
official website at http://hotot.org/ . Check it out for any updates
on Hotot.
## Install in Distrubtions:
### openSUSE
# zypper ar -f http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_12.2 KDE:Extra
Change "12.2" to your version.
#### GNOME 3:
# zypper in hotot-gir
#### GNOME 2 (11.4- Only):
# zypper in hotot-gtk
#### QT with KDE:
# zypper in hotot-qt
### Fedora
# yum install hotot
### Arch / Charka
to be finished by marguerite on OBS
### Debian / Ubuntu
# add-apt-repository ppa:hotot-team
# apt-get update
# apt-get install hotot
### Mandriva
$ urpmi.addmedia --wget --distrib ftp://ftp.blogdrake.net/mandriva/"mandriva-version"/"arch"
$ urpmi --auto-update
$ urpmi hotot
### Gentoo
$ emerge hotot
## Building from source:
Since Hotot core is largely based on HTML5, JavaScript and Webkit technology,
It can be run under many Webkit implementations. Hotot officially supports Gtk,
Qt, and Chrome webkit wrapper.
Dependencies:
Common Requirements:
* cmake
* intltool
Qt Wrapper:
* Qt4 (newer than 4.7)
* KDE Libs (optional, for better KDE integration)
Gtk2 Wrapper:
* python2
* pygtk
* python-webkit
* python-keybinder (optional)
Gtk3 Wrapper:
* python-gobject (for gtk3 wrapper)
* gtk3
* libwebkit3
On Ubuntu 11.10 all of these resources are available in the standard repositories.
# apt-get install libqt4-dev cmake intltool
$ cd {source-directory}
$ mkdir build
$ cd build
$ cmake ..
$ make
Install as root:
# make install
This will install Hotot in the default prefix: `/usr/local`, in order to change
to a different prefix, use:
`-DCMAKE_INSTALL_PREFIX=/prefix/you/want`
By default gtk with gir, and qt will be built.
The following options can be applied, with On/Off as value.
* `-DWITH_GTK2` build gtk2 version (program name: `hotot-gtk2`)
* `-DWITH_GTK3` build gtk3 version (program name: `hotot-gtk3`)
* `-DWITH_GTK` build gtk version (without `-DWITH_GTK{2,3}` options, the program's name will be `hotot`)
* `-DWITH_GIR` build gir(gtk3) version (need gtk enabled) (without `-DWITH_GTK{2,3}` options, this option will disable gtk2 version.)
* `-DWITH_QT` build qt version (program name: `hotot-qt`)
* `-DWITH_KDE` build qt with kde support (program name by default: `hotot-qt`)
* `-DWITH_KDE_QT` build qt with (program name: `hotot-kde`) and without (program name: `hotot-qt`) kde support at the same time.
* `-DWITH_CHROME` build chrome with mk-chrome-app.sh, will be placed under build directory/chrome/hotot-chrome.zip, need rsync
There is also a option to specify the name of the qt binary with kde support enabled.
* `-DHOTOT_KDE_BIN_NAME=` the value of this option is ONLY used when `-DWITH_QT=On` `-DWITH_KDE=On` `-DWITH_KDE_QT=Off` (all default), in which case this will be the name of the qt wrapper.
For example, to just build gtk with gir rather than qt, the `cmake` command
will be:
$ cmake .. -DWITH_QT=off
To build all local wrappers (useful for split package,):
$ cmake .. -DWITH_GTK2=On -DWITH_GTK3=On -DWITH_KDE_QT=On
To build on Arch, add:
`-DPYTHON_EXECUTABLE=/usr/bin/python2`
There is something about a Gtk version in Python using some sort of
"distutils".
Hotot-0.9.8.14/SPONSERS 0000664 0000000 0000000 00000000142 12142171256 0014245 0 ustar 00root root 0000000 0000000
version 0.9.8
Harry Liu
version 0.9.7
Yichao Yu, Neo Lee, Difan Zhang, Shaoju Chen, YuFeng Guo
Hotot-0.9.8.14/TranslationStatus 0000664 0000000 0000000 00000004375 12142171256 0016507 0 ustar 00root root 0000000 0000000 File: data/_locales/uk/messages.json
[Update] data/_locales/uk/messages.json, 28 empty keys.
[Status] 251/279, 89.96%
File: data/_locales/lv/messages.json
[Update] data/_locales/lv/messages.json, 28 empty keys.
[Status] 251/279, 89.96%
File: data/_locales/fr/messages.json
[Update] data/_locales/fr/messages.json, 39 empty keys.
[Status] 240/279, 86.02%
File: data/_locales/bn/messages.json
[Update] data/_locales/bn/messages.json, 14 empty keys.
[Status] 265/279, 94.98%
File: data/_locales/pt_BR/messages.json
[Update] data/_locales/pt_BR/messages.json, 15 empty keys.
[Status] 264/279, 94.62%
File: data/_locales/el/messages.json
[Update] data/_locales/el/messages.json, 26 empty keys.
[Status] 253/279, 90.68%
File: data/_locales/de/messages.json
[Update] data/_locales/de/messages.json, 16 empty keys.
[Status] 263/279, 94.27%
File: data/_locales/ja/messages.json
[Update] data/_locales/ja/messages.json, 40 empty keys.
[Status] 239/279, 85.66%
File: data/_locales/zh_CAN/messages.json
[Update] data/_locales/zh_CAN/messages.json, 28 empty keys.
[Status] 251/279, 89.96%
File: data/_locales/zh_TW/messages.json
[Update] data/_locales/zh_TW/messages.json, 15 empty keys.
[Status] 264/279, 94.62%
File: data/_locales/ca/messages.json
[Update] data/_locales/ca/messages.json, 26 empty keys.
[Status] 253/279, 90.68%
File: data/_locales/zh_CLS/messages.json
[Update] data/_locales/zh_CLS/messages.json, 26 empty keys.
[Status] 253/279, 90.68%
File: data/_locales/zh_CN/messages.json
[Update] data/_locales/zh_CN/messages.json, 0 empty keys.
[Status] 279/279, 100.00%
File: data/_locales/es/messages.json
[Update] data/_locales/es/messages.json, 26 empty keys.
[Status] 253/279, 90.68%
File: data/_locales/ru/messages.json
[Update] data/_locales/ru/messages.json, 13 empty keys.
[Status] 266/279, 95.34%
File: data/_locales/it/messages.json
[Update] data/_locales/it/messages.json, 27 empty keys.
[Status] 252/279, 90.32%
File: data/_locales/pl_PL/messages.json
[Update] data/_locales/pl_PL/messages.json, 44 empty keys.
[Status] 235/279, 84.23%
File: data/_locales/bg/messages.json
[Update] data/_locales/bg/messages.json, 28 empty keys.
[Status] 251/279, 89.96%
File: data/_locales/en/messages.json
[Update] data/_locales/en/messages.json, 0 empty keys.
[Status] 279/279, 100.00%
Hotot-0.9.8.14/chrome/ 0000775 0000000 0000000 00000000000 12142171256 0014326 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/chrome/CMakeLists.txt 0000664 0000000 0000000 00000000477 12142171256 0017076 0 ustar 00root root 0000000 0000000 add_custom_target(chrome ALL)
find_program(RSYNC rsync)
if (NOT RSYNC)
message(FATAL_ERROR "hotot-chrome generation requires rsync")
endif(NOT RSYNC)
add_custom_command(
TARGET chrome
COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/mk-chrome-app.sh" "${PROJECT_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}" "${RSYNC}"
) Hotot-0.9.8.14/chrome/mk-chrome-app.sh 0000664 0000000 0000000 00000002103 12142171256 0017316 0 ustar 00root root 0000000 0000000 #! /bin/sh
ORIGIN="$1/data/"
SRC="$2/data/"
DEST="$2/hotot-chrome/"
RSYNC="$3"
if [ ! -x "$3" ]; then
echo "hotot-chrome: rsync not found."
exit 1
fi
rsync -av --exclude '.*.*' $ORIGIN $SRC
echo "\033[1;31;40m[i]Update Version ...\033[0m"
VER=`sed -n -e 's/.*version\": \"\([0-9.]*\)\",/\1/p' ${SRC}manifest.json`
sed -i "s/'version': '[0-9.]*'/'version': '${VER}'/g" ${SRC}js/conf.js
echo "\033[1;31;40m[i]Sync ...\033[0m"
# ignore .*.swp, .hgignore, etc
rsync -av --exclude '.*.*' $SRC $DEST
# replace conf.vars.platform, key and secret
echo "\033[1;31;40m[i] Replace platform, key and secret ...\033[0m"
sed -i "s/'platform': '\w*'/'platform': 'Chrome'/g" ${DEST}js/conf.js
sed -i "s/'wrapper': '\w*'/'wrapper': 'chrome'/g" ${DEST}js/conf.js
sed -i "s/'consumer_key': '\w*'/'consumer_key': 'nYvvlKCjRBdm71An5JoFTg'/g" ${DEST}js/conf.js
sed -i "s/'consumer_secret': '\w*'/'consumer_secret': 'vt8Dw8a4cnrubcm9E0Zny72YMoFwISbovDKdI77fvJ8'/g" ${DEST}js/conf.js
echo "\033[1;31;40m[i] Done!\033[0m"
rm -f hotot-chrome.zip
zip -r hotot-chrome.zip "$DEST"
rm -rf "$DEST" "$SRC"
Hotot-0.9.8.14/cmake/ 0000775 0000000 0000000 00000000000 12142171256 0014131 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/cmake/Toolchain-windows-mingw32-openSUSE.cmake 0000664 0000000 0000000 00000003115 12142171256 0023466 0 ustar 00root root 0000000 0000000 SET(MINGW_PREFIX "i686-w64-mingw32")
SET(CMAKE_SYSTEM_NAME Windows)
SET(CMAKE_EXECUTABLE_SUFFIX ".exe")
SET(CMAKE_EXE_LINKER_FLAGS "-static")
SET(CMAKE_EXE_LINKER_FLAGS_RELEASE "-s")
SET(CMAKE_C_COMPILER ccache ${MINGW_PREFIX}-gcc)
SET(CMAKE_CXX_COMPILER ccache ${MINGW_PREFIX}-g++)
SET(CMAKE_C_FLAGS "-fno-keep-inline-dllexport")
SET(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE} -march=pentium4 -mtune=pentium4 -mwindows -O2")
SET(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "-Wl,--no-undefined -static-libgcc -static-libstdc++ -Wl,-O1 -Wl,--as-needed -Wl,--sort-common -s")
SET(CMAKE_RC_COMPILER /usr/bin/${MINGW_PREFIX}-windres)
SET(CMAKE_FIND_ROOT_PATH /usr/${MINGW_PREFIX}/sys-root/mingw)
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
SET(QT_QMAKE_EXECUTABLE /usr/${MINGW_PREFIX}/bin/qmake CACHE INTERNAL "" FORCE)
SET(QT_MOC_EXECUTABLE /usr/${MINGW_PREFIX}/bin/moc CACHE INTERNAL "" FORCE)
SET(QT_RCC_EXECUTABLE /usr/${MINGW_PREFIX}/bin/rcc CACHE INTERNAL "" FORCE)
SET(QT_UIC_EXECUTABLE /usr/${MINGW_PREFIX}/bin/uic CACHE INTERNAL "" FORCE)
SET(QT_LIBRARY_DIR /usr/${MINGW_PREFIX}/bin)
SET(QT_PLUGINS_DIR ${CMAKE_FIND_ROOT_PATH}/lib/qt4/plugins/)
SET(APP_ICON_RC ${CMAKE_CURRENT_SOURCE_DIR}/qt/win32_icon.rc)
SET(WIN32_ICON_O ${CMAKE_CURRENT_BINARY_DIR}/_app_icon.o)
ADD_CUSTOM_COMMAND( OUTPUT ${WIN32_ICON_O}
COMMAND ${MINGW_PREFIX}windres
-I${CMAKE_CURRENT_SOURCE_DIR}
-o${WIN32_ICON_O}
-i${APP_ICON_RC}
)
Hotot-0.9.8.14/cmake/cmake_uninstall.cmake.in 0000664 0000000 0000000 00000002116 12142171256 0020711 0 ustar 00root root 0000000 0000000 if (NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
message(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"")
endif(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
file(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files)
string(REGEX REPLACE "\n" ";" files "${files}")
foreach (file ${files})
message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"")
if (EXISTS "$ENV{DESTDIR}${file}" OR IS_SYMLINK "$ENV{DESTDIR}${file}")
execute_process(
COMMAND @CMAKE_COMMAND@ -E remove "$ENV{DESTDIR}${file}"
OUTPUT_VARIABLE rm_out
RESULT_VARIABLE rm_retval
)
if(NOT ${rm_retval} EQUAL 0)
message(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"")
endif (NOT ${rm_retval} EQUAL 0)
else (EXISTS "$ENV{DESTDIR}${file}" OR IS_SYMLINK "$ENV{DESTDIR}${file}")
message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.")
endif (EXISTS "$ENV{DESTDIR}${file}" OR IS_SYMLINK "$ENV{DESTDIR}${file}")
endforeach(file)
Hotot-0.9.8.14/cmake/modules/ 0000775 0000000 0000000 00000000000 12142171256 0015601 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/cmake/modules/FindLibPython.py 0000664 0000000 0000000 00000002745 12142171256 0020674 0 ustar 00root root 0000000 0000000 #!/usr/bin/env python
# Copyright (C) 2012~2012 by Yichao Yu
# yyc1992@gmail.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the
# Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# This file incorporates work covered by the following copyright and
# permission notice:
#
# Copyright (c) 2007, Simon Edwards
# Redistribution and use is allowed according to the terms of the BSD
# license. For details see the accompanying COPYING-CMAKE-SCRIPTS file.
import sys, distutils.sysconfig, imp
print("exec_prefix:%s" % sys.exec_prefix)
print("short_version:%s" % sys.version[:3])
print("long_version:%s" % sys.version.split()[0])
print("py_inc_dir:%s" % distutils.sysconfig.get_python_inc())
print("site_packages_dir:%s" %
distutils.sysconfig.get_python_lib(plat_specific=1))
try:
magic_tag = imp.get_tag()
except AttributeError:
magic_tag = ''
print("magic_tag:%s" % magic_tag)
Hotot-0.9.8.14/cmake/modules/FindPythonLibrary.cmake 0000664 0000000 0000000 00000014061 12142171256 0022214 0 ustar 00root root 0000000 0000000 # Find Python
# ~~~~~~~~~~~
# Find the Python interpreter and related Python directories.
#
# This file defines the following variables:
#
# PYTHON_EXECUTABLE
# The path and filename of the Python interpreter.
#
# PYTHON_SHORT_VERSION
# The version of the Python interpreter found,
# excluding the patch version number. (e.g. 2.5 and not 2.5.1))
#
# PYTHON_LONG_VERSION
# The version of the Python interpreter found as a human readable string.
#
# PYTHON_SITE_PACKAGES_INSTALL_DIR
# This cache variable can be used for installing own python modules.
# You may want to adjust this to be the same as
# ${PYTHON_SITE_PACKAGES_DIR}, but then admin privileges may be required
# for installation.
#
# PYTHON_SITE_PACKAGES_DIR
# Location of the Python site-packages directory.
#
# PYTHON_INCLUDE_PATH
# Directory holding the python.h include file.
#
# PYTHON_LIBRARY, PYTHON_LIBRARIES
# Location of the Python library.
#
# PYTHON_MAGIC_TAG
# The magic tag used in byte compiling (PEP 3147)
# Copyright (C) 2012~2012 by Yichao Yu
# yyc1992@gmail.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the
# Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# This file incorporates work covered by the following copyright and
# permission notice:
#
# Copyright (c) 2007, Simon Edwards
# Redistribution and use is allowed according to the terms of the BSD
# license. For details see the accompanying COPYING-CMAKE-SCRIPTS file.
include(CMakeFindFrameworks)
if(EXISTS PYTHON_LIBRARY)
# Already in cache, be silent
set(PYTHONLIBRARY_FOUND TRUE)
else(EXISTS PYTHON_LIBRARY)
find_package(PythonInterp)
if(PYTHONINTERP_FOUND)
# get the directory of the current file, used later on in the file
get_filename_component(_py_cmake_module_dir ${CMAKE_CURRENT_LIST_FILE} PATH)
if(NOT EXISTS "${_py_cmake_module_dir}/FindLibPython.py")
message(FATAL_ERROR "The file FindLibPython.py does not exist in ${_py_cmake_module_dir} (the directory where FindPythonLibrary.cmake is located). Check your installation.")
endif(NOT EXISTS "${_py_cmake_module_dir}/FindLibPython.py")
execute_process(COMMAND ${PYTHON_EXECUTABLE} "${_py_cmake_module_dir}/FindLibPython.py" OUTPUT_VARIABLE python_config)
if(python_config)
string(REGEX REPLACE ".*exec_prefix:([^\n]+).*$" "\\1" PYTHON_PREFIX ${python_config})
string(REGEX REPLACE ".*\nshort_version:([^\n]+).*$" "\\1" PYTHON_SHORT_VERSION ${python_config})
string(REGEX REPLACE ".*\nlong_version:([^\n]+).*$" "\\1" PYTHON_LONG_VERSION ${python_config})
string(REGEX REPLACE ".*\npy_inc_dir:([^\n]+).*$" "\\1" _TMP_PYTHON_INCLUDE_PATH ${python_config})
string(REGEX REPLACE ".*\nsite_packages_dir:([^\n]+).*$" "\\1" _TMP_PYTHON_SITE_PACKAGES_DIR ${python_config})
string(REGEX REPLACE ".*\nmagic_tag:([^\n]*).*$" "\\1" PYTHON_MAGIC_TAG ${python_config})
# Put these two variables in the cache so they are visible for the user, but read-only:
set(PYTHON_INCLUDE_PATH "${_TMP_PYTHON_INCLUDE_PATH}" CACHE PATH "The python include directory" FORCE)
set(PYTHON_SITE_PACKAGES_DIR "${_TMP_PYTHON_SITE_PACKAGES_DIR}" CACHE PATH "The python site packages dir" FORCE)
# This one is intended to be used and changed by the user for installing own modules:
set(PYTHON_SITE_PACKAGES_INSTALL_DIR ${_TMP_PYTHON_SITE_PACKAGES_DIR} CACHE PATH "The directory where python modules will be installed to.")
string(REGEX REPLACE "([0-9]+).([0-9]+)" "\\1\\2" PYTHON_SHORT_VERSION_NO_DOT ${PYTHON_SHORT_VERSION})
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
pkg_check_modules(PYTHON_PKG python-${PYTHON_SHORT_VERSION})
set(PYTHON_LIBRARY_NAMES ${PYTHON_PKG_LIBRARIES})
endif(PKG_CONFIG_FOUND)
# add fallback
set(PYTHON_LIBRARY_NAMES ${PYTHON_LIBRARY_NAMES}
python${PYTHON_SHORT_VERSION}
python${PYTHON_SHORT_VERSION_NO_DOT})
if(WIN32)
string(REPLACE "\\" "/" PYTHON_SITE_PACKAGES_DIR ${PYTHON_SITE_PACKAGES_DIR})
endif(WIN32)
find_library(PYTHON_LIBRARY NAMES ${PYTHON_LIBRARY_NAMES} PATHS ${PYTHON_PREFIX}/lib ${PYTHON_PREFIX}/libs NO_DEFAULT_PATH)
set(PYTHONLIBRARY_FOUND TRUE)
endif(python_config)
# adapted from cmake's builtin FindPythonLibs
if(APPLE)
cmake_find_frameworks(Python)
set(PYTHON_FRAMEWORK_INCLUDES)
if(Python_FRAMEWORKS)
# If a framework has been selected for the include path,
# make sure "-framework" is used to link it.
if("${PYTHON_INCLUDE_PATH}" MATCHES "Python\\.framework")
set(PYTHON_LIBRARY "")
set(PYTHON_DEBUG_LIBRARY "")
endif("${PYTHON_INCLUDE_PATH}" MATCHES "Python\\.framework")
if(NOT PYTHON_LIBRARY)
set (PYTHON_LIBRARY "-framework Python" CACHE FILEPATH "Python Framework" FORCE)
endif(NOT PYTHON_LIBRARY)
set(PYTHONLIBRARY_FOUND TRUE)
endif(Python_FRAMEWORKS)
endif(APPLE)
endif(PYTHONINTERP_FOUND)
if(PYTHONLIBRARY_FOUND)
set(PYTHON_LIBRARIES ${PYTHON_LIBRARY})
if(NOT PYTHONLIBRARY_FIND_QUIETLY)
message(STATUS "Found Python executable: ${PYTHON_EXECUTABLE}")
message(STATUS "Found Python version: ${PYTHON_LONG_VERSION}")
message(STATUS "Found Python library: ${PYTHON_LIBRARY}")
endif(NOT PYTHONLIBRARY_FIND_QUIETLY)
else(PYTHONLIBRARY_FOUND)
if(PYTHONLIBRARY_FIND_REQUIRED)
message(FATAL_ERROR "Could not find Python")
endif(PYTHONLIBRARY_FIND_REQUIRED)
endif(PYTHONLIBRARY_FOUND)
endif(EXISTS PYTHON_LIBRARY)
Hotot-0.9.8.14/cmake/modules/PythonCompile.py 0000664 0000000 0000000 00000000201 12142171256 0020736 0 ustar 00root root 0000000 0000000 # By Simon Edwards
# This file is in the public domain.
import py_compile, sys
sys.exit(py_compile.main())
Hotot-0.9.8.14/cmake/modules/PythonMacros.cmake 0000664 0000000 0000000 00000013310 12142171256 0021227 0 ustar 00root root 0000000 0000000 # Python macros
# ~~~~~~~~~~~~~
# This file defines the following macros:
#
# PYTHON_COMPILE(LIST_OF_SOURCE_FILES)
# Byte compile the py force files listed in the LIST_OF_SOURCE_FILES.
# Compiled pyc files are stored in PYTHON_COMPILED_FILES, corresponding py
# files are stored in PYTHON_COMPILE_PY_FILES
#
# PYTHON_INSTALL_ALL(DESINATION_DIR LIST_OF_SOURCE_FILES)
# Install the LIST_OF_SOURCE_FILES, which is a list of Python .py file,
# into the destination directory during install. The file will be byte
# compiled and both the .py file and .pyc file will be installed.
#
# PYTHON_INSTALL_MODULE(MODULE_NAME LIST_OF_SOURCE_FILES)
# Similiar to PYTHON_INSTALL_ALL(), but the files are automatically
# installed to the site-package directory of python as module MODULE_NAME.
#
# PYTHON_INSTALL(SOURCE_FILE DESINATION_DIR)
# Similiar to PYTHON_INSTALL_ALL(), but the order of source file and
# destination directory is reversed.
# This macro is provided only for backward compatibility. (And this is
# the reason of the extra "_ALL" in PYTHON_INSTALL_ALL)
# use PYTHON_INSTALL_ALL() or PYTHON_INSTALL_MODULE() instead.
# Copyright (C) 2012~2012 by Yichao Yu
# yyc1992@gmail.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the
# Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# This file incorporates work covered by the following copyright and
# permission notice:
#
# Copyright (c) 2007, Simon Edwards
# Redistribution and use is allowed according to the terms of the BSD
# license. For details see the accompanying COPYING-CMAKE-SCRIPTS file.
#
function(__PYTHON_GET_UNIQUE_TARGET_NAME _name _unique_name)
set(propertyName "_PYTHON_UNIQUE_COUNTER_${_name}")
get_property(currentCounter GLOBAL PROPERTY "${propertyName}")
if(NOT currentCounter)
set(currentCounter 1)
endif()
set(${_unique_name} "${_name}_${currentCounter}" PARENT_SCOPE)
math(EXPR currentCounter "${currentCounter} + 1")
set_property(GLOBAL PROPERTY ${propertyName} ${currentCounter} )
endfunction()
get_filename_component(PYTHON_MACROS_MODULE_PATH
${CMAKE_CURRENT_LIST_FILE} PATH)
# Hopefully this will not break anything
find_package(PythonLibrary REQUIRED)
macro(_PYTHON_COMPILE SOURCE_FILE)
find_file(_python_compile_py PythonCompile.py PATHS ${CMAKE_MODULE_PATH})
# Byte compile and install the .pyc file.
get_filename_component(_absfilename ${SOURCE_FILE} ABSOLUTE)
get_filename_component(_filename ${SOURCE_FILE} NAME)
get_filename_component(_filenamebase ${SOURCE_FILE} NAME_WE)
get_filename_component(_basepath ${SOURCE_FILE} PATH)
if(WIN32)
string(REGEX REPLACE ".:/" "/" _basepath "${_basepath}")
endif()
set(_bin_py ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filename})
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${_basepath})
if(PYTHON_MAGIC_TAG)
# PEP 3147
set(_bin_pyc ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/__pycache__/${_filenamebase}.${PYTHON_MAGIC_TAG}.pyc)
# show be fine, just in case
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/__pycache__)
else()
# python2
set(_bin_pyc ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyc)
endif()
set(_message "Byte-compiling ${_bin_py}")
get_filename_component(_abs_bin_py ${_bin_py} ABSOLUTE)
# Don't copy the file onto itself.
if(NOT _abs_bin_py STREQUAL ${_absfilename})
add_custom_command(
OUTPUT ${_bin_py}
COMMAND ${CMAKE_COMMAND} -E echo "Copying ${_absfilename} to ${_bin_py}"
COMMAND ${CMAKE_COMMAND} -E copy ${_absfilename} ${_bin_py}
DEPENDS ${_absfilename}
)
endif()
add_custom_command(
OUTPUT ${_bin_pyc}
COMMAND ${CMAKE_COMMAND} -E echo "${_message}"
COMMAND ${PYTHON_EXECUTABLE} ${_python_compile_py} ${_bin_py}
DEPENDS ${_bin_py}
)
set(PYTHON_COMPILED_FILE ${_bin_pyc})
set(PYTHON_COMPILE_PY_FILE ${_bin_py})
endmacro(_PYTHON_COMPILE)
macro(PYTHON_COMPILE)
unset(PYTHON_COMPILED_FILES)
unset(PYTHON_COMPILE_TARGET_FILES)
foreach(pyfile ${ARGN})
_python_compile(${pyfile})
set(PYTHON_COMPILED_FILES ${PYTHON_COMPILED_FILES} ${PYTHON_COMPILED_FILE})
set(PYTHON_COMPILE_PY_FILES ${PYTHON_COMPILE_PY_FILES}
${PYTHON_COMPILE_PY_FILE})
endforeach()
endmacro(PYTHON_COMPILE)
macro(PYTHON_INSTALL_ALL DEST_DIR)
python_compile(${ARGN})
# PLEASE tell me if there is better solutions
__python_get_unique_target_name(python_compile_target _py_compile_target)
add_custom_target("${_py_compile_target}" ALL
DEPENDS ${PYTHON_COMPILED_FILES})
install(FILES ${PYTHON_COMPILE_PY_FILES} DESTINATION ${DEST_DIR})
if(PYTHON_MAGIC_TAG)
# PEP 3147
set(PYC_DEST_DIR ${DEST_DIR}/__pycache__)
else()
# python2
set(PYC_DEST_DIR ${DEST_DIR})
endif()
install(FILES ${PYTHON_COMPILED_FILES} DESTINATION ${PYC_DEST_DIR})
endmacro(PYTHON_INSTALL_ALL DEST_DIR)
# backward compatibility
macro(PYTHON_INSTALL SOURCE_FILE DESINATION_DIR)
python_install_all(${DESINATION_DIR} ${SOURCE_FILE})
endmacro(PYTHON_INSTALL)
macro(PYTHON_INSTALL_MODULE MODULE_NAME)
python_install_all(${PYTHON_SITE_PACKAGES_INSTALL_DIR}/${MODULE_NAME} ${ARGN})
endmacro(PYTHON_INSTALL_MODULE MODULE_NAME)
Hotot-0.9.8.14/data/ 0000775 0000000 0000000 00000000000 12142171256 0013762 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/ 0000775 0000000 0000000 00000000000 12142171256 0015543 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/bg/ 0000775 0000000 0000000 00000000000 12142171256 0016133 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/bg/messages.json 0000664 0000000 0000000 00000106043 12142171256 0020641 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "Нова надежда",
"description": "data/index.html"
},
"about": {
"message": "Относно",
"description": "data/index.html"
},
"about_and_help": {
"message": "Относно и Помощ",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Няма разрешение за достъп",
"description": "data/index.html"
},
"action": {
"message": "Действие",
"description": "data/index.html"
},
"add": {
"message": "Добави",
"description": "data/index.html"
},
"add_new_views": {
"message": "Добави нови колони",
"description": "data/index.html"
},
"add_to_list": {
"message": "Добави към списък",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Разширени",
"description": "data/index.html"
},
"animation": {
"message": "Анимация",
"description": "data/index.html"
},
"api_base": {
"message": "API база",
"description": "data/index.html"
},
"api_setting": {
"message": "API настройки",
"description": "data/index.html"
},
"archive": {
"message": "Архив",
"description": "data/index.html"
},
"artwork_by": {
"message": "Създадено от",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Тангото на убиеца",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Удостоверяването е ОК!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Автор",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "Aвтоматично удължаване на туита",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Автоматично вписване",
"description": "data/index.html"
},
"behavior": {
"message": "Поведение",
"description": "data/index.html"
},
"bio": {
"message": "Биография",
"description": "data/index.html"
},
"block": {
"message": "Блокирай",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Кървавата Маргерит",
"description": "data/index.html"
},
"cancel": {
"message": "Отказ",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Грешно удостоверяване! Моля, проверете потребителското име/паролата и АПИ базата",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "Не сте удостоверени! Моля, опитайте по-късно!",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "Няма отговор от сървъра",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "Променете профилната си снимка като кликнете върху нея.",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Знакът `@` не е позволен",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Интеграция с контекстното меню на Chrome",
"description": "data/index.html"
},
"classic": {
"message": "класик",
"description": "data/index.html"
},
"clear": {
"message": "Премахни",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Премахни и Затвори",
"description": "data/index.html"
},
"clear_token": {
"message": "Премахни разрешението за достъп",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Кликни за продължение",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Кликни долния бутон",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Кликни за създаване на съобщение",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "Кликни за да разшириш менюто",
"description": "data/index.html"
},
"click_to_show": {
"message": "Кликни за показване",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Кликни за да се покажат ретуитърите",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "Клиент1_Клиент2",
"description": "data/index.html"
},
"close": {
"message": "Затвори",
"description": "data/index.html"
},
"close_current_column": {
"message": "Затвори настоящата колона",
"description": "data/index.html"
},
"compose": {
"message": "Създай",
"description": "data/index.html"
},
"compress_tweet": {
"message": "Смали туита",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Копирай PIN кода и го постави тук",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Копирай в клипборда",
"description": "date/index.html"
},
"create_a_list": {
"message": "Създай списък",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "Създай нов профил",
"description": "data/index.html"
},
"credits": {
"message": "Заслуги",
"description": "data/index.html"
},
"cuddly": {
"message": "Пуфкаф",
"description": "data/index.html"
},
"custom_font": {
"message": "Потребителски шрифт",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Услуга за картинки",
"description": "data/index.html"
},
"delete": {
"message": "Изтрий",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Изтрий този туит",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Унищожено успешно!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "Дари!",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Задържани",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Завлачи снимката тук",
"description": "data/index.html"
},
"drop": {
"message": "Пусни",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "Пропускай туитовe, съдържащи таг nowplaying",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "Пропускай туитове, съдържащи думата",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "Пропускай туитове, ретуитнати от",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "Пропускай туитове, изпратени от",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "Пропускай туитове, публикувани от forsquare",
"description": "data/index.html"
},
"edit": {
"message": "Редактирай",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Разреши",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "Разереши анимация",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "Рарзреши графичното ускорение",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Разреши Verbose Mode",
"description": "data/index.html"
},
"errors": {
"message": "Грешки",
"description": "data/index.html"
},
"examples": {
"message": "Примери",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Спри Hotot при затваряне на прозореца",
"description": "data/index.html"
},
"extensions": {
"message": "Разширения",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Харесвам/Не харесвам",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Харесай този туит ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Любими",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Любими",
"description": "data/index.html"
},
"fellowship": {
"message": "Приятелство",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "Филтрирай NSFW съдържание",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Филтрирай туитове като този",
"description": "data/index.html"
},
"find": {
"message": "Търси",
"description": "data/index.html"
},
"fine": {
"message": "Фино",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "Регистриран",
"description": "data/index.html"
},
"follow": {
"message": "Следвай",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Следвай @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Последователи",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Последователи",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Шрифт",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "Ах, чудна българска земьо, полюшвай цъфтящи жита!",
"description": "data/index.html"
},
"font_size": {
"message": "Големина на шрифта",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Приятели",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Приятели",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Общи",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "Трябва да рестартирате Hotot за да се приложат някои от промените. Това ще засегне ВСИЧКИ акаунти.",
"description": "data/index.html"
},
"greeting": {
"message": "Поздравления!",
"description": "data/index.html"
},
"help": {
"message": "Помощ",
"description": "data/index.html"
},
"hey": {
"message": "Хей",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Хей, това си ти!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Hidden dark minds",
"description": "data/index.html"
},
"home_timeline": {
"message": "Поток",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Поток",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "Описание на Hotot",
"description": "data/index.html"
},
"image_uploader": {
"message": "Публикуване на изображения",
"description": "data/index.html"
},
"info": {
"message": "ИНФО",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Включи емотикони",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Интелигентен филтър",
"description": "data/index.html"
},
"interface_language": {
"message": "Език на интерфейса",
"description": "data/index.html"
},
"join": {
"message": "Тук от",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Just can't stop thinking of here",
"description": "data/index.html"
},
"keyboard": {
"message": "Клавиатура",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Бързи клавиши",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Kismet Защитна стена",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismet Ръководство",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "ВНИМАНИЕ: Туитове, които имат следните атрибути, няма да се появяват във Вашият поток.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Цветен етикет",
"description": "data/index.html"
},
"language": {
"message": "Език",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Разреши Hotot да събира анонимно статистическа информация",
"description": "data/index.html"
},
"license": {
"message": "Лиценз",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "Височина на реда",
"description": "data/index.html"
},
"list": {
"message": "Списък",
"description": "data/index.html"
},
"listed_cnt": {
"message": "В списък",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Списъци",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Списъци на следващите ги",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Списъците им",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Зареждане ... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Зареждане на източници ...",
"description": "data/index.html"
},
"location": {
"message": "Местоположение",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Маркирай изтритите туитове",
"description": "data/index.html"
},
"mask": {
"message": "Маска",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "Маскирай туитове, съдържащи хаштаг callmemaybe",
"description": "data/index.html"
},
"mention_them": {
"message": "Споменаване",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Споменавания",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Споменавания",
"description": "data/index.html"
},
"messages": {
"message": "Лични",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Лични",
"description": "data/index.html"
},
"more_actions": {
"message": "Още",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Премести на дъното",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Прeмести до следващия туит",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Премести до предишния туит",
"description": "data/index.html"
},
"move_to_top": {
"message": "Премести отгоре",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "Заглуши по съдържащи се думи",
"description": "data/index.html"
},
"mute_by_source": {
"message": "Заглуши по източник",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "Заглуши по потребител",
"description": "data/index.html"
},
"mute_filter": {
"message": "Филтър за заглушаване",
"description": "data/index.html"
},
"mute_this_source": {
"message": "Заглуши този източник",
"description": "data/index.html"
},
"mute_this_user": {
"message": "Заглуши този потребител",
"description": "data/index.html"
},
"mute_this_word": {
"message": "Заглуши следните думи",
"description": "data/index.html"
},
"my_favs": {
"message": "Любими",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "My Journey is to the sea of stars",
"description": "data/index.html"
},
"my_power": {
"message": "Моята сила",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Име",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Почти мъртъв",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Грешка в Мрежата! Опитай пак по-късно.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "Създаден е нов профил!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Следващ",
"description": "data/index.html"
},
"no_extension": {
"message": "Без разширение",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "Не е налично все още",
"description": "data/index.html"
},
"notify": {
"message": "Уведоми",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "Уведоми ме за туитове, споменаващи hotot",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth база",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Официално ретуитни този туит",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Опааа, грешка в Мрежата",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Опаа, грешка в API!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "Опаа, грешка в удостоверяването!",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Отвори списък ...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Отвори профил ...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Отвори първия линк",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Отвори speaker линк",
"description": "data/index.html"
},
"options": {
"message": "Опции",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "или копирай адрес и го отвори в браузъра си.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Panda acts cute",
"description": "data/index.html"
},
"password": {
"message": "Парола",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Постави от клипборда",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN код",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "Моля, попълнете получателя!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Моля, попълнете префикса на получателя",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "Порт",
"description": "data/index.html"
},
"post_successfully": {
"message": "Успешно публикуване!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Публикуване ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Силен",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Настройки",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Презареди последните туитове в разговори, ако е възможно.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Убава булка",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Преглед на включените медии",
"description": "data/index.html"
},
"preview_here": {
"message": "Преглед тук",
"description": "data/index.html"
},
"previous": {
"message": "Предишен",
"description": "data/index.html"
},
"profile": {
"message": "Профил",
"description": "data/index.html"
},
"profile_name": {
"message": "Име на профила",
"description": "data/index.html"
},
"project_host": {
"message": "Хост на проекта",
"description": "data/index.html"
},
"project_site": {
"message": "Сайт на проекта",
"description": "data/index.html"
},
"proxy": {
"message": "Прокси",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Удостоверяване",
"description": "data/index.html"
},
"proxy_host": {
"message": "Хост на проксито",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "HTTP Прокси",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "Без прокси",
"description": "data/index.html"
},
"proxy_port": {
"message": "Порт на проксито",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "Socks",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "Системно прокси",
"description": "data/index.html"
},
"quick_references": {
"message": "Бързи препратки",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Напусни Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Цитирай",
"description": "data/index.html"
},
"read_later": {
"message": "Прочети по-късно",
"description": "data/index.html"
},
"read_later_service": {
"message": "Услуга за по-късно прочитане",
"description": "data/index.html"
},
"relation": {
"message": "Отношение",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Презареди",
"description": "data/index.html"
},
"reply": {
"message": "Отговор",
"description": "data/index.html"
},
"reply_all": {
"message": "Отговор на всички",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Отговори на този туит",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "отговор до",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Докладвай СПАМ",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Време до зануляване",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Възстанови до подразбиране",
"description": "data/index.html"
},
"retweet": {
"message": "Ретуит",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Ретуит/Отмяна",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Ретуита е успешен!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Ретуитнато от",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Ретуитване ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Ретуити",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Ретуитове",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT този туит",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Условие",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Филтър по условие",
"description": "data/index.html"
},
"rule_editor": {
"message": "Редактор на условията",
"description": "data/index.html"
},
"rule_name": {
"message": "Име на условие",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Same Signing API Base",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Same Signing OAuth Base",
"description": "data/index.html"
},
"save": {
"message": "Запази",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Запази за по-късно",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Шизофрения",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Търси",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Търси API база",
"description": "data/index.html"
},
"search_in_google": {
"message": "Търси @ в Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Търси @ в Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Търсене",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Избери услуга за изображения",
"description": "data/index.html"
},
"select_a_language": {
"message": "Избери език",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "Избери услуга за по-късно четене",
"description": "data/index.html"
},
"select_a_theme": {
"message": "Избери тема",
"description": "data/index.html"
},
"select_actions": {
"message": "Избери действия",
"description": "data/index.html"
},
"select_fields": {
"message": "Избери полета",
"description": "data/index.html"
},
"send_message": {
"message": "Изпрати съобщение",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Изпрати им съобщения",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Страхотните времена преди брака",
"description": "data/index.html"
},
"shortcuts": {
"message": "Бързи връзки",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "Покажи относителна дата",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Вписване ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Отписване",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Плъзни до следващата страница",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Плъзни до предишната страница",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Някаква грешка се появи",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Стартирай намален",
"description": "data/index.html"
},
"stat": {
"message": "STAT",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Надвишили сте 140 знака!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Стъпка 1",
"description": "data/index.html"
},
"step_two": {
"message": "Стъпка 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Struggling Adventurers",
"description": "data/index.html"
},
"successfully": {
"message": "Успешно",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Summon Hotot (like: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "Надзиравано от",
"description": "data/index.html"
},
"themes": {
"message": "Теми",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Този профил вече съществува!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "до",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "Включи разговорите",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Прозрачно",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Туитове",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Туитове",
"description": "data/index.html"
},
"tweets": {
"message": "Туитове",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "Официална услуга на Twitter",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "Попълнете име",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "Напишете или довлачете снимката тук",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Не харесвам този туит ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Деблокирай",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Отмяна на ретуитването ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Отмяната е успешна!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "Не следвай",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Не следвай @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Изпрати",
"description": "data/index.html"
},
"update_successfully": {
"message": "Изпращането успешно!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Изпращане ...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Публикувай",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Публикувай API Base",
"description": "data/index.html"
},
"upload_photo": {
"message": "Публикувай снимка.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Публикувай в ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "Съкращаване на адреси",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Използвай собствен шрифт",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Използвай ЦИТИРАЙ за основно действие при ретуит",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "Използвай услуга за по-късно прочитане",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Използвай ОТГОВОР ДО ВСИЧКИ като основно действие при отговор",
"description": "data/index.html"
},
"username": {
"message": "Потребител",
"description": "data/index.html"
},
"verify": {
"message": "Потвърди",
"description": "data/index.html"
},
"version": {
"message": "Версия",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "чрез",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Покажи още от разговора",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Искам да се обвържа с",
"description": "data/index.html"
},
"weakness": {
"message": "Слабост",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Мрежа",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Страница",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Шепот",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "Напишете описанието тук",
"description": "data/index.html"
},
"written_by": {
"message": "Написано от",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "Те Ви следват.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Вие следвате",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Вие сте приятели.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Вие не се следвате един друг.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "Нямате изглед",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "Трябва да добавите един или повече изгледи от бутона горе",
"description": "data/index.html"
},
"your_profile": {
"message": "Вашият профил",
"description": "data/index.html"
}
}
Hotot-0.9.8.14/data/_locales/bg/timestring.js 0000664 0000000 0000000 00000005016 12142171256 0020660 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : bulgarian (bg)
// author : Krasen Borisov : https://github.com/kraz
(function () {
var lang = {
months : "януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),
monthsShort : "янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),
weekdays : "неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),
weekdaysShort : "нед_пон_вто_сря_чет_пет_съб".split("_"),
weekdaysMin : "нд_пн_вт_ср_чт_пт_сб".split("_"),
longDateFormat : {
LT : "h:mm",
L : "D.MM.YYYY",
LL : "D MMMM YYYY",
LLL : "D MMMM YYYY LT",
LLLL : "dddd, D MMMM YYYY LT"
},
calendar : {
sameDay : '[Днес в] LT',
nextDay : '[Утре в] LT',
nextWeek : 'dddd [в] LT',
lastDay : '[Вчера в] LT',
lastWeek : function () {
switch (this.day()) {
case 0:
case 3:
case 6:
return '[В изминалата] dddd [в] LT';
case 1:
case 2:
case 4:
case 5:
return '[В изминалия] dddd [в] LT';
}
},
sameElse : 'L'
},
relativeTime : {
future : "след %s",
past : "преди %s",
s : "няколко секунди",
m : "минута",
mm : "%d минути",
h : "час",
hh : "%d часа",
d : "ден",
dd : "%d дни",
M : "месец",
MM : "%d месеца",
y : "година",
yy : "%d години"
},
ordinal : function (number) {
return '.';
}
};
// Node
if (typeof module !== 'undefined') {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('bg', lang);
}
}());
Hotot-0.9.8.14/data/_locales/bn/ 0000775 0000000 0000000 00000000000 12142171256 0016142 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/bn/messages.json 0000664 0000000 0000000 00000111073 12142171256 0020647 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "সম্পর্কে",
"description": "data/index.html"
},
"about_and_help": {
"message": "সম্পর্কে ও সাহায্য",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "এক্সেস টোকেন নেই",
"description": "data/index.html"
},
"action": {
"message": "ক্রিয়াকলাপ",
"description": "data/index.html"
},
"add": {
"message": "যুক্ত করুন",
"description": "data/index.html"
},
"add_new_views": {
"message": "নতুন ভিউ যুক্ত করুন",
"description": "data/index.html"
},
"add_to_list": {
"message": "তালিকায় যুক্ত করুন",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "এডভান্সড",
"description": "data/index.html"
},
"animation": {
"message": "এনিমেশন",
"description": "data/index.html"
},
"api_base": {
"message": "API বেজ",
"description": "data/index.html"
},
"api_setting": {
"message": "API সেটিংস",
"description": "data/index.html"
},
"archive": {
"message": "আর্কাইভ",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Assassin's Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "অনুমতি ঠিক আছে!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "ডেভেলপার",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "খোলার পর স্বয়ংক্রিয়ভাবে সাইন-ইন করুন",
"description": "data/index.html"
},
"behavior": {
"message": "আচরণ",
"description": "data/index.html"
},
"bio": {
"message": "বায়ো",
"description": "data/index.html"
},
"block": {
"message": "ব্লক",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "বাতিল",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "আপনাকে অনুমতি দেওয়া যাচ্ছেনা! দয়া করে আপনার ইউজারনেম/পাসওয়ার্ড ও API বেজ যাচাই করুন",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "অক্ষর `@` প্রোফাইলে গ্রহনযোগ্য নয়",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "ক্রোমের কনটেক্স তালিকার সাথে একত্রীকরণ",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "পরিষ্কার",
"description": "data/index.html"
},
"clear_and_close": {
"message": "পরিষ্কার ও বন্ধ",
"description": "data/index.html"
},
"clear_token": {
"message": "টোকেন পরিষ্কার করুন",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "আমাকে ক্লিক করে অগ্রসর হোন",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "নিচের বাটনে ক্লিক করুন",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "বার্তা লিখার জন্য ক্লিক করুন",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "দেখার জন্য ক্লিক করুন",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "রিটুইটসমূহ দেখার জন্য ক্লিক করুন",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "বন্ধ",
"description": "data/index.html"
},
"close_current_column": {
"message": "বর্তমান কলামটি বন্ধ করুন",
"description": "data/index.html"
},
"compose": {
"message": "লিখুন",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "পিন কোডটি কপি করুন ও নিচের ঘরে পেস্ট করে দিন",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "ক্লিপবোর্ডে কপি করুন",
"description": "date/index.html"
},
"create_a_list": {
"message": "একটি তালিকা তৈরি করুন",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "কৃতিত্বসমূহ",
"description": "data/index.html"
},
"cuddly": {
"message": "Cuddly",
"description": "data/index.html"
},
"custom_font": {
"message": "কাস্টম ফন্ট",
"description": "data/index.html"
},
"default_picture_service": {
"message": "ডিফল্ট ছবি পরিসেবা",
"description": "data/index.html"
},
"delete": {
"message": "মুছে ফেলুন",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "এই টুইটটি মুছে ফেলুন",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "সফলভাবে নষ্ট করা হয়েছে!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "অনুদান",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "ড্রাফটসমূহ",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "এখানে একটি ছবি টেনে আনুন",
"description": "data/index.html"
},
"drop": {
"message": "ড্রপ",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "এডিট",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "e.g. H",
"description": "data/index.html"
},
"enable": {
"message": "কার্যকর",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "এনিমেশন কার্যকর",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "জিপিইউ এক্সিলেরেশন কার্যকর",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "ভারবোস অবস্থা কার্যকর",
"description": "data/index.html"
},
"errors": {
"message": "ত্রুটিসমূহ",
"description": "data/index.html"
},
"examples": {
"message": "উদাহরণসমূহ",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "উইন্ডোটি বন্ধ করলে হটট ত্যাগ করুন",
"description": "data/index.html"
},
"extensions": {
"message": "এক্সটেনশনসমূহ",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "ফেভারিট/আন-ফেভারিট",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "এই টুইটটি ফেভারিটে নিন ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "ফেভারিট",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "ফেভারিটসমূহ ভিউ",
"description": "data/index.html"
},
"fellowship": {
"message": "ফেলোশিপ",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "এভাবে টুইটসমূহ ফিল্টার করুন",
"description": "data/index.html"
},
"find": {
"message": "খুঁজুন",
"description": "data/index.html"
},
"fine": {
"message": "সুন্দর",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "টুইটারে প্রথমবারের মত সাইন-ইন",
"description": "data/index.html"
},
"follow": {
"message": "অনুসরণ",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "অনুসরণ @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "অনুসরণকারীদের তালিকা",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "অনুসরণকারীগণ",
"description": "data/js/ui.template.js"
},
"font": {
"message": "ফন্ট",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "আমি বাংলায় গান গাই",
"description": "data/index.html"
},
"font_size": {
"message": "ফন্টের আকার",
"description": "data/index.html"
},
"friend_cnt": {
"message": "বন্ধু",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "বন্ধুগণ",
"description": "data/js/ui.template.js"
},
"global": {
"message": "গ্লোবাল",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "কিছু ইফেক্ট ও পরিবর্তনসমূহ কার্যকর করার জন্য হটট পুনরায় চালু করুন এবং এসকল পরিবর্তন সকল একাউন্টে কার্যকর হবে",
"description": "data/index.html"
},
"greeting": {
"message": "স্বাগতম!",
"description": "data/index.html"
},
"help": {
"message": "সাহায্য",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "হ্যালো, এটি আপনি!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Hidden dark minds",
"description": "data/index.html"
},
"home_timeline": {
"message": "হোম",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "হোম ভিউ",
"description": "data/index.html"
},
"host": {
"message": "হোস্ট",
"description": "data/index.html"
},
"hotot": {
"message": "হটট",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "ছবি আপলোডার",
"description": "data/index.html"
},
"info": {
"message": "তথ্য",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "ইমো যুক্ত করুন",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "বুদ্ধিমান ফিল্টার",
"description": "data/index.html"
},
"interface_language": {
"message": "ইন্টারফেসের ভাষা",
"description": "data/index.html"
},
"join": {
"message": "যোগ দিন",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Just can't stop thinking of here",
"description": "data/index.html"
},
"keyboard": {
"message": "কি-বোর্ড",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "কি-বোর্ড শর্টকাটসমূহ",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "কিসমেট ফায়ারওয়াল",
"description": "data/index.html"
},
"kismet_guide": {
"message": "কিসমেট সহায়িকা",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "সতর্কীকরণ: যেসকল টুইটে নিম্নবর্ণিত উপাদানসমূহ আছে সেগুলো আপনার টাইমলাইনে প্রদর্শিত হবেনা.",
"description": "data/index.html"
},
"label_with_color": {
"message": "রং দিয়ে চিহ্নিতকরণ",
"description": "data/index.html"
},
"language": {
"message": "ভাষা",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "হটটকে কিছু পরিসংখ্যানগত তথ্য সংগ্রহ করতে দিন",
"description": "data/index.html"
},
"license": {
"message": "লাইসেন্স",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "লাইনের উচ্চতা",
"description": "data/index.html"
},
"list": {
"message": "তালিকা",
"description": "data/index.html"
},
"listed_cnt": {
"message": "তালিকাভুক্ত হয়েছে",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "তালিকাসমূহ",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "তাকে অনুসরণকৃত তালিকাসমূহ",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "তার তালিকাসমূহ",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "লোড হচ্ছে ... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "উপাদানসমূহ লোড হচ্ছে ...",
"description": "data/index.html"
},
"location": {
"message": "স্থান",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "মুছে ফেলা টুইটসমূহ চিহ্নিত করুন",
"description": "data/index.html"
},
"mask": {
"message": "মাস্ক",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "মেনশন",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "মেনশনসমূহ",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "মেনশনসমূহ ভিউ",
"description": "data/index.html"
},
"messages": {
"message": "বার্তাসমূহ",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "বার্তাসমূহ ভিউ",
"description": "data/index.html"
},
"more_actions": {
"message": "আরো",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "নিচে পাঠান",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "পরবর্তী টুইটে পাঠান",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "পূর্ববর্তী টুইটে পাঠান",
"description": "data/index.html"
},
"move_to_top": {
"message": "উপরে পাঠান",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "নিঃশব্দ ফিল্টার",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "আমার ফেভারিটসমূহ",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "My Journey is to the sea of stars",
"description": "data/index.html"
},
"my_power": {
"message": "আমার ক্ষমতা",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "নাম",
"description": "data/index.html"
},
"nearly_dead": {
"message": "প্রায় মৃত",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "সংযোগ ত্রুটি! দয়া করে পরে আবার চেষ্টা করুন",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "নতুন প্রোফাইল তৈরি হয়েছে!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "পরবর্তী",
"description": "data/index.html"
},
"no_extension": {
"message": "কোন এক্সটেনশন নেই",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "নির্দেশনা",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth বেজ",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "অফিসিয়ালভাবে এই টুইটকে রিটুইট",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "ঠিক আছে",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "উফফ, একটি সংযোগ ত্রুটি ঘটেছে",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "উফফ, একটি API ত্রুটি ঘটেছে!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "একটি তালিকা খুলুন ...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "একটি প্রোফাইল খুলুন ...",
"description": "data/index.html"
},
"open_first_link": {
"message": "প্রথম লিংকটি খুলুন",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "বক্তার লিংকটি খুলুন",
"description": "data/index.html"
},
"options": {
"message": "অপশনসমূহ",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "অথবা এড্রেসটি কপি করে আপনার ব্রাউজারের সাহায্যে খুলুন",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Panda acts cute",
"description": "data/index.html"
},
"password": {
"message": "পাসওয়ার্ড",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "ক্লিপবোর্ড থেকে পেস্ট",
"description": "date/index.html"
},
"pin_code": {
"message": "পিন কোড",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "দয়া করে প্রাপকের বর্ননা দিন!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "দয়া করে একটি প্রোফাইল প্রিফিক্স দিন",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "পোর্ট",
"description": "data/index.html"
},
"post_successfully": {
"message": "সফলভাবে পোস্ট হয়েছে!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "পোস্ট হচ্ছে ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "শক্তিশালী",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "পছন্দসমূহ",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "যখনই সম্ভব সর্বশেষ টুইটগুলো আলোচনায় আগে লোড করুন",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Pretty wife",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "সংযুক্ত মিডিয়া প্রিভিউ",
"description": "data/index.html"
},
"preview_here": {
"message": "এখানে প্রিভিউ",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "প্রোফাইল",
"description": "data/index.html"
},
"profile_name": {
"message": "প্রোফাইলের নাম",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "প্রক্সি",
"description": "data/index.html"
},
"proxy_auth": {
"message": "অনুমতি",
"description": "data/index.html"
},
"proxy_host": {
"message": "প্রক্সি হোস্ট",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "Http প্রক্সি",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "কোন প্রক্সি নেই",
"description": "data/index.html"
},
"proxy_port": {
"message": "প্রক্সি পোর্ট",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "SOCKS প্রক্সি",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "সিস্টেম প্রক্সি",
"description": "data/index.html"
},
"quick_references": {
"message": "দ্রুত পছন্দসমূহ",
"description": "data/index.html"
},
"quit_hotot": {
"message": "হটট ত্যাগ করুন",
"description": "data/index.html"
},
"quote": {
"message": "উক্তি",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "সম্পর্ক",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "পুনঃলোড",
"description": "data/index.html"
},
"reply": {
"message": "উত্তর",
"description": "data/index.html"
},
"reply_all": {
"message": "সবাইকে উত্তর দিন",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "এই টুইটের উত্তর দিন",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "উত্তর",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "স্প্যাম রিপোর্ট করুন",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "পুনরায় সময় রিসেট করুন",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "ডিফল্টসমূহ উদ্ধার",
"description": "data/index.html"
},
"retweet": {
"message": "রিটুইট",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "রিটুইট/আন-রিটুইট",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "রিটুইট সফল!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "রিটুইট করেছেন",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "রিটুইট হচ্ছে ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "রিটুইটসমূহ",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "রিটুইট ভিউ",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT এই টুইটটি",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "নিয়ম",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "নিয়মভিত্তিক ফিল্টার",
"description": "data/index.html"
},
"rule_editor": {
"message": "নিয়ম এডিট করুন",
"description": "data/index.html"
},
"rule_name": {
"message": "নিয়মের নাম",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "একই সাইনিং API বেজ",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "একই সাইনিং OAuth বেজ",
"description": "data/index.html"
},
"save": {
"message": "সংরক্ষণ",
"description": "data/index.html"
},
"save_as_draft": {
"message": "ড্রাফট হিসাবে সংরক্ষণ",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizophrenia",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "অনুসন্ধান",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "API বেজে খুঁজুন",
"description": "data/index.html"
},
"search_in_google": {
"message": "সন্ধান @ গুগলে",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "সন্ধান @ টুইটারে",
"description": "data/index.html"
},
"search_view": {
"message": "প্রদর্শনে খুঁজুন",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "একটি ছবি পরিসেবা নির্বাচন করুন",
"description": "data/index.html"
},
"select_a_language": {
"message": "একটি ভাষা নির্বাচন করুন",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "ক্রিয়াকলাপ নির্বাচন করুন",
"description": "data/index.html"
},
"select_fields": {
"message": "ফিল্ড নির্বাচন করুন",
"description": "data/index.html"
},
"send_message": {
"message": "বার্তা পাঠান",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "তার কাছে বার্তা পাঠান",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Shiny old times before marriage",
"description": "data/index.html"
},
"shortcuts": {
"message": "শর্টকাটসমূহ",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "সাইন-ইন হচ্ছে ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "সাইন-আউট",
"description": "data/index.html"
},
"signing_api_base": {
"message": "সাইনিং API বেজ",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "সাইনিং OAuth বেজ",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "পরের পাতায় যান",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "পূর্বের পাতায় যান",
"description": "data/index.html"
},
"some_error_occur": {
"message": "কোন একটি ত্রুটি সংঘটিত হয়েছে",
"description": "data/index.html"
},
"starts_minimized": {
"message": "মিনিমাইজডভাবে চালু করুন",
"description": "data/index.html"
},
"stat": {
"message": "পরিসংখ্যান",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "বক্তব্যটি ১৪০ অক্ষরের চেয়ে বেশি!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "ধাপ ১",
"description": "data/index.html"
},
"step_two": {
"message": "ধাপ ২",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Struggling Adventurers",
"description": "data/index.html"
},
"successfully": {
"message": "সফলভাবে",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "summon hotot (like: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "থিমসমূহ",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "এই প্রোফাইলটি ইতমধ্যেই বর্তমান!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "প্রতি",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "আলোচনা স্থানান্তর",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Transparent",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "টুইট",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "টুইট ভিউ",
"description": "data/index.html"
},
"tweets": {
"message": "টুইটসমূহ",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "টাইপ করুন অথবা একটি ছবি এখানে টেনে আনুন",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "এই টুইটটি আন-ফেভারিট করুন ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "আনব্লক",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "রিটুইট পূর্বাবস্থায় ফিরছে...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "সফলভাবে পূর্বাবস্থায় ফিরে গেলো!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "অননুসরণ",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "অননুসরণ @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "আপডেট",
"description": "data/index.html"
},
"update_successfully": {
"message": "সফলভাবে আপডেট হয়েছে!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "আপডেট হচ্ছে ...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "আপলোড",
"description": "data/index.html"
},
"upload_api_base": {
"message": "API বেজ আপলোড",
"description": "data/index.html"
},
"upload_photo": {
"message": "ছবি আপলোড",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "আপলোড ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL সংক্ষিপ্তকরণ",
"description": "data/index.html"
},
"use_custom_font": {
"message": "কাস্টম ফন্ট ব্যবহার করুন",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "ডিফল্ট রিটুইট হিসাবে উক্তি ব্যবহার করুন",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "ডিফল্ট উত্তর হিসাবে সবাইকে উত্তর দিন ব্যবহার করুন",
"description": "data/index.html"
},
"username": {
"message": "ব্যবহারকারীর নাম",
"description": "data/index.html"
},
"verify": {
"message": "যাচাই",
"description": "data/index.html"
},
"version": {
"message": "সংস্করণ",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "মাধ্যম",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "আরো আলোচনা দেখুন",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Wanna have a relationship with",
"description": "data/index.html"
},
"weakness": {
"message": "দূর্বলতা",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "ওয়েব",
"description": "data/js/ui.template.js"
},
"website": {
"message": "ওয়েবসাইট",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Whisper",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "আপনি তার দ্বারা অনুসরণ হচ্ছেন",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "আপনি অনুসরণ করছেন",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "আপনারা পরস্পর বন্ধু",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "আপনারা একে অন্যকে অনুসরণ করছেন না",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/ca/ 0000775 0000000 0000000 00000000000 12142171256 0016126 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/ca/messages.json 0000664 0000000 0000000 00000072567 12142171256 0020651 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "Quant a",
"description": "data/index.html"
},
"about_and_help": {
"message": "Quant a i ajuda",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "L'element d'accés no existeix",
"description": "data/index.html"
},
"action": {
"message": "Acció",
"description": "data/index.html"
},
"add": {
"message": "Afegeix",
"description": "data/index.html"
},
"add_new_views": {
"message": "Afegeix visualitzacions noves",
"description": "data/index.html"
},
"add_to_list": {
"message": "Afegeix a la llista",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Avançat",
"description": "data/index.html"
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": "data/index.html"
},
"api_setting": {
"message": "Paràmetres de l'API",
"description": "data/index.html"
},
"archive": {
"message": "Archive",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Assassin's Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Authentication OK!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Autor",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Automatically sign in after opening",
"description": "data/index.html"
},
"behavior": {
"message": "Comportament",
"description": "data/index.html"
},
"bio": {
"message": "Biografia",
"description": "data/index.html"
},
"block": {
"message": "Bloca",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "Cancel·la",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Cannot authenticate you! Please check your username/password and API Base",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Character `@` is not allowed in profile prefix",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Chrome context menu integration",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Clear",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Clear & Close",
"description": "data/index.html"
},
"clear_token": {
"message": "Clean token",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Click Me to Continue",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Click the button below",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Click to compose message",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Click to show",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Click to show retweeters",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Close",
"description": "data/index.html"
},
"close_current_column": {
"message": "Close current column",
"description": "data/index.html"
},
"compose": {
"message": "Redacta",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Copy the PIN Code and paste it into the box below",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Copia al porta-retalls",
"description": "date/index.html"
},
"create_a_list": {
"message": "Crea una llista",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Crèdits",
"description": "data/index.html"
},
"cuddly": {
"message": "Cuddly",
"description": "data/index.html"
},
"custom_font": {
"message": "",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Servei d'imatges predeterminat",
"description": "data/index.html"
},
"delete": {
"message": "Suprimeix",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Suprimeix aquesta piulada",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Destroyed Successfully!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Esborranys",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Drag a photo here",
"description": "data/index.html"
},
"drop": {
"message": "Drop",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Edita",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Habilita",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Habilita el mode detallat",
"description": "data/index.html"
},
"errors": {
"message": "Errors",
"description": "data/index.html"
},
"examples": {
"message": "Exemples",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Surt del Hotot en tancar la finestra",
"description": "data/index.html"
},
"extensions": {
"message": "Extensions",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Fav/Un-fav",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Favorite this tweet ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Preferits",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Visualització de preferits",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Filter Tweets Like It",
"description": "data/index.html"
},
"find": {
"message": "Cerca",
"description": "data/index.html"
},
"fine": {
"message": "Fine",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "First time to sign in with Twitter",
"description": "data/index.html"
},
"follow": {
"message": "Segueix",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Segueix en/na @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Seguidor",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Seguidors",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Tipus de lletra",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "The quick brown fox jumps over the lazy dog.",
"description": "data/index.html"
},
"font_size": {
"message": "Mida del tipus de lletra",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Amic",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Amics",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Global",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "You MUST restart Hotot for some changes below to take effect. And these changes will affect ALL accounts",
"description": "data/index.html"
},
"greeting": {
"message": "Greetings!",
"description": "data/index.html"
},
"help": {
"message": "Ajuda",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Hey, it's You!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Hidden dark minds",
"description": "data/index.html"
},
"home_timeline": {
"message": "Home Timeline",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Home View",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Servei de pujada d'imatges",
"description": "data/index.html"
},
"info": {
"message": "INFO",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Insert smiley",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Filtre intel·ligent",
"description": "data/index.html"
},
"interface_language": {
"message": "Llengua de la interfície",
"description": "data/index.html"
},
"join": {
"message": "Join",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Just can't stop thinking of here",
"description": "data/index.html"
},
"keyboard": {
"message": "Teclat",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Dreceres de teclat",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Talla-focs Kismet",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Guia del Kismet",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "WARNING: Tweets that have following attributes will not appear on your timeline.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Label with Color",
"description": "data/index.html"
},
"language": {
"message": "Llengua",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Let Hotot collects anonymous statistic information",
"description": "data/index.html"
},
"license": {
"message": "Llicència",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "Llista",
"description": "data/index.html"
},
"listed_cnt": {
"message": "En una llista",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Llistes",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Lists following them",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Lists of them",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "S'està carregant... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "S'estan carregant els recursos...",
"description": "data/index.html"
},
"location": {
"message": "Ubicació",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Mark deleted tweets",
"description": "data/index.html"
},
"mask": {
"message": "Mask",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Mention",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Mentions",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Mentions View",
"description": "data/index.html"
},
"messages": {
"message": "Messages",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Messages View",
"description": "data/index.html"
},
"more_actions": {
"message": "More",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Move to bottom",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Move to next tweet",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Move to prev tweet",
"description": "data/index.html"
},
"move_to_top": {
"message": "Move to top",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Mute Filter",
"description": "data/index.html"
},
"mute_this_source": {
"message": "Mute this source",
"description": "data/index.html"
},
"mute_this_user": {
"message": "Mute this user",
"description": "data/index.html"
},
"mute_this_word": {
"message": "Mute this word",
"description": "data/index.html"
},
"my_favs": {
"message": "My Favorites",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "My Journey is to the sea of stars",
"description": "data/index.html"
},
"my_power": {
"message": "My Power",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Name",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Nearly Dead",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Network Error! Please try later.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "New Profile has been created!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Next",
"description": "data/index.html"
},
"no_extension": {
"message": "No Extension",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Notify",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Official retweet this tweet",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Oops, A Network Error Occurs",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Oops, An API Error Occurs!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Open a List ...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Open a Profile ...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Open first link",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Open speaker link",
"description": "data/index.html"
},
"options": {
"message": "Options",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Or copy the address and open it in your browser.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Panda acts cute",
"description": "data/index.html"
},
"password": {
"message": "",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Paste from clipboard",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN Code",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "please enter the recipient!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Please enter a profile prefix",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "",
"description": "data/index.html"
},
"post_successfully": {
"message": "Posted Successfully!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Posting ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Powerful",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Preferences",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Preload latest tweets in conversations if possible.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Pretty wife",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Preview Embedded Media",
"description": "data/index.html"
},
"preview_here": {
"message": "Preview Here",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Profile",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Authentication",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "Quick References",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Quit Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Quote",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Relation",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Reload",
"description": "data/index.html"
},
"reply": {
"message": "Reply",
"description": "data/index.html"
},
"reply_all": {
"message": "Reply All",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Reply this tweet",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "reply to",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Report Spam",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Reset Time",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Restore Defaults",
"description": "data/index.html"
},
"retweet": {
"message": "Retweet",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retweet/Un-retweet",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Retweet Successful!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Retweeted by",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retweeting ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retweets",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Retweets View",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT this tweet",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Rule",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Rule-based Filter",
"description": "data/index.html"
},
"rule_editor": {
"message": "Rule Editor",
"description": "data/index.html"
},
"rule_name": {
"message": "Rule Name",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Same Signing API Base",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Same Signing OAuth Base",
"description": "data/index.html"
},
"save": {
"message": "Save",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Save as draft",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizophrenia",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Search",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Search API Base",
"description": "data/index.html"
},
"search_in_google": {
"message": "Search @ in Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Search @ in Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Search View",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Select a default picture service",
"description": "data/index.html"
},
"select_a_language": {
"message": "Select a language",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Select actions",
"description": "data/index.html"
},
"select_fields": {
"message": "Select fields",
"description": "data/index.html"
},
"send_message": {
"message": "Send Message",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Send message to them",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Shiny old times before marriage",
"description": "data/index.html"
},
"shortcuts": {
"message": "Shortcuts",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Sign in ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Sign Out",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Slide to next page",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Slide to prev page",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Some Error Occured",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Starts Minimized",
"description": "data/index.html"
},
"stat": {
"message": "STAT",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Status is over 140 characters!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Step 1",
"description": "data/index.html"
},
"step_two": {
"message": "Step 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Struggling Adventurers",
"description": "data/index.html"
},
"successfully": {
"message": "Successfully",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Summon Hotot (like: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Themes",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "This profile may already exist!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Transparent",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tweet",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Tweet View",
"description": "data/index.html"
},
"tweets": {
"message": "Tweets",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Un-favorite this tweet ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Unblock",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Undo retweeting ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Undo Successful!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Unfollow @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Update",
"description": "data/index.html"
},
"update_successfully": {
"message": "Updated Successfully!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Updating ...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Upload",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Upload API Base",
"description": "data/index.html"
},
"upload_photo": {
"message": "Upload Photo.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Upload to ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL shortener",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Use Custom Font",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Use QUOTE as default retweet action",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Use REPLY ALL as default reply action",
"description": "data/index.html"
},
"username": {
"message": "",
"description": "data/index.html"
},
"verify": {
"message": "Verify",
"description": "data/index.html"
},
"version": {
"message": "Version",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "via",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "View more conversation",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Wanna have a relationship with",
"description": "data/index.html"
},
"weakness": {
"message": "Weakness",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Web",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Website",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Whisper",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "You are followed by them.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "You are following",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "You are friends.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "You are not following each other.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/ca/timestring.js 0000664 0000000 0000000 00000004635 12142171256 0020661 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : catalan (ca)
// author : Juan G. Hurtado : https://github.com/juanghurtado
(function () {
var lang = {
months : "Gener_Febrer_Març_Abril_Maig_Juny_Juliol_Agost_Setembre_Octubre_Novembre_Desembre".split("_"),
monthsShort : "Gen._Febr._Mar._Abr._Mai._Jun._Jul._Ag._Set._Oct._Nov._Des.".split("_"),
weekdays : "Diumenge_Dilluns_Dimarts_Dimecres_Dijous_Divendres_Dissabte".split("_"),
weekdaysShort : "Dg._Dl._Dt._Dc._Dj._Dv._Ds.".split("_"),
weekdaysMin : "Dg_Dl_Dt_Dc_Dj_Dv_Ds".split("_"),
longDateFormat : {
LT : "H:mm",
L : "DD/MM/YYYY",
LL : "D MMMM YYYY",
LLL : "D MMMM YYYY LT",
LLLL : "dddd D MMMM YYYY LT"
},
calendar : {
sameDay : function () {
return '[avui a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
},
nextDay : function () {
return '[demà a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
},
nextWeek : function () {
return 'dddd [a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
},
lastDay : function () {
return '[ahir a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
},
lastWeek : function () {
return '[el] dddd [passat a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';
},
sameElse : 'L'
},
relativeTime : {
future : "en %s",
past : "fa %s",
s : "uns segons",
m : "un minut",
mm : "%d minuts",
h : "una hora",
hh : "%d hores",
d : "un dia",
dd : "%d dies",
M : "un mes",
MM : "%d mesos",
y : "un any",
yy : "%d anys"
},
ordinal : function (number) {
return 'º';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('ca', lang);
}
}());
Hotot-0.9.8.14/data/_locales/de/ 0000775 0000000 0000000 00000000000 12142171256 0016133 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/de/messages.json 0000664 0000000 0000000 00000074100 12142171256 0020637 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "Über",
"description": "data/index.html"
},
"about_and_help": {
"message": "Über & Hilfe",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Zugangstoken existiert nicht",
"description": "data/index.html"
},
"action": {
"message": "Aktion",
"description": "data/index.html"
},
"add": {
"message": "Hinzufügen",
"description": "data/index.html"
},
"add_new_views": {
"message": "Neue Ansicht hinzufügen",
"description": "data/index.html"
},
"add_to_list": {
"message": "Zur Liste hinzufügen",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Erweiterte Einstellungen",
"description": "data/index.html"
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": "data/index.html"
},
"api_setting": {
"message": "API Einstellungen",
"description": "data/index.html"
},
"archive": {
"message": "Archiv",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Assassin's Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Authentifizierung OK!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Autor",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Automatisches Einloggen beim öffnen",
"description": "data/index.html"
},
"behavior": {
"message": "Verhaltens Einstellungen",
"description": "data/index.html"
},
"bio": {
"message": "Beschreibung",
"description": "data/index.html"
},
"block": {
"message": "Sperre",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "Abbrechen",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Sie konnten nicht authentifiziert werden! Bitte überprüfen Sie die Zugangsdaten",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Das Zeichen `@` ist im Profil-Prefix nicht erlaubt",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Integrierung in das Chrome Kontextmenü",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Leeren",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Leeren & Schließen",
"description": "data/index.html"
},
"clear_token": {
"message": "Zugangstoken verwerfen",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Zum Fortfahren klicken",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Klicken Sie unten",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Zum Verfassen einer Nachricht klicken",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Zum Ansehen klicken",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Zum anzeigen der Retweeter klicken",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Schließen",
"description": "data/index.html"
},
"close_current_column": {
"message": "Schließe aktuelle spalte",
"description": "data/index.html"
},
"compose": {
"message": "Verfassen",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Bitte kopiere den PIN Code und fügen diesen unten ein",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "In die Zwischenablage kopieren",
"description": "date/index.html"
},
"create_a_list": {
"message": "Erstelle eine Liste",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Impressum",
"description": "data/index.html"
},
"cuddly": {
"message": "Kuschelig",
"description": "data/index.html"
},
"custom_font": {
"message": "Eigene Schrift",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Standard Bildhoster",
"description": "data/index.html"
},
"delete": {
"message": "Löschen",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Lösche diesen Tweet",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Erfolgreich gelöscht!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "Spende",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Vorlagen",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Ziehen Sie ein Foto hier hin",
"description": "data/index.html"
},
"drop": {
"message": "Verwerfen",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Bearbeiten",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Aktiviere",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Aktiviere Debug Modus",
"description": "data/index.html"
},
"errors": {
"message": "Fehler",
"description": "data/index.html"
},
"examples": {
"message": "Beispiele",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Hotot beenden wenn das Fenster geschlossen wird",
"description": "data/index.html"
},
"extensions": {
"message": "Erweiterungen",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Favorisiere/Unfavorisiere",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Favorisiere diesen Tweet ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Fav.",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Favoriten",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Filtere Tweets wie diesen",
"description": "data/index.html"
},
"find": {
"message": "Finden",
"description": "data/index.html"
},
"fine": {
"message": "Gut",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "Erstes mal einloggen bei Twitter",
"description": "data/index.html"
},
"follow": {
"message": "Folgen",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Folge @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Follower",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Followers",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Schriftart",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "Der schnelle braune Fuchs springt über den faulen Hund.",
"description": "data/index.html"
},
"font_size": {
"message": "Schriftgröße",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Freund",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Freunde",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Generelle Einstellungen",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "Einige Änderungen erfordern einen Neustart von Hotot. Diese Änderungen betreffen alle Konten",
"description": "data/index.html"
},
"greeting": {
"message": "Grüße!",
"description": "data/index.html"
},
"help": {
"message": "Hilfe",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Hey, das sind Sie!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Versteckte Dunkle Gedanken",
"description": "data/index.html"
},
"home_timeline": {
"message": "Meine Timeline",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Home Timeline",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Bild-Uploader",
"description": "data/index.html"
},
"info": {
"message": "Info",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Smilie einfügen",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Intelligenter Filter",
"description": "data/index.html"
},
"interface_language": {
"message": "Interface Sprache",
"description": "data/index.html"
},
"join": {
"message": "Beitreten",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Kann nicht aufhören über das hier nachzudenken",
"description": "data/index.html"
},
"keyboard": {
"message": "Tastatur",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Tastenkombinationen",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Kismet Firewall",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismet Einführung",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "Warnung: Tweets mit den folgenden Attributen erscheinen nicht auf Ihrer Timeline.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Farbige Markierung",
"description": "data/index.html"
},
"language": {
"message": "Sprache",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Hotot erlauben anonyme Benutzerstatistiken zu sammeln",
"description": "data/index.html"
},
"license": {
"message": "Lizenz",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "Auflisten",
"description": "data/index.html"
},
"listed_cnt": {
"message": "Gelistet",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Listen",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Listen die @ folgen",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Listen von @",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Lade ... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Lade Ressourcen ...",
"description": "data/index.html"
},
"location": {
"message": "Ort",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Gelöschte Tweets markieren (anstelle von Entfernen)",
"description": "data/index.html"
},
"mask": {
"message": "Maske",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Erwähne",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Erwähnungen",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Erwähnungen",
"description": "data/index.html"
},
"messages": {
"message": "Nachrichten",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Nachrichten",
"description": "data/index.html"
},
"more_actions": {
"message": "Mehr",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Gehe nach unten",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Gehe zu nächstem Tweet",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Gehe zu vorherigem Tweet",
"description": "data/index.html"
},
"move_to_top": {
"message": "Gehe nach oben",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Stumm Filter",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "Meine Favoriten",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "Meine Reise führt mich zum See der Sterne",
"description": "data/index.html"
},
"my_power": {
"message": "Meine Stärke",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Name",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Fast tot",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Netzwerk Fehler! Bitte versuchen Sie es später erneut.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "Neues Profil wurde erstellt!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Fortfahren",
"description": "data/index.html"
},
"no_extension": {
"message": "Keine Erweiterung",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Benachrichtigen",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Diesen Tweet offiziell retweeten",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Ups, ein Netzwerkfehler ist aufgetreten",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Ups, es ist ein API Fehler aufgetreten!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Öffne eine Liste ...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Öffne ein Profil ...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Öffne den ersten Link",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Öffne sprecher",
"description": "data/index.html"
},
"options": {
"message": "Optionen",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Oder kopieren Sie die Adresse und Öffnen Sie sie in Ihrem Browser.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Pands verhalten sich süß",
"description": "data/index.html"
},
"password": {
"message": "Passwort",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Aus der Zwischenablage einfügen",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN Code",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "Bitte geben Sie einen Empfänger an!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Bitte geben Sie ein Profil-Präfix an",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "Port",
"description": "data/index.html"
},
"post_successfully": {
"message": "Erfolgreich abgeschickt!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Schreibe ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Stark",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Einstellungen",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Wenn möglich die letzten Tweets in Konversationen vorladen.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Schöne Frau",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Vorschau für eingebettete Medien",
"description": "data/index.html"
},
"preview_here": {
"message": "Lokale Vorschau",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Profil",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Authentifizierung",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "Kurzhinweise",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Hotot beenden",
"description": "data/index.html"
},
"quote": {
"message": "Zitiere",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Verhältnis",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Neu laden",
"description": "data/index.html"
},
"reply": {
"message": "Antworten",
"description": "data/index.html"
},
"reply_all": {
"message": "Allen antworten",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Auf diesen Tweet antworten",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "Antworte",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Spam melden",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Zeit zurücksetzen",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Standardwerte wiederherstellen",
"description": "data/index.html"
},
"retweet": {
"message": "Retweet",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retweet/Un-Retweet",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Retweet erfolgreich!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Retweeted von",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retweete ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retweets",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Retweets",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "Retweete diesen Tweet",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Regel",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Regelbasierter Filter",
"description": "data/index.html"
},
"rule_editor": {
"message": "Regel Editor",
"description": "data/index.html"
},
"rule_name": {
"message": "Regel-Name",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Gleiche Anmelde- wie API-Adresse",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Gleiche OAuth- Wie API-Adresse",
"description": "data/index.html"
},
"save": {
"message": "Speichern",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Als Vorlage speichern",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizophrenie",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Suchen",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Suche API Base",
"description": "data/index.html"
},
"search_in_google": {
"message": "Google durchsuchen",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Twitter durchsuchen",
"description": "data/index.html"
},
"search_view": {
"message": "Suchanzeige",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Wählen Sie einen Standard-Bild-Hoster",
"description": "data/index.html"
},
"select_a_language": {
"message": "Wählen Sie eine Sprache",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Wähle Aktionen",
"description": "data/index.html"
},
"select_fields": {
"message": "Felder wählen",
"description": "data/index.html"
},
"send_message": {
"message": "Sende Nachricht",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Sende Nachricht an sie",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Sonnige alte Zeiten vor der Hochzeit",
"description": "data/index.html"
},
"shortcuts": {
"message": "Tastenkombinationen",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Anmelden ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Abmelden",
"description": "data/index.html"
},
"signing_api_base": {
"message": "Anmelde-API-Adresse",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "Anmelde-OAuth-Adresse",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Blättere zur nächsten Seite",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Blättere zur vorigen Seite",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Es sind Fehler aufgetreten",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Hotot minimiert starten",
"description": "data/index.html"
},
"stat": {
"message": "Stats",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Status ist länger alsr 140 Zeichen!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Schritt 1",
"description": "data/index.html"
},
"step_two": {
"message": "Schritt 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Struggling Adventurers",
"description": "data/index.html"
},
"successfully": {
"message": "Erfolgreich",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Aktiviere Hotot (z.B.: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Themes",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Dieses Profil scheint bereits zu existieren!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "zu",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "Schalte konversation um",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Transparent",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tweet",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Tweet",
"description": "data/index.html"
},
"tweets": {
"message": "Tweets",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Diesen Tweet nicht mehr favorisieren ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Entsperren",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Widerrufe Retweet ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Erfolgreich widerrufen",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "Entfolgen",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Benutzer nicht mehr folgen",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Abschicken",
"description": "data/index.html"
},
"update_successfully": {
"message": "Erfolgreich aktualisiert!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Aktualisiere ...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Upload",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Upload-API-Adresse",
"description": "data/index.html"
},
"upload_photo": {
"message": "Foto hochladen.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Hochladen zu ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL-Kürzer",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Benutze eigene Schriftart",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Nutze \"Zitieren\" als Standard-Retweetmethode",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Nutze \"allen Antworten\" als Standard-Antwortmethode",
"description": "data/index.html"
},
"username": {
"message": "Benutzername",
"description": "data/index.html"
},
"verify": {
"message": "Prüfen",
"description": "data/index.html"
},
"version": {
"message": "Version",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "via",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Zeige mehr Konversationen",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Wollen Sie eine Freundschaft mit",
"description": "data/index.html"
},
"weakness": {
"message": "Schwach",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "URL",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Webseite",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Flüstern",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "Dieser Benutzer folgt Ihnen.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Sie folgen",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Sie sind Freunde.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Sie folgen sich nicht.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/de/timestring.js 0000664 0000000 0000000 00000003653 12142171256 0020665 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : german (de)
// author : lluchs : https://github.com/lluchs
(function () {
var lang = {
months : "Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),
monthsShort : "Jan._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),
weekdays : "Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),
weekdaysShort : "So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),
weekdaysMin : "So_Mo_Di_Mi_Do_Fr_Sa".split("_"),
longDateFormat : {
LT: "H:mm U\\hr",
L : "DD.MM.YYYY",
LL : "D. MMMM YYYY",
LLL : "D. MMMM YYYY LT",
LLLL : "dddd, D. MMMM YYYY LT"
},
calendar : {
sameDay: "[Heute um] LT",
sameElse: "L",
nextDay: '[Morgen um] LT',
nextWeek: 'dddd [um] LT',
lastDay: '[Gestern um] LT',
lastWeek: '[letzten] dddd [um] LT'
},
relativeTime : {
future : "in %s",
past : "vor %s",
s : "ein paar Sekunden",
m : "einer Minute",
mm : "%d Minuten",
h : "einer Stunde",
hh : "%d Stunden",
d : "einem Tag",
dd : "%d Tagen",
M : "einem Monat",
MM : "%d Monaten",
y : "einem Jahr",
yy : "%d Jahren"
},
ordinal : function (number) {
return '.';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('de', lang);
}
}());
Hotot-0.9.8.14/data/_locales/el/ 0000775 0000000 0000000 00000000000 12142171256 0016143 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/el/messages.json 0000664 0000000 0000000 00000102323 12142171256 0020646 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "Σχετικά",
"description": "data/index.html"
},
"about_and_help": {
"message": "Σχετικά & Βοήθεια",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Δεν υπάρχει τεκμήριο πρόσβασης",
"description": "data/index.html"
},
"action": {
"message": "Ενέργεια",
"description": "data/index.html"
},
"add": {
"message": "Προσθήκη",
"description": "data/index.html"
},
"add_new_views": {
"message": "Προσθήκη νέας καρτέλας",
"description": "data/index.html"
},
"add_to_list": {
"message": "Προσθήκη σε λίστα",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Για προχωρημένους",
"description": "data/index.html"
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "Βάση API",
"description": "data/index.html"
},
"api_setting": {
"message": "Ρυθμίσεις API",
"description": "data/index.html"
},
"archive": {
"message": "Ιστορικό",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Assassin's Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Επιτυχής τεκμηρίωση!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Δημιουργός",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Αυτόματη σύνδεση",
"description": "data/index.html"
},
"behavior": {
"message": "Συμπεριφορά",
"description": "data/index.html"
},
"bio": {
"message": "Βιογραφία",
"description": "data/index.html"
},
"block": {
"message": "Φραγή",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "Ακύρωση",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Υπήρξε σφάλμα στην πιστοποίηση! Παρακαλώ ελέγξτε το όνομα χρήστη, το κωδικό και την βάση του API",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Ο χαρακτήρας `@` δεν επιτρέπεται στο prefix του προφίλ",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Chrome context menu integration",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Εκκαθάριση",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Εκκαθάριση και κλείσιμο",
"description": "data/index.html"
},
"clear_token": {
"message": "Εκκαθάριση τεκμηρίου",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Πατήστε εδώ για συνέχεια",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Πατήστε το παρακάτω κουμπί",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Πατήστε εδώ για σύνθεση μυνήματος",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Πατήστε εδώ για εμφάνιση",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Πατήστε εδώ για εμφάνιση των retweeter",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Κλείσιμο",
"description": "data/index.html"
},
"close_current_column": {
"message": "Κλείσιμο τρέχουσας στήλης",
"description": "data/index.html"
},
"compose": {
"message": "Σύνθεση",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Αντιγράψτε τον κωδικό PIN και επικολήστε τον παρακάτω",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Αντιγραφή στο πρόχειρο",
"description": "date/index.html"
},
"create_a_list": {
"message": "Δημιουργεία λίστας",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Συντελεστές",
"description": "data/index.html"
},
"cuddly": {
"message": "Cuddly",
"description": "data/index.html"
},
"custom_font": {
"message": "",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Προεπιλεγμένη υπηρεσία εικόνων",
"description": "data/index.html"
},
"delete": {
"message": "Διαγραφή",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Διαγραφή αυτού του tweet",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Καταστράφηκε επιτυχημένα!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Πρόχειρα",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Σύρετε μια εικόνα εδώ",
"description": "data/index.html"
},
"drop": {
"message": "Αφήστε",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Επεξεργασία",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Ενεργοποίηση",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Ενεργοποίηση Verbose Mode",
"description": "data/index.html"
},
"errors": {
"message": "Λάθη",
"description": "data/index.html"
},
"examples": {
"message": "Παραδείγματα",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Έξοδος από το Hotot όταν κλίνει το παράθυρο",
"description": "data/index.html"
},
"extensions": {
"message": "Επεκτάσεις",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Αγαπημένο/μη αγαπημένο",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Προσθήκη στα αγαπημένα ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Αγαπημένα",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Αγαπημένα",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Φιλτράρισμα των tweet σαν αυτό",
"description": "data/index.html"
},
"find": {
"message": "Αναζήτηση",
"description": "data/index.html"
},
"fine": {
"message": "Fine",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "Πρώτη σύνδεση με το twitter",
"description": "data/index.html"
},
"follow": {
"message": "Ακολούθησε",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Ακολούθησε @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Ακόλουθος",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Ακόλουθοι",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Γραμματοσειρά",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "Η γρήγορα καφέ αλεπού πηδάει πάνω στον τεμπέλη σκύλο.",
"description": "data/index.html"
},
"font_size": {
"message": "Μέγεθος γραμματοσειράς",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Φίλος",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Φίλοι",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Global",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "Πρέπει να γίνει επανεκκίνηση του Hotot για να λάβουν χώρα μερικές από τις παρακάτω αλλαγές. Αυτές οι αλλαγές θα επηρεάσουν ΟΛΟΥΣ τους λογαριασμούς",
"description": "data/index.html"
},
"greeting": {
"message": "Χαιρετίσματα!",
"description": "data/index.html"
},
"help": {
"message": "Βοήθεια",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Εσύ είσαι!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Hidden dark minds",
"description": "data/index.html"
},
"home_timeline": {
"message": "Αρχική",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Προβολή αρχικής",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Μεταφόρτωση εικόνων",
"description": "data/index.html"
},
"info": {
"message": "ΠΛΗΡΟΦΟΡΙΕΣ",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Εισαγωγή smiley",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Έξυπνο φίλτρο",
"description": "data/index.html"
},
"interface_language": {
"message": "Γλώσσα διασύνδεσης",
"description": "data/index.html"
},
"join": {
"message": "Εγγραφή",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Just can't stop thinking of here",
"description": "data/index.html"
},
"keyboard": {
"message": "Πληκτρολόγιο",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Συντομεύσεις πληκτρολογίου",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Kismet Firewall",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Οδηγός Kismet",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "ΠΡΟΣΟΧΗ: Tweet τα οποία έχουν τα παρακάτω γνωρίσματα δεν θα εμφανίζονται στο timeline.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Μαρκάρισμα με χρώμα",
"description": "data/index.html"
},
"language": {
"message": "Γλώσσα",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Επιτρέψτε στο Hotot να συλέγει ανόνυμες στατιστικές πληροφορίες",
"description": "data/index.html"
},
"license": {
"message": "Άδεια",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "Λίστα",
"description": "data/index.html"
},
"listed_cnt": {
"message": "Εισηγμένες",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Λίστες",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Λίστες που τον ακολουθούν",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Δικές του λίστες",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Φορτώνει ... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Φόρτωση πόρων ...",
"description": "data/index.html"
},
"location": {
"message": "Τοποθεσία",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Σημείωσε διεγραμμένα tweet",
"description": "data/index.html"
},
"mask": {
"message": "Μάσκα",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Αναφορά",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Αναφορές",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Προβολή αναφορών",
"description": "data/index.html"
},
"messages": {
"message": "Μυνήματα",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Προβολή μυνημάτων",
"description": "data/index.html"
},
"more_actions": {
"message": "Περισσότερα",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Μετακίνηση στο τέλος",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Μετακίνηση στο επόμενο tweet",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Μετακίνηση στο προηγούμενο tweet",
"description": "data/index.html"
},
"move_to_top": {
"message": "Μετακίνηση στην αρχή",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Σίγαση φίλτρου",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "Αγαπημένα",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "Το ταξίδι μου είναι στην θάλασσα των αστεριών",
"description": "data/index.html"
},
"my_power": {
"message": "Η δύναμη μου",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Όνομα",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Σχεδόν νεκρό",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Σφάλμα σύνδεσης! Παρακαλώ δοκιμάστε αργότερα.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "Δημιουργήθηκε νέο προφίλ!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Επόμενο",
"description": "data/index.html"
},
"no_extension": {
"message": "No Extension",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Ειδοποίηση",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "Βάση OAuth",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Official retweet this tweet",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Oops, A Network Error Occurs",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Oops, An API Error Occurs!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Άνοιγμα λίστας ...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Άνοιγμα προφίλ ...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Άνοιγμα πρώτου συνδέσμου",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Open speaker link",
"description": "data/index.html"
},
"options": {
"message": "Επιλογές",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Ή αντιγράψτε την διεύθυνση και ανοίξτε την στον φυλλομετριτή σας.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Τα πάντα αντιδρούν γλυκά",
"description": "data/index.html"
},
"password": {
"message": "",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Επικόληση από το πρόχειρο",
"description": "date/index.html"
},
"pin_code": {
"message": "Κωδικός PIN",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "παρακαλώ εισάγετε τον παραλήπτη!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Παρακαλώ εισάγετε ένα profile prefix",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "",
"description": "data/index.html"
},
"post_successfully": {
"message": "Αναρτήθηκε επιτυχώς!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Ανάρτηση ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Ισχυρό",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Προτιμήσεις",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Προφόρτωση των τελευταίων tweet στις συνομιλίες εάν είναι δυνατό.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Pretty wife",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Προεπισκόπηση ενσωματωμένων media",
"description": "data/index.html"
},
"preview_here": {
"message": "Προεπισκόπηση εδώ",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Προφίλ",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Πιστοποίηση",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "Quick References",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Έξοδος από το Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Παράθεση",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Σχέση",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Ανανέωση",
"description": "data/index.html"
},
"reply": {
"message": "Απάντηση",
"description": "data/index.html"
},
"reply_all": {
"message": "Απάντηση σε όλους",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Απάντηση σε αυτό το tweet",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "απάντηση σε",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Αναφορά ως Spam",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Reset Time",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Επαναφορά προεπιλεγμένων",
"description": "data/index.html"
},
"retweet": {
"message": "Retweet",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retweet/Un-retweet",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Επιτυχημένο Retweet!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Retweeted από",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retweeting ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retweets",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Προβολή Retweets",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT το συγκεκριμένο tweet",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Κανόνας",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Φίλτρο βασισμένο σε κανόνες",
"description": "data/index.html"
},
"rule_editor": {
"message": "Επεξεργαστής κανόνων",
"description": "data/index.html"
},
"rule_name": {
"message": "Όνομα κανόνα",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Same Signing API Base",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Same Signing OAuth Base",
"description": "data/index.html"
},
"save": {
"message": "Αποθήκευση",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Αποθήκευση ως πρόχειρο",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Σχιζοφρένεια",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Αναζήτηση",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Αναζήτηση στην βάση API",
"description": "data/index.html"
},
"search_in_google": {
"message": "Αναζήτηση στο Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Αναζήτηση στο Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Προβολή αναζήτησης",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Επιλογή προεπιλεγμένης υπηρεσίας εικόνων",
"description": "data/index.html"
},
"select_a_language": {
"message": "Επιλογή γλώσσας",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Select actions",
"description": "data/index.html"
},
"select_fields": {
"message": "Select fields",
"description": "data/index.html"
},
"send_message": {
"message": "Αποστολή μυνήματος",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Αποστολή μυνήματος σε αυτόν",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Παλιοί καλοί καιροί πριν τον γάμο",
"description": "data/index.html"
},
"shortcuts": {
"message": "Συντομεύσεις",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Σύνδεση ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Αποσύνδεση",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Slide to next page",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Slide to prev page",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Κάποιο σφάλμα συνέβη",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Ξεκίνα ελαχιστοποιημένο",
"description": "data/index.html"
},
"stat": {
"message": "Στατιστικά",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Η κατάσταση είναι μεγαλύτερη από 140 χαρακτήρες!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Βήμα 1",
"description": "data/index.html"
},
"step_two": {
"message": "Βήμα 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Struggling Adventurers",
"description": "data/index.html"
},
"successfully": {
"message": "Επιτυχώς",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Καλέστε το Hotot (όπως: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Θέματα",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Αυτό το προφίλ ίσως υπάρχει ήδη!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Διαφάνεια",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tweet",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Προβολή tweet",
"description": "data/index.html"
},
"tweets": {
"message": "Tweets",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Αφαίρεση από τα αγαπημένα ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Απεμπλοκή",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Αναίρεση retweet ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Επιτυχής ανέραιση!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Διακοπή ακολουθίας @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Ενημέρωση",
"description": "data/index.html"
},
"update_successfully": {
"message": "Επιτυχής ενημέρωση!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Ενημέρωση ...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Μεταφόρτωση",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Μεταφόρτωση βάσης API",
"description": "data/index.html"
},
"upload_photo": {
"message": "Μεταφόρτωση φοτογραφίας.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Μεταφόρτωση σε ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "Σμίκρινση URL",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Χρήση διαφορετικής γραμματοσειράς",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Χρήση της παράθεσης ως προεπιλεγμένης ενέργειας retweet",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Χρήση της ΑΠΑΝΤΗΣΗΣ ΣΕ ΟΛΟΥΣ ως προεπιλεγμένης ενέργειας απάντησης",
"description": "data/index.html"
},
"username": {
"message": "",
"description": "data/index.html"
},
"verify": {
"message": "Επαλήθευση",
"description": "data/index.html"
},
"version": {
"message": "Έκδοση",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "μέσω",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Περεταίρω προβολή συνομιλίας",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Wanna have a relationship with",
"description": "data/index.html"
},
"weakness": {
"message": "Αδυναμία",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Ιστότοπος",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Ιστοσελίδα",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Ψίθυρος",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "Σε ακολουθούν.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Ακολουθείς",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Είστε φίλοι.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Δεν ακολουθείτε ο ένας τον άλλον.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/en/ 0000775 0000000 0000000 00000000000 12142171256 0016145 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/en/messages.json 0000664 0000000 0000000 00000073105 12142171256 0020655 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "About",
"description": "data/index.html"
},
"about_and_help": {
"message": "About & Help",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Access token does not exist",
"description": "data/index.html"
},
"action": {
"message": "Action",
"description": "data/index.html"
},
"add": {
"message": "Add",
"description": "data/index.html"
},
"add_new_views": {
"message": "Add new views",
"description": "data/index.html"
},
"add_to_list": {
"message": "Add to list",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Advanced",
"description": "data/index.html"
},
"animation": {
"message": "Animation",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": "data/index.html"
},
"api_setting": {
"message": "API Setting",
"description": "data/index.html"
},
"archive": {
"message": "Archive",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Assassin's Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Authentication OK!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Author",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Automatically sign in after opening",
"description": "data/index.html"
},
"behavior": {
"message": "Behavior",
"description": "data/index.html"
},
"bio": {
"message": "Bio",
"description": "data/index.html"
},
"block": {
"message": "Block",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "Cancel",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Cannot authenticate you! Please check your username/password and API Base",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "Can not authenticate you. Please try later.",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "Can not get token from the server.",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Character `@` is not allowed in profile prefix",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Chrome context menu integration",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Clear",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Clear & Close",
"description": "data/index.html"
},
"clear_token": {
"message": "Clear token",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Click Me to Continue",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Click the button below",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Click to compose message",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Click to show",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Click to show retweets",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Close",
"description": "data/index.html"
},
"close_current_column": {
"message": "Close current column",
"description": "data/index.html"
},
"compose": {
"message": "Compose",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Copy the PIN code and paste it into the box below",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Copy to clipboard",
"description": "date/index.html"
},
"create_a_list": {
"message": "Create A List",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Credits",
"description": "data/index.html"
},
"cuddly": {
"message": "Cuddly",
"description": "data/index.html"
},
"custom_font": {
"message": "Custom Font",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Default Picture Service",
"description": "data/index.html"
},
"delete": {
"message": "Delete",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Delete this tweet",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Destroyed Successfully!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "Donate",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Drafts",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Drag a photo here",
"description": "data/index.html"
},
"drop": {
"message": "Drop",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Edit",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "e.g. H",
"description": "data/index.html"
},
"enable": {
"message": "Enable",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "Enable animation",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "Enable GPU acceleration",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Enable Verbose Mode",
"description": "data/index.html"
},
"errors": {
"message": "Errors",
"description": "data/index.html"
},
"examples": {
"message": "Examples",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Exit Hotot when window is closed",
"description": "data/index.html"
},
"extensions": {
"message": "Extensions",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Favorited/Unfavorited",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Favorite this tweet...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Favs",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Favorites View",
"description": "data/index.html"
},
"fellowship": {
"message": "Fellowship",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Filter Tweets Like It",
"description": "data/index.html"
},
"find": {
"message": "Find",
"description": "data/index.html"
},
"fine": {
"message": "Fine",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "First time to sign in with Twitter",
"description": "data/index.html"
},
"follow": {
"message": "Follow",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Follow @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Follower",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Followers",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Font",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "The quick brown fox jumps over the lazy dog.",
"description": "data/index.html"
},
"font_size": {
"message": "Font Size",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Friend",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Friends",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Global",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "You MUST restart Hotot for some changes below to take effect. And these changes will affect ALL accounts",
"description": "data/index.html"
},
"greeting": {
"message": "Greetings!",
"description": "data/index.html"
},
"help": {
"message": "Help",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Hey, it's you!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Hidden dark minds",
"description": "data/index.html"
},
"home_timeline": {
"message": "Home Timeline",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Home View",
"description": "data/index.html"
},
"host": {
"message": "Host",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Image uploader",
"description": "data/index.html"
},
"info": {
"message": "INFO",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Insert smiley",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Intelligent Filter",
"description": "data/index.html"
},
"interface_language": {
"message": "Interface language",
"description": "data/index.html"
},
"join": {
"message": "Join",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Just can't stop thinking of here",
"description": "data/index.html"
},
"keyboard": {
"message": "Keyboard",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Keyboard Shortcuts",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Kismet Firewall",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismet Guide",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "WARNING: Tweets that have the following attributes will not appear on your timeline.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Label with Color",
"description": "data/index.html"
},
"language": {
"message": "Language",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Let Hotot collects anonymous statistic information",
"description": "data/index.html"
},
"license": {
"message": "License",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "Line height",
"description": "data/index.html"
},
"list": {
"message": "List",
"description": "data/index.html"
},
"listed_cnt": {
"message": "Listed",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Lists",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Lists following them",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Lists of them",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Loading... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Loading Resources...",
"description": "data/index.html"
},
"location": {
"message": "Location",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Mark deleted tweets",
"description": "data/index.html"
},
"mask": {
"message": "Mask",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Mention",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Mentions",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Mentions View",
"description": "data/index.html"
},
"messages": {
"message": "Messages",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Messages View",
"description": "data/index.html"
},
"more_actions": {
"message": "More",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Move to bottom",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Move to next tweet",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Move to previous tweet",
"description": "data/index.html"
},
"move_to_top": {
"message": "Move to top",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Mute Filter",
"description": "data/index.html"
},
"mute_this_source": {
"message": "Mute this source",
"description": "data/index.html"
},
"mute_this_user": {
"message": "Mute this user",
"description": "data/index.html"
},
"mute_this_word": {
"message": "Mute this word",
"description": "data/index.html"
},
"my_favs": {
"message": "My Favorites",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "My journey is to the sea of stars",
"description": "data/index.html"
},
"my_power": {
"message": "My Power",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Name",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Nearly Dead",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Network error! Please try later.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "New profile has been created!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Next",
"description": "data/index.html"
},
"no_extension": {
"message": "No Extension",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Notify",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Official retweet this tweet",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Oops, a network error occured",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Oops, an API error occured!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "Oops, an authentication error occured!",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Open a List...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Open a Profile...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Open first link",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Open speaker link",
"description": "data/index.html"
},
"options": {
"message": "Options",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Or copy the address and open it in your browser.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Panda acts cute",
"description": "data/index.html"
},
"password": {
"message": "Password",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Paste from clipboard",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN code",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "Please enter the recipient!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Please enter a profile prefix",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "Port",
"description": "data/index.html"
},
"post_successfully": {
"message": "Posted successfully!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Posting...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Powerful",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Preferences",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Preload latest tweets in conversations if possible.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Pretty wife",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Preview Embedded Media",
"description": "data/index.html"
},
"preview_here": {
"message": "Preview Here",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Profile",
"description": "data/index.html"
},
"profile_name": {
"message": "Profile name",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "Proxy",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Authentication",
"description": "data/index.html"
},
"proxy_host": {
"message": "Proxy host",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "Http Proxy",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "No Proxy",
"description": "data/index.html"
},
"proxy_port": {
"message": "Proxy port",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "SOCKS Proxy",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "System Proxy",
"description": "data/index.html"
},
"quick_references": {
"message": "Quick References",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Quit Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Quote",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Relation",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Reload",
"description": "data/index.html"
},
"reply": {
"message": "Reply",
"description": "data/index.html"
},
"reply_all": {
"message": "Reply All",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Reply to this tweet",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "reply to",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Report Spam",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Reset Time",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Restore Defaults",
"description": "data/index.html"
},
"retweet": {
"message": "Retweet",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retweet/Unretweet",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Retweet successful!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Retweeted by",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retweeting...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retweets",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Retweets View",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT this tweet",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Rule",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Rule-based filter",
"description": "data/index.html"
},
"rule_editor": {
"message": "Rule Editor",
"description": "data/index.html"
},
"rule_name": {
"message": "Rule Name",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Same Signing API Base",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Same Signing OAuth Base",
"description": "data/index.html"
},
"save": {
"message": "Save",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Save as draft",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizophrenia",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Search",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Search API Base",
"description": "data/index.html"
},
"search_in_google": {
"message": "Search @ in Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Search @ in Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Search View",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Select a default picture service",
"description": "data/index.html"
},
"select_a_language": {
"message": "Select a language",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Select actions",
"description": "data/index.html"
},
"select_fields": {
"message": "Select fields",
"description": "data/index.html"
},
"send_message": {
"message": "Send Message",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Send message to them",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Shiny old times before marriage",
"description": "data/index.html"
},
"shortcuts": {
"message": "Shortcuts",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Sign in...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Sign Out",
"description": "data/index.html"
},
"signing_api_base": {
"message": "Signing API Base",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "Signing OAuth Base",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Slide to next page",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Slide to previous page",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Some Error Occured",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Starts Minimized",
"description": "data/index.html"
},
"stat": {
"message": "STAT",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Status is over 140 characters!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Step 1",
"description": "data/index.html"
},
"step_two": {
"message": "Step 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Struggling Adventurers",
"description": "data/index.html"
},
"successfully": {
"message": "Successfully",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Summon Hotot (like: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Themes",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "This profile may already exist!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "To",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "Toggle Conversation",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Transparent",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tweet",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Tweet View",
"description": "data/index.html"
},
"tweets": {
"message": "Tweets",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "Type or drag a photo here",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Unfavorite this tweet...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Unblock",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Undo retweeting ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Undo Successful!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "Unfollow",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Unfollow @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Update",
"description": "data/index.html"
},
"update_successfully": {
"message": "Updated Successfully!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Updating...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Upload",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Upload API Base",
"description": "data/index.html"
},
"upload_photo": {
"message": "Upload Photo.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Upload to...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL shortener",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Use Custom Font",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Use QUOTE as default retweet action",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Use REPLY ALL as default reply action",
"description": "data/index.html"
},
"username": {
"message": "Username",
"description": "data/index.html"
},
"verify": {
"message": "Verify",
"description": "data/index.html"
},
"version": {
"message": "Version",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "via",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "View more conversation",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Wanna have a relationship with",
"description": "data/index.html"
},
"weakness": {
"message": "Weakness",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Web",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Website",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Whisper",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "You are followed by them.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "You are following",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "You are friends.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "You are not following each other.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/es/ 0000775 0000000 0000000 00000000000 12142171256 0016152 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/es/messages.json 0000664 0000000 0000000 00000104723 12142171256 0020663 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"description": "data/index.html",
"message": "Una nueva esperanza"
},
"about": {
"description": "data/index.html",
"message": "Acerca de"
},
"about_and_help": {
"description": "data/index.html",
"message": "Acerca de y ayuda"
},
"access_token_doesnt_exist": {
"description": "data/index.html",
"message": "El token de acceso no existe"
},
"action": {
"description": "data/index.html",
"message": "Acci\u00F3n"
},
"add": {
"description": "data/index.html",
"message": "A\u00F1adir"
},
"add_new_views": {
"description": "data/index.html",
"message": "A\u00F1adir nueva vista"
},
"add_to_list": {
"description": "data/js/ui.template.js",
"message": "A\u00F1adir a una lista"
},
"advanced": {
"description": "data/index.html",
"message": "Avanzado"
},
"animation": {
"description": "data/index.html",
"message": "Animacion"
},
"api_base": {
"description": "data/index.html",
"message": "API base"
},
"api_setting": {
"description": "data/index.html",
"message": "Configuraci\u00F3n de la API"
},
"archive": {
"description": "data/index.html",
"message": "Archivar"
},
"artwork_by": {
"description": "data/index.html",
"message": ""
},
"assassin_s_tango": {
"description": "data/index.html",
"message": "Assassin's Tango"
},
"authentication_ok": {
"description": "data/js/ui.welcome.js",
"message": "\u00A1Autorizaci\u00F3n v\u00E1lida!"
},
"author": {
"description": "data/js/ui.exts_dlg.js",
"message": "Autor"
},
"auto_longer_tweet": {
"description": "data/index.html",
"message": ""
},
"automatically_sign_in_after_opening": {
"description": "data/index.html",
"message": "Iniciar sesi\u00F3n autom\u00E1ticamente"
},
"behavior": {
"description": "data/index.html",
"message": "Comportamiento"
},
"bio": {
"description": "data/index.html",
"message": "Bio"
},
"block": {
"description": "data/js/ui.template.js",
"message": "Bloquear"
},
"bloody_marguerite": {
"description": "data/index.html",
"message": "Bloody Marguerite"
},
"cancel": {
"description": "data/index.html",
"message": "Cancelar"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"description": "data/js/ui.welcome.js",
"message": "\u00A1No puedo autorizarte! Por favor, comprueba tus credenciales y la API base"
},
"cannot_authenticate_you_please_try_later": {
"description": "data/js/ui.welcome.js",
"message": "No puedo autenticarte por favor intenta luego."
},
"cannot_get_token_from_server": {
"description": "data/js/ui.welcome.js",
"message": "No puedo obtener el token desde el servifor"
},
"change_your_profile_picture_by_clicking_it": {
"description": "data/index.html",
"message": "Cambia tu imagen de perfil haciendo click en ella"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"description": "data/js/ui.welcome.js",
"message": "El caracter `@` no est\u00E1 permitido como prefijo en un perfil"
},
"chrome_context_menu_integration": {
"description": "data/index.html",
"message": "Integraci\u00F3n con el men\u00FA contextual de Chrome"
},
"classic": {
"description": "data/index.html",
"message": "Clasico"
},
"clear": {
"description": "data/index.html",
"message": "Limpiar"
},
"clear_and_close": {
"description": "data/index.html",
"message": "Limpiar y cerrar"
},
"clear_token": {
"description": "data/index.html",
"message": "Borrar token"
},
"click_me_to_continue": {
"description": "data/index.html",
"message": "Clic para continuar"
},
"click_the_button_below": {
"description": "data/index.html",
"message": "Haz clic en el bot\u00F3n de abajo"
},
"click_to_compose_message": {
"description": "data/index.html",
"message": "Redactar mensaje directo"
},
"click_to_expand_menu": {
"description": "data/index.html",
"message": "Click para expander el menu"
},
"click_to_show": {
"description": "data/js/ui.template.js",
"message": "Haz clic para mostrar"
},
"click_to_show_retweeters": {
"description": "data/js/ui.template.js",
"message": "Clic para mostrar retweets"
},
"client_name1_client_name2": {
"description": "data/index.html",
"message": ""
},
"close": {
"description": "data/index.html",
"message": "Cerrar"
},
"close_current_column": {
"description": "data/index.html",
"message": "Cerrar columna actual"
},
"compose": {
"description": "data/index.html",
"message": "Twittear"
},
"compress_tweet": {
"description": "data/index.html",
"message": "Comprimir tweet"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"description": "data/index.html",
"message": "Copia el c\u00F3digo PIN y p\u00E9galo en la caja de abajo"
},
"copy_to_clipboard": {
"description": "date/index.html",
"message": "Copiar al portapapeles"
},
"create_a_list": {
"description": "data/js/ui.template.js",
"message": "Crear una lista"
},
"create_a_new_profile": {
"description": "data/index.html",
"message": "Crear un nuevo perfil"
},
"credits": {
"description": "data/index.html",
"message": "Cr\u00E9ditos"
},
"cuddly": {
"description": "data/index.html",
"message": "Adorable"
},
"custom_font": {
"description": "data/index.html",
"message": "Fuente personalizada"
},
"default_picture_service": {
"description": "data/index.html",
"message": "Servicio de im\u00E1genes por defecto"
},
"delete": {
"description": "data/index.html",
"message": "Borrar"
},
"delete_this_tweet": {
"description": "data/js/ui.template.js",
"message": "Borrar este tweet"
},
"destroy_successfully": {
"description": "data/js/ui.main.js",
"message": "\u00A1Borrado con \u00E9xito!"
},
"donate": {
"description": "data/index.html",
"message": ""
},
"donate_hint1": {
"description": "data/index.html",
"message": ""
},
"donate_hint2": {
"description": "data/index.html",
"message": "Donar"
},
"dots": {
"description": "data/js/ui.main.js",
"message": "..."
},
"drafts": {
"description": "data/js/ui.status_box.js",
"message": "Borradores"
},
"drag_a_photo_here": {
"description": "data/index.html",
"message": "Arrastra una foto aqu\u00ED"
},
"drop": {
"description": "data/index.html",
"message": "Tirar"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"description": "data/index.html",
"message": ""
},
"drop_tweets_contain_word_abc": {
"description": "data/index.html",
"message": ""
},
"drop_tweets_retweeted_by_abc": {
"description": "data/index.html",
"message": ""
},
"drop_tweets_sent_by_abc": {
"description": "data/index.html",
"message": ""
},
"drop_tweets_sent_from_foursquare": {
"description": "data/index.html",
"message": ""
},
"edit": {
"description": "data/js/ui.template.js",
"message": "Editar"
},
"eg_alt_h": {
"description": "data/index.html",
"message": ""
},
"enable": {
"description": "data/js/ui.exts_dlg.js",
"message": "Habilitar"
},
"enable_animation": {
"description": "data/index.html",
"message": "Habilitar animacion"
},
"enable_gpu_acceleration": {
"description": "data/index.html",
"message": "Habilitar aceleraci\u00F3n GPU"
},
"enable_verbose_mode": {
"description": "data/index.html",
"message": "Habilitar el Modo Detallado"
},
"errors": {
"description": "data/index.html",
"message": "Errores"
},
"examples": {
"description": "data/index.html",
"message": "Ejemplos"
},
"exit_hotot_when_close_window": {
"description": "data/index.html",
"message": "Salir de Hotot al cerrar la ventana"
},
"extensions": {
"description": "data/index.html",
"message": "Extensiones"
},
"fav_or_un_fav": {
"description": "data/index.html",
"message": "Fav/Borrar Fav"
},
"favorite_this_tweet_dots": {
"description": "data/js/ui.main.js",
"message": "Agregar a favoritos ..."
},
"favs": {
"description": "data/js/ui.template.js",
"message": "Favs"
},
"favs_view": {
"description": "data/index.html",
"message": "Favoritos"
},
"fellowship": {
"description": "data/js/ui.template.js",
"message": ""
},
"filter_nsfw_media": {
"description": "data/index.html",
"message": ""
},
"filter_tweets_like_it": {
"description": "data/index.html",
"message": "Filtrar"
},
"find": {
"description": "data/index.html",
"message": "Buscar"
},
"fine": {
"description": "data/js/lib.twitterapi.js",
"message": "Bien"
},
"first_time_to_sign_in_with_twitter": {
"description": "data/index.html",
"message": "Tu primera sesi\u00F3n en Twitter"
},
"follow": {
"description": "data/js/ui.template.js",
"message": "Seguir"
},
"follow_at": {
"description": "data/js/ui.main.js",
"message": "Seguir @"
},
"follower_cnt": {
"description": "data/js/ui.template.js",
"message": "Seguidores"
},
"followers": {
"description": "data/js/ui.template.js",
"message": "Seguidores"
},
"font": {
"description": "data/index.html",
"message": "Fuente"
},
"font_preview_hint": {
"description": "data/index.html",
"message": "La cig\u00FCe\u00F1a tocaba cada vez mejor el saxof\u00F3n y el b\u00FAho ped\u00EDa kiwi y queso."
},
"font_size": {
"description": "data/index.html",
"message": "Tama\u00F1o de la fuente"
},
"friend_cnt": {
"description": "data/js/ui.template.js",
"message": "Siguiendo"
},
"friends": {
"description": "data/js/ui.template.js",
"message": "Siguiendo"
},
"global": {
"description": "data/index.html",
"message": "Global"
},
"globals_restart_hint": {
"description": "data/index.html",
"message": "DEBES reiniciar Hotot para que algunos cambios tengan efecto. Estos cambios afectaran a TODAS las cuentas"
},
"greeting": {
"description": "data/index.html",
"message": "\u00A1Hola!"
},
"help": {
"description": "data/index.html",
"message": "Ayuda"
},
"hey": {
"description": "data/index.html",
"message": ""
},
"hey_it_is_you": {
"description": "data/js/ui.peopleview.js",
"message": "\u00A1Ey! \u00A1Eres t\u00FA!"
},
"hidden_dark_minds": {
"description": "data/index.html",
"message": "Hidden dark minds"
},
"home_timeline": {
"description": "data/js/ui.slider.js",
"message": "Inicio"
},
"home_view": {
"description": "data/index.html",
"message": "Inicio"
},
"host": {
"description": "data/index.html",
"message": ""
},
"hotot": {
"description": "data/index.html",
"message": "Hotot"
},
"hotot_description": {
"description": "data/index.html",
"message": ""
},
"image_uploader": {
"description": "data/index.html",
"message": "Subir imagen"
},
"info": {
"description": "data/js/ui.template.js",
"message": "INFO"
},
"insert_smiley": {
"description": "data/index.html",
"message": "A\u00F1adir emoticono"
},
"intelligent_filter": {
"description": "data/index.html",
"message": "Filtro inteligente"
},
"interface_language": {
"description": "data/index.html",
"message": "Idioma de la interfaz"
},
"join": {
"description": "data/js/ui.template.js",
"message": "Usuario desde"
},
"just_cannot_stop_thinking_of_here": {
"description": "data/index.html",
"message": "Just can't stop thinking of here"
},
"keyboard": {
"description": "data/index.html",
"message": "Atajos"
},
"keyboard_shortcuts": {
"description": "data/index.html",
"message": "Atajos de teclado"
},
"kismet_firewall": {
"description": "data/index.html",
"message": "Kismet"
},
"kismet_guide": {
"description": "data/index.html",
"message": "Gu\u00EDa Kismet"
},
"kismet_mute_hint": {
"description": "data/index.html",
"message": "CUIDADO: Los tweets con los siguientes atributos no se mostrar\u00E1n en tu timeline."
},
"label_with_color": {
"description": "data/index.html",
"message": "Etiquetar"
},
"language": {
"description": "data/index.html",
"message": "Idioma"
},
"let_hotot_collects_anonymous_statistic_information": {
"description": "data/index.html",
"message": "Permitir a Hotot enviar informaci\u00F3n an\u00F3nima"
},
"license": {
"description": "data/index.html",
"message": "Licencia"
},
"license_text1": {
"description": "data/index.html",
"message": ""
},
"license_text2": {
"description": "data/index.html",
"message": ""
},
"license_text3": {
"description": "data/index.html",
"message": ""
},
"line_height": {
"description": "data/index.html",
"message": ""
},
"list": {
"description": "data/index.html",
"message": "Lista"
},
"listed_cnt": {
"description": "data/js/ui.template.js",
"message": "Listado en"
},
"lists": {
"description": "data/js/ui.template.js",
"message": "Listas"
},
"lists_following_them": {
"description": "data/js/ui.template.js",
"message": "Listas que siguen al usuario"
},
"lists_of_them": {
"description": "data/js/ui.template.js",
"message": "Listas del usuario "
},
"loading_dots": {
"description": "data/js/ui.template.js",
"message": "Cargando ... "
},
"loading_resources_hint": {
"description": "data/index.html",
"message": "Cargando recursos ..."
},
"location": {
"description": "data/index.html",
"message": "Ubicaci\u00F3n"
},
"mark_deleted_tweets": {
"description": "data/index.html",
"message": "Marcar los tweets borrados"
},
"mask": {
"description": "data/index.html",
"message": "Enmascarar"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"description": "data/index.html",
"message": ""
},
"mention_them": {
"description": "data/js/ui.template.js",
"message": "Mencionar"
},
"mentions": {
"description": "data/js/ui.slider.js",
"message": "Menciones"
},
"mentions_view": {
"description": "data/index.html",
"message": "Menciones"
},
"messages": {
"description": "data/js/ui.slider.js",
"message": "Mensajes directos"
},
"messages_view": {
"description": "data/index.html",
"message": "Mensajes directos"
},
"more_actions": {
"description": "data/js/ui.template.js",
"message": "M\u00E1s"
},
"move_to_bottom": {
"description": "data/index.html",
"message": "Ir abajo"
},
"move_to_next_tweet": {
"description": "data/index.html",
"message": "Ir al siguiente tweet"
},
"move_to_prev_tweet": {
"description": "data/index.html",
"message": "Ir al tweet anterior"
},
"move_to_top": {
"description": "data/index.html",
"message": "Ir hasta arriba"
},
"mute_by_containing_words": {
"description": "data/index.html",
"message": ""
},
"mute_by_source": {
"description": "data/index.html",
"message": ""
},
"mute_by_user_name": {
"description": "data/index.html",
"message": ""
},
"mute_filter": {
"description": "data/index.html",
"message": "Silenciar con filtros"
},
"mute_this_source": {
"description": "data/index.html",
"message": "Silenciar esta origen"
},
"mute_this_user": {
"description": "data/index.html",
"message": "Silenciar este usuario"
},
"mute_this_word": {
"description": "data/index.html",
"message": "Silenciar esta palabra"
},
"my_favs": {
"description": "data/js/ui.slider.js",
"message": "Mis favoritos"
},
"my_journey_is_to_the_sea_of_stars": {
"description": "data/index.html",
"message": "My Journey is to the sea of stars"
},
"my_power": {
"description": "data/js/lib.twitterapi.js",
"message": "Mi poder"
},
"name": {
"description": "data/index.html",
"message": "Nombre"
},
"nearly_dead": {
"description": "data/js/lib.twitterapi.js",
"message": "Casi muerto"
},
"network_error_please_try_later": {
"description": "data/js/ui.welcome.js",
"message": "\u00A1Error de red! Por favor int\u00E9ntalo mas tarde."
},
"new_profile_has_been_created": {
"description": "data/js/ui.welcome.js",
"message": "Se ha creado un perfil nuevo"
},
"next": {
"description": "data/index.html",
"message": "Siguiente"
},
"no_extension": {
"description": "data/index.html",
"message": "Sin extensi\u00F3n"
},
"not_avaiable_yet": {
"description": "data/index.html",
"message": ""
},
"notify": {
"description": "data/index.html",
"message": "Notificar"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"description": "data/index.html",
"message": ""
},
"oauth_base": {
"description": "data/index.html",
"message": "OAuth base"
},
"official_retweet_this_tweet": {
"description": "data/js/ui.template.js",
"message": "Retweet oficial"
},
"ok": {
"description": "data/index.html",
"message": "Aceptar"
},
"oops_a_network_error_occurs": {
"description": "data/js/ui.welcome.js",
"message": "Ups, ha ocurrido un error de red"
},
"oops_an_api_error_occurs": {
"description": "data/js/ui.welcome.js",
"message": "Ups, \u00A1ha ocurrido un error de API!"
},
"oops_an_authentication_error_occurs": {
"description": "data/js/ui.welcome.js",
"message": "Ooops, un error de autenticaci\u00F3n ha ocurrido"
},
"open_a_list_dots": {
"description": "data/index.html",
"message": "Abrir lista"
},
"open_a_profile_dots": {
"description": "data/index.html",
"message": "Abrir perfil"
},
"open_first_link": {
"description": "data/index.html",
"message": "Abrir primer enlace"
},
"open_speaker_link": {
"description": "data/index.html",
"message": "Abrir enlace del que habla"
},
"options": {
"description": "data/js/ui.exts_dlg.js",
"message": "Opciones"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"description": "data/index.html",
"message": "O copia la direcci\u00F3n y abrela en tu navegador."
},
"panda_acts_cute": {
"description": "data/index.html",
"message": "Panda acts cute"
},
"password": {
"description": "data/index.html",
"message": ""
},
"paste_from_clipboard": {
"description": "date/index.html",
"message": "Pegar desde el portapapeles"
},
"pin_code": {
"description": "data/index.html",
"message": "C\u00F3digo PIN"
},
"please_enter_the_recipient": {
"description": "data/js/ui.status_box.js",
"message": "\u00A1Por favor, introduce el destinatario!"
},
"please_entry_a_profile_prefix": {
"description": "data/js/ui.welcome.js",
"message": "Por favor, introduce un prefijo para el perfil"
},
"port": {
"description": "data/index.html",
"message": ""
},
"post_successfully": {
"description": "data/js/ui.status_box.js",
"message": "\u00A1Publicado con \u00E9xito!"
},
"posting_dots": {
"description": "data/js/ui.status_box.js",
"message": "Publicando ..."
},
"powerfull": {
"description": "data/js/lib.twitterapi.js",
"message": "Poderoso"
},
"preferences": {
"description": "data/index.html",
"message": "Preferencias"
},
"preload_latest_tweets_in_conversations_if_possible": {
"description": "data/index.html",
"message": "Precargar, si es posible, los tweets m\u00E1s recientes en las conversaciones"
},
"pretty_wife": {
"description": "data/index.html",
"message": "Pretty wife"
},
"preview_embedded_media": {
"description": "data/index.html",
"message": "Mostrar fotos y v\u00EDdeos"
},
"preview_here": {
"description": "data/index.html",
"message": "Vista previa aqu\u00ED"
},
"previous": {
"description": "data/index.html",
"message": ""
},
"profile": {
"description": "data/index.html",
"message": "Perfil"
},
"profile_name": {
"description": "data/index.html",
"message": ""
},
"project_host": {
"description": "data/index.html",
"message": ""
},
"project_site": {
"description": "data/index.html",
"message": ""
},
"proxy": {
"description": "data/index.html",
"message": ""
},
"proxy_auth": {
"description": "data/index.html",
"message": "Credenciales"
},
"proxy_host": {
"description": "data/index.html",
"message": ""
},
"proxy_http_proxy": {
"description": "data/index.html",
"message": ""
},
"proxy_no_proxy": {
"description": "data/index.html",
"message": ""
},
"proxy_port": {
"description": "data/index.html",
"message": ""
},
"proxy_socks_proxy": {
"description": "data/index.html",
"message": ""
},
"proxy_system_proxy": {
"description": "data/index.html",
"message": ""
},
"quick_references": {
"description": "data/index.html",
"message": "Referencias r\u00E1pidas"
},
"quit_hotot": {
"description": "data/index.html",
"message": "Cerrar Hotot"
},
"quote": {
"description": "data/index.html",
"message": "Citar"
},
"read_later": {
"description": "data/index.html",
"message": "Leer despues"
},
"read_later_service": {
"description": "data/index.html",
"message": "Servicio de leer despues"
},
"relation": {
"description": "data/js/ui.template.js",
"message": "Relaci\u00F3n"
},
"reload": {
"description": "data/index.html",
"message": "Recargar"
},
"reply": {
"description": "data/index.html",
"message": "Responder"
},
"reply_all": {
"description": "data/index.html",
"message": "Responder a todos"
},
"reply_this_tweet": {
"description": "data/js/ui.template.js",
"message": "Responder este tweet"
},
"reply_to": {
"description": "data/js/ui.template.js",
"message": "En respuesta a "
},
"report_spam": {
"description": "data/js/ui.template.js",
"message": "Reportar Spam"
},
"reset_time": {
"description": "data/js/lib.twitterapi.js",
"message": "Hora de reinicio"
},
"restore_defaults": {
"description": "data/index.html",
"message": "Restaurar valores predeterminados"
},
"retweet": {
"description": "data/index.html",
"message": "Retwittear"
},
"retweet_or_un_retweet": {
"description": "data/index.html",
"message": "Retweet/Deshacer retweet"
},
"retweet_successfully": {
"description": "data/js/ui.main.js",
"message": "\u00A1Retweet con \u00E9xito!"
},
"retweeted_by": {
"description": "data/js/ui.template.js",
"message": "Retwitteado por"
},
"retweeting_dots": {
"description": "data/js/ui.main.js",
"message": "Haciendo retweet..."
},
"retweets": {
"description": "data/js/ui.slider.js",
"message": "Retweets"
},
"retweets_view": {
"description": "data/index.html",
"message": "Retweets"
},
"rt_this_tweet": {
"description": "data/js/ui.template.js",
"message": "RT este tweet"
},
"rule": {
"description": "data/index.html",
"message": "Regla"
},
"rule_based_filter": {
"description": "data/index.html",
"message": "Filtro basado en reglas"
},
"rule_editor": {
"description": "data/index.html",
"message": "Editor de reglas"
},
"rule_name": {
"description": "data/index.html",
"message": "Nombre de la regla"
},
"same_signing_api_base": {
"description": "data/index.html",
"message": "Misma firma en API base"
},
"same_signing_oauth_base": {
"description": "data/index.html",
"message": "Misma firma en OAuth base"
},
"save": {
"description": "data/index.html",
"message": "Guardar"
},
"save_as_draft": {
"description": "data/index.html",
"message": "Guardar como borrador"
},
"schizophrenia": {
"description": "data/index.html",
"message": "Esquizofrenia"
},
"screen_name1_screen_name2": {
"description": "data/index.html",
"message": ""
},
"search": {
"description": "data/js/ui.slider.js",
"message": "Buscar"
},
"search_api_base2": {
"description": "data/index.html",
"message": "API base de b\u00FAsqueda"
},
"search_in_google": {
"description": "data/index.html",
"message": "Buscar @ en Google"
},
"search_in_twitter": {
"description": "data/index.html",
"message": "Buscar @ en Twitter"
},
"search_view": {
"description": "data/index.html",
"message": "B\u00FAsqueda"
},
"select_a_default_picture_service": {
"description": "data/index.html",
"message": "Elige el servicio de im\u00E1genes por defecto"
},
"select_a_language": {
"description": "data/index.html",
"message": "Selecciona un idioma"
},
"select_a_read_later_service": {
"description": "data/index.html",
"message": ""
},
"select_a_theme": {
"description": "data/index.html",
"message": ""
},
"select_actions": {
"description": "data/index.html",
"message": "Seleccionar acciones"
},
"select_fields": {
"description": "data/index.html",
"message": "Seleccionar campos"
},
"send_message": {
"description": "data/index.html",
"message": "Enviar DM"
},
"send_message_to_them": {
"description": "data/js/ui.template.js",
"message": "Enviar mensaje a todos"
},
"shiny_old_times_before_marriage": {
"description": "data/index.html",
"message": "Shiny old times before marriage"
},
"shortcuts": {
"description": "data/index.html",
"message": "Atajos"
},
"show_relative_timestamp": {
"description": "data/index.html",
"message": ""
},
"sign_in_dots": {
"description": "data/js/ui.welcome.js",
"message": "Iniciando sesi\u00F3n ..."
},
"sign_out": {
"description": "data/index.html",
"message": "Cerrar sesi\u00F3n"
},
"signing_api_base": {
"description": "data/index.html",
"message": ""
},
"signing_oauth_base": {
"description": "data/index.html",
"message": ""
},
"slide_to_next_page": {
"description": "data/index.html",
"message": "Ir a la siguiente p\u00E1gina"
},
"slide_to_prev_page": {
"description": "data/index.html",
"message": "Ir a p\u00E1gina anterior"
},
"some_error_occur": {
"description": "data/index.html",
"message": "Ups, \u00A1ha ocurrido un error!"
},
"starts_minimized": {
"description": "data/index.html",
"message": "Iniciar minimizado"
},
"stat": {
"description": "data/index.html",
"message": "ESTADO"
},
"status_is_over_140_characters": {
"description": "data/js/ui.status_box.js",
"message": "\u00A1Tu tweet contiene m\u00E1s de 140 caracteres!"
},
"step_one": {
"description": "data/index.html",
"message": "Paso 1"
},
"step_two": {
"description": "data/index.html",
"message": "Paso 2"
},
"struggling_adventurers": {
"description": "data/index.html",
"message": "Struggling Adventurers"
},
"successfully": {
"description": "data/js/ui.main.js",
"message": "Exitosamente"
},
"summon_hotot": {
"description": "data/index.html",
"message": "Invocar Hotot (ejemplo: \u003CALT\u003EC)"
},
"supervised_by": {
"description": "data/index.html",
"message": "Supervisado por"
},
"themes": {
"description": "data/index.html",
"message": "Tema"
},
"this_profile_may_has_already_exists": {
"description": "data/js/ui.welcome.js",
"message": "\u00A1Este perfil puede que ya exista!"
},
"titian_s_elegance": {
"description": "data/index.html",
"message": "Titian's elegance"
},
"to": {
"description": "data/index.html",
"message": ""
},
"to_cold_beauty": {
"description": "data/index.html",
"message": "To Cold Beauty"
},
"toggle_conversation": {
"description": "data/index.html",
"message": ""
},
"tranquil": {
"description": "data/index.html",
"message": "Tranquilo"
},
"transparent": {
"description": "data/index.html",
"message": "Transparente"
},
"tweet_cnt": {
"description": "data/js/ui.template.js",
"message": "Tweets"
},
"tweet_view": {
"description": "data/index.html",
"message": "Mostrar tweets"
},
"tweets": {
"description": "data/index.html",
"message": "Tweets"
},
"twitter_official_service": {
"description": "data/index.html",
"message": "Servicio oficial de twitter"
},
"type_a_name_here": {
"description": "data/index.html",
"message": "Escribe un nombre aqui"
},
"type_or_drag_a_photo_here": {
"description": "data/index.html",
"message": ""
},
"un_favorite_this_tweet_dots": {
"description": "data/js/ui.main.js",
"message": "Borrar de favoritos..."
},
"unblock": {
"description": "data/js/ui.template.js",
"message": "Desbloquear"
},
"undo_retweeting_dots": {
"description": "data/js/ui.main.js",
"message": "Deshaciendo retweet..."
},
"undo_successfully": {
"description": "data/js/ui.main.js",
"message": "\u00A1Deshacer con \u00E9xito!"
},
"unfollow": {
"description": "data/js/ui.listview.js",
"message": "unfollow"
},
"unfollow_at": {
"description": "data/js/ui.main.js",
"message": "Dejar de seguir a @"
},
"update": {
"description": "data/index.html",
"message": "Actualizar"
},
"update_successfully": {
"description": "data/js/ui.status_box.js",
"message": "\u00A1Publicado con \u00E9xito!"
},
"updating_dots": {
"description": "data/js/ui.status_box.js",
"message": "Publicando..."
},
"upload": {
"description": "data/index.html",
"message": "Subir"
},
"upload_api_base": {
"description": "data/index.html",
"message": "API base de subida"
},
"upload_photo": {
"description": "data/index.html",
"message": "Subir foto."
},
"upload_to_dots": {
"description": "data/index.html",
"message": "Subiendo..."
},
"url_shortener": {
"description": "data/index.html",
"message": "Acortador de URLs"
},
"use_custom_font": {
"description": "data/index.html",
"message": "Usar fuente personalizada"
},
"use_quote_as_default_retweet_action": {
"description": "data/index.html",
"message": "Usar CITAR como acci\u00F3n por defecto al hacer retweet"
},
"use_read_later_service": {
"description": "data/index.html",
"message": "Usar servicio de leer despues"
},
"use_reply_all_as_default_reply_action": {
"description": "data/index.html",
"message": "Usar RESPONDER A TODOS como acci\u00F3n por defecto al responder"
},
"username": {
"description": "data/index.html",
"message": "username"
},
"verify": {
"description": "data/index.html",
"message": "Verificar"
},
"version": {
"description": "data/js/ui.exts_dlg.js",
"message": "Versi\u00F3n"
},
"via": {
"description": "data/js/ui.template.js",
"message": "v\u00EDa"
},
"view_more_conversation": {
"description": "data/js/ui.template.js",
"message": "Ver m\u00E1s conversaci\u00F3n"
},
"virushou_s_integrity": {
"description": "data/index.html",
"message": "Virushou's Integrity"
},
"wanna_have_relationship_with": {
"description": "data/index.html",
"message": "Quiero tener una relaci\u00F3n con"
},
"weakness": {
"description": "data/js/lib.twitterapi.js",
"message": "D\u00E9bil"
},
"web": {
"description": "data/js/ui.template.js",
"message": "Web"
},
"website": {
"description": "data/js/ui.exts_dlg.js",
"message": "Sitio web"
},
"whisper": {
"description": "data/js/ui.welcome.js",
"message": "Secreto"
},
"word1_word2": {
"description": "data/index.html",
"message": ""
},
"write_down_description_here": {
"description": "data/index.html",
"message": ""
},
"written_by": {
"description": "data/index.html",
"message": "Escrito por"
},
"you_are_followed_by_them": {
"description": "data/js/ui.peopleview.js",
"message": "\u00C9l te sigue."
},
"you_are_following": {
"description": "data/js/ui.peopleview.js",
"message": "Le est\u00E1s siguiendo."
},
"you_are_friends": {
"description": "data/js/ui.peopleview.js",
"message": "Sois amigos."
},
"you_are_not_following_each_other": {
"description": "data/js/ui.peopleview.js",
"message": "No os segu\u00EDs mutuamente."
},
"you_dont_have_a_view": {
"description": "data/index.html",
"message": "No tienes una vista"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"description": "data/index.html",
"message": ""
},
"your_profile": {
"description": "data/index.html",
"message": "Tu perfil"
}
}
Hotot-0.9.8.14/data/_locales/es/timestring.js 0000664 0000000 0000000 00000004643 12142171256 0020704 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : spanish (es)
// author : Julio Napurí : https://github.com/julionc
(function () {
var lang = {
months : "Enero_Febrero_Marzo_Abril_Mayo_Junio_Julio_Agosto_Septiembre_Octubre_Noviembre_Diciembre".split("_"),
monthsShort : "Ene._Feb._Mar._Abr._May._Jun._Jul._Ago._Sep._Oct._Nov._Dic.".split("_"),
weekdays : "Domingo_Lunes_Martes_Miércoles_Jueves_Viernes_Sábado".split("_"),
weekdaysShort : "Dom._Lun._Mar._Mié._Jue._Vie._Sáb.".split("_"),
weekdaysMin : "Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"),
longDateFormat : {
LT : "H:mm",
L : "DD/MM/YYYY",
LL : "D MMMM YYYY",
LLL : "D MMMM YYYY LT",
LLLL : "dddd D MMMM YYYY LT"
},
calendar : {
sameDay : function () {
return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
},
nextDay : function () {
return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
},
nextWeek : function () {
return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
},
lastDay : function () {
return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
},
lastWeek : function () {
return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT';
},
sameElse : 'L'
},
relativeTime : {
future : "en %s",
past : "hace %s",
s : "unos segundos",
m : "un minuto",
mm : "%d minutos",
h : "una hora",
hh : "%d horas",
d : "un día",
dd : "%d días",
M : "un mes",
MM : "%d meses",
y : "un año",
yy : "%d años"
},
ordinal : function (number) {
return 'º';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('es', lang);
}
}());
Hotot-0.9.8.14/data/_locales/fr/ 0000775 0000000 0000000 00000000000 12142171256 0016152 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/fr/messages.json 0000664 0000000 0000000 00000073561 12142171256 0020670 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "À propos",
"description": "data/index.html"
},
"about_and_help": {
"message": "À Propos & Aide",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Le jeton d'accès n'existe pas",
"description": "data/index.html"
},
"action": {
"message": "Action",
"description": "data/index.html"
},
"add": {
"message": "Ajouter",
"description": "data/index.html"
},
"add_new_views": {
"message": "Ajouter de nouvelles vues",
"description": "data/index.html"
},
"add_to_list": {
"message": "Ajouter à la liste",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Avancé",
"description": "data/index.html"
},
"animation": {
"message": "Animation",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": "data/index.html"
},
"api_setting": {
"message": "Configuration de l'API",
"description": "data/index.html"
},
"archive": {
"message": "Archive",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Authentification OK !",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Auteur",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Connexion automatique après ouverture",
"description": "data/index.html"
},
"behavior": {
"message": "Comportement",
"description": "data/index.html"
},
"bio": {
"message": "Bio",
"description": "data/index.html"
},
"block": {
"message": "Bloquer",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "",
"description": "data/index.html"
},
"cancel": {
"message": "Annuler",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Impossible de vous authentifier. Veuillez vérifier votre nom d'utilisateur/mot de passe et Base API",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Le caractère `@` n'est pas authorisé dans le nom du profil",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Utiliser intégration contextuel Chrome",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Effacer",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Effacer & Fermer",
"description": "data/index.html"
},
"clear_token": {
"message": "Effacer le jeton",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Cliquez sur moi pour continuer",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Appuyer sur le bouton ci-dessous",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Cliquez pour composer un message",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Cliquez pour afficher",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Cliquer pour voir les retweeters",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Fermer",
"description": "data/index.html"
},
"close_current_column": {
"message": "Fermer la colonne",
"description": "data/index.html"
},
"compose": {
"message": "Composer",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Copiez le code PIN et collez-le dans le cadre ci-dessous",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Copier dans le presse-papier",
"description": "date/index.html"
},
"create_a_list": {
"message": "Créer une liste",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Crédits",
"description": "data/index.html"
},
"cuddly": {
"message": "Calin",
"description": "data/index.html"
},
"custom_font": {
"message": "Police spéciale",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Service d'Image par Défaut",
"description": "data/index.html"
},
"delete": {
"message": "Supprimer",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Supprimer ce tweet",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Suppression effectuée avec succès !",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "Dons",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Brouillons",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Faire glisser la photo ici",
"description": "data/index.html"
},
"drop": {
"message": "Relâche",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Editer",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Activer",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "Activer les animations",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "Activer l'acceleration GPU",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Activer le mode verbeux",
"description": "data/index.html"
},
"errors": {
"message": "Erreurs",
"description": "data/index.html"
},
"examples": {
"message": "Exemples",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Quitter Hotot quand la fenêtre est fermée",
"description": "data/index.html"
},
"extensions": {
"message": "Extensions",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Mettre en favori/Un-fav",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Mettre ce tweet en favoris ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Favoris",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Vue des Favoris",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Filtrer les tweets que vous aimez",
"description": "data/index.html"
},
"find": {
"message": "Trouver",
"description": "data/index.html"
},
"fine": {
"message": "Bien",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "",
"description": "data/index.html"
},
"follow": {
"message": "Suivre",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Suivre @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Follower",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Followers",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Police",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "The quick brown fox jumps over the lazy dog.",
"description": "data/index.html"
},
"font_size": {
"message": "Taille de la police",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Ami",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Amis",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Global",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "Vous DEVEZ redémarrer Hotot afin que certaines modifications soient prises en compte. Celles-ci s'appliqueront à TOUS les comptes",
"description": "data/index.html"
},
"greeting": {
"message": "Bienvenue !",
"description": "data/index.html"
},
"help": {
"message": "Aide",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Hey, c'est vous !",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "",
"description": "data/index.html"
},
"home_timeline": {
"message": "Timeline",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "",
"description": "data/index.html"
},
"host": {
"message": "Hôte",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Uploader une Image",
"description": "data/index.html"
},
"info": {
"message": "INFO",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Inserer un Smiley",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Filtre intélligent",
"description": "data/index.html"
},
"interface_language": {
"message": "Langue de l'interface",
"description": "data/index.html"
},
"join": {
"message": "Rejoindre",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "",
"description": "data/index.html"
},
"keyboard": {
"message": "Clavier",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Raccourcis clavier",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Parefeu Kismet",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Guide d'utilisation de Kismet",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "ATTENTION: Les tweets comportants ces attributs n'apparaîtront plus sur votre timeline.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Etiquette avec couleur",
"description": "data/index.html"
},
"language": {
"message": "Langage",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Laisser collecter a Hotot des informations de statistisques anonymes",
"description": "data/index.html"
},
"license": {
"message": "Licence",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "Taille Interline",
"description": "data/index.html"
},
"list": {
"message": "Liste",
"description": "data/index.html"
},
"listed_cnt": {
"message": "Listés",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Listes",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Listes les suivant",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Leurs listes",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Chargement ... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Chargement des ressources ...",
"description": "data/index.html"
},
"location": {
"message": "Localisation",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Marquez pour suppression",
"description": "data/index.html"
},
"mask": {
"message": "Masquer",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Mention",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Mentions",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Onglet mentions",
"description": "data/index.html"
},
"messages": {
"message": "Messages",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Onglet messages",
"description": "data/index.html"
},
"more_actions": {
"message": "Plus",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Aller en bas",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Aller au tweet suivant",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Aller au tweet précédent",
"description": "data/index.html"
},
"move_to_top": {
"message": "Aller en haut",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "",
"description": "data/index.html"
},
"mute_this_source": {
"message": "Filtrer cette source",
"description": "data/index.html"
},
"mute_this_user": {
"message": "Filtrer cet utilisateur",
"description": "data/index.html"
},
"mute_this_word": {
"message": "Filtrer ce mot",
"description": "data/index.html"
},
"my_favs": {
"message": "Mes Favoris",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "",
"description": "data/index.html"
},
"my_power": {
"message": "Mon Pouvoir",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Nom",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Presque mort",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Erreur réseau ! Merci de ré-essayer plus tard.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "Le nouveau profil a été créé !",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Suivant",
"description": "data/index.html"
},
"no_extension": {
"message": "Pas d'extension",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Notifier",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Official retweet this tweet",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Oops, une erreur réseau est survenue !",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Oups, Une erreur au niveau de l'API est survenue !",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Ouvrir une liste",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Ouvrir un profil",
"description": "data/index.html"
},
"open_first_link": {
"message": "Ouvrir le premier lien",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Ovurir le lien de l'intervenant",
"description": "data/index.html"
},
"options": {
"message": "Options",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Ou copiez l'adresse et collez-la dans le navigateur",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "",
"description": "data/index.html"
},
"password": {
"message": "Mot de Passe",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Coller depuis le presse-papier",
"description": "date/index.html"
},
"pin_code": {
"message": "Code PIN",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "Veuillez entrer le destinataire !",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Veuillez entrer un nom de profil",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "Port",
"description": "data/index.html"
},
"post_successfully": {
"message": "Envoyé avec succès !",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Envoi en cours ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Puissant",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Préférences",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Précharger les derniers tweets des conversations si possible",
"description": "data/index.html"
},
"pretty_wife": {
"message": "",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Prévisualiser le média intégré",
"description": "data/index.html"
},
"preview_here": {
"message": "Prévisualiser Ici",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Profil",
"description": "data/index.html"
},
"profile_name": {
"message": "Nom de Profil",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Authentification",
"description": "data/index.html"
},
"proxy_host": {
"message": "Host Proxy",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "Pas de proxy",
"description": "data/index.html"
},
"proxy_port": {
"message": "Port Proxy",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Quitter Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Citer",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Relation",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Recharger",
"description": "data/index.html"
},
"reply": {
"message": "Répondre",
"description": "data/index.html"
},
"reply_all": {
"message": "Répondre à tous",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Répondre à ce tweet",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "en réponse à",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Signaler comme spam",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Réinitialiser l'heure",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Configuration par défaut",
"description": "data/index.html"
},
"retweet": {
"message": "Retweeter",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retweeter/Dé-retweeter",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Retweet effectuée avec succès !",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Retweeté par",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retweet ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retweets",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Onglet Retweet",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "ReTweet ce tweet",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Règle",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "",
"description": "data/index.html"
},
"rule_editor": {
"message": "Editer la règle",
"description": "data/index.html"
},
"rule_name": {
"message": "Nom de règle",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Same Signing API Base",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Same Signing OAuth Base",
"description": "data/index.html"
},
"save": {
"message": "Sauvegarder",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Sauvegarder le brouillon",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizophréne",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Chercher",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Cherche la Base API",
"description": "data/index.html"
},
"search_in_google": {
"message": "Chercher @ sur Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Chercher @ sur Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Vue de recherche",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Sélectionner un Service d'Image par Défaut",
"description": "data/index.html"
},
"select_a_language": {
"message": "Selectionnez une langue",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Sélectionner une action",
"description": "data/index.html"
},
"select_fields": {
"message": "Sélectionner un champ",
"description": "data/index.html"
},
"send_message": {
"message": "Envoyer un message",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Leur envoyer un message",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "",
"description": "data/index.html"
},
"shortcuts": {
"message": "Raccourcis",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Connexion ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Déconnexion",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Aller à la page suivante",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Aller à la page précédente",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Une erreur est survenue",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Démarrer Minimisé",
"description": "data/index.html"
},
"stat": {
"message": "STATS",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Le statut dépasse les 140 caractères",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Étape 1",
"description": "data/index.html"
},
"step_two": {
"message": "Étape 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "",
"description": "data/index.html"
},
"successfully": {
"message": "Avec succès",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Summon Hotot (comme: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Thèmes",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Ce profil doit déjà exister!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "",
"description": "data/index.html"
},
"to": {
"message": "Vers",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "Basculer vers la conversation",
"description": "data/index.html"
},
"tranquil": {
"message": "Doucement",
"description": "data/index.html"
},
"transparent": {
"message": "Transparent",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tweet",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Vue Tweet",
"description": "data/index.html"
},
"tweets": {
"message": "Tweets",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Enlever ce tweet des favoris ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Débloquer",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Annuler le retweet ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Annulation effectuée avec succès !",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "Se désabonner",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Désabonner @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Mise à jour",
"description": "data/index.html"
},
"update_successfully": {
"message": "Mis à jour avec succès",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Mise à jour...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Upload",
"description": "data/index.html"
},
"upload_api_base": {
"message": "",
"description": "data/index.html"
},
"upload_photo": {
"message": "Envoyer une photo",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "",
"description": "data/index.html"
},
"url_shortener": {
"message": "Raccourci d'URL",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Utiliser une police spéciale",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Utiliser la CITATION comme retweet par défaut",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Utiliser REPONDRE À TOUS comme réponse par défaut",
"description": "data/index.html"
},
"username": {
"message": "Nom d'utilisateur",
"description": "data/index.html"
},
"verify": {
"message": "Vérifier",
"description": "data/index.html"
},
"version": {
"message": "Version",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "via",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Voir plus de la conversation",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "",
"description": "data/index.html"
},
"weakness": {
"message": "Faiblesse",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Web",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Site Web",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Rumeur",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "Ils vous suivent",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Vous suivez",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Vous êtes amis.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Vous ne vous suivez pas entre vous.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/fr/timestring.js 0000664 0000000 0000000 00000003705 12142171256 0020702 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : french (fr)
// author : John Fischer : https://github.com/jfroffice
(function () {
var lang = {
months : "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),
monthsShort : "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),
weekdays : "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),
weekdaysShort : "dim._lun._mar._mer._jeu._ven._sam.".split("_"),
weekdaysMin : "Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),
longDateFormat : {
LT : "HH:mm",
L : "DD/MM/YYYY",
LL : "D MMMM YYYY",
LLL : "D MMMM YYYY LT",
LLLL : "dddd D MMMM YYYY LT"
},
calendar : {
sameDay: "[Aujourd'hui à] LT",
nextDay: '[Demain à] LT',
nextWeek: 'dddd [à] LT',
lastDay: '[Hier à] LT',
lastWeek: 'dddd [dernier à] LT',
sameElse: 'L'
},
relativeTime : {
future : "dans %s",
past : "il y a %s",
s : "quelques secondes",
m : "une minute",
mm : "%d minutes",
h : "une heure",
hh : "%d heures",
d : "un jour",
dd : "%d jours",
M : "un mois",
MM : "%d mois",
y : "une année",
yy : "%d années"
},
ordinal : function (number) {
return number === 1 ? 'er' : 'ème';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('fr', lang);
}
}());
Hotot-0.9.8.14/data/_locales/it/ 0000775 0000000 0000000 00000000000 12142171256 0016157 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/it/messages.json 0000664 0000000 0000000 00000073441 12142171256 0020672 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "Info",
"description": "data/index.html"
},
"about_and_help": {
"message": "Info & Aiuto",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "La chiave di accesso non esiste",
"description": "data/index.html"
},
"action": {
"message": "Azione",
"description": "data/index.html"
},
"add": {
"message": "Aggiungi",
"description": "data/index.html"
},
"add_new_views": {
"message": "Aggiungi nuove viste",
"description": "data/index.html"
},
"add_to_list": {
"message": "Aggiungi alla lista",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Avanzate",
"description": "data/index.html"
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": "data/index.html"
},
"api_setting": {
"message": "Impstazioni API",
"description": "data/index.html"
},
"archive": {
"message": "Archivio",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Assassin's Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Autenticazione OK!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Autore",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Log In Automatico Dopo L'Apertura",
"description": "data/index.html"
},
"behavior": {
"message": "Comportamento",
"description": "data/index.html"
},
"bio": {
"message": "Bio",
"description": "data/index.html"
},
"block": {
"message": "Blocca",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "Cancella",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Non possiamo autenticarti! Per favore controlla l'username, la password o l'API Base",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Il carattere `@` non è consentito nel prefisso del profilo",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Integrazione col menù contestuale di Chrome",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Pulisci",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Pulisci & Chiudi",
"description": "data/index.html"
},
"clear_token": {
"message": "Pulisci i token",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Clickami per continuare",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Clicka il bottone sotto",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Clicka per comporre un messaggio",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Clicka per visualizzare",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Clicka per vedere chi ha retwittato",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Chiudi",
"description": "data/index.html"
},
"close_current_column": {
"message": "Chiudi la colonna corrente",
"description": "data/index.html"
},
"compose": {
"message": "Componi",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Copia il codice PIN e incollalo nel box sotto.",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Copia negli appunti",
"description": "date/index.html"
},
"create_a_list": {
"message": "Crea una lista",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Credits",
"description": "data/index.html"
},
"cuddly": {
"message": "Cuddly",
"description": "data/index.html"
},
"custom_font": {
"message": "",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Servizio primario immagini",
"description": "data/index.html"
},
"delete": {
"message": "Cancella",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Cancella questo tweet",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "La distruzione ha avuto successo!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Bozze",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Trascina una foto qui",
"description": "data/index.html"
},
"drop": {
"message": "Annulla",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Edita",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Abilitato",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Abilita la Verbose Mode",
"description": "data/index.html"
},
"errors": {
"message": "Errori",
"description": "data/index.html"
},
"examples": {
"message": "Esempi",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Esci da Hotot quando chiudo la finestra",
"description": "data/index.html"
},
"extensions": {
"message": "Estensioni",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Preferito/Non-Preferito",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Inserisci fra i preferiti questo tweet ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Preferiti",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Visualizzazione Preferiti",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Filtra i tweet come questo",
"description": "data/index.html"
},
"find": {
"message": "Trova",
"description": "data/index.html"
},
"fine": {
"message": "Fine",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "La prima volta che accedo con Twitter",
"description": "data/index.html"
},
"follow": {
"message": "Follow",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Follow @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Follower",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Followers",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Testo",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "La veloce volpe marrone salta sul cane pigro.",
"description": "data/index.html"
},
"font_size": {
"message": "Dimensione testo",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Amico",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Amici",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Generale",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "È necessario riavviare Hotot affinché le modifiche qui sotto abbiano effetto. Queste modifiche influenzeranno tutti gli account.",
"description": "data/index.html"
},
"greeting": {
"message": "Saluti!",
"description": "data/index.html"
},
"help": {
"message": "Aiuto",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Hey, sei tu!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Menti nascoste oscure",
"description": "data/index.html"
},
"home_timeline": {
"message": "Home Timeline",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Vista Home",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Image uploader",
"description": "data/index.html"
},
"info": {
"message": "INFO",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Inserisci smiley",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Filtro Intelligente",
"description": "data/index.html"
},
"interface_language": {
"message": "Linguaggio interfaccia",
"description": "data/index.html"
},
"join": {
"message": "Aderisci",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Non puoi smettere di pensare da qui",
"description": "data/index.html"
},
"keyboard": {
"message": "Tastiera",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Scorciatoie tastiera",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Kismet Firewall",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Guida a Kismet",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "ATTENZIONE: I tweet con i seguenti attributi non appariranno nella tua timeline.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Etichetta con colori",
"description": "data/index.html"
},
"language": {
"message": "Lingua",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Consenti ad Hotot di raccogliere statistiche anonime",
"description": "data/index.html"
},
"license": {
"message": "Licenza",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "Lista",
"description": "data/index.html"
},
"listed_cnt": {
"message": "Nella lista",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Liste",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Liste che li seguono",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Liste di loro",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Caricamento ... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Caricamento Risorse ...",
"description": "data/index.html"
},
"location": {
"message": "Localizzazione",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Marca i tweet eliminati",
"description": "data/index.html"
},
"mask": {
"message": "Maschera",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Menzione",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Menzioni",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Vista Menzioni",
"description": "data/index.html"
},
"messages": {
"message": "Messaggi",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Vista Messaggi",
"description": "data/index.html"
},
"more_actions": {
"message": "Di più",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Sposta in basso",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Vai al prossimo tweet",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Vai al tweet precedente",
"description": "data/index.html"
},
"move_to_top": {
"message": "Sposta in alto",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Disabilita il filtro",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "Miei preferiti",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "My Journey is to the sea of stars",
"description": "data/index.html"
},
"my_power": {
"message": "Mia forza",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Nome",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Quasi Morto",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Errore di rete! Per favore tenta più tardi.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "Il nuovo profilo è stato creato!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Successivo",
"description": "data/index.html"
},
"no_extension": {
"message": "Nessuna estensione",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Notifiche",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Retwitta questo tweet ufficialmente",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Oops, C'è stato un problema di rete",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Oops, C'è stato un problema con le API",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Apri una lista ...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Apri un profilo ...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Apri il primo link",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Apri il link dell'interlocutore",
"description": "data/index.html"
},
"options": {
"message": "",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "O copia l'indirizzo e aprilo nel tuo browser.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "I panda sono carini",
"description": "data/index.html"
},
"password": {
"message": "",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Copia dagli appunti",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN Code",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "Per favore inserisci il destinatario!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Per favore inserisci un profilo prima",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "",
"description": "data/index.html"
},
"post_successfully": {
"message": "Inviato con successo!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Inviando ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Potente",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Preferenze",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Caricando gli ultimi tweets in conversazioni, se possibile.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Bella moglie",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Anteprima contenuto integrato",
"description": "data/index.html"
},
"preview_here": {
"message": "Anteprima qui",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Profilo",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Autenticazione",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "Riferimenti Rapidi",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Esci da Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Quota",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Relazioni",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Ricarica",
"description": "data/index.html"
},
"reply": {
"message": "Rispondi",
"description": "data/index.html"
},
"reply_all": {
"message": "Rispondi a tutti",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Rispondi a questo tweet",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "Rispondi a",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Segnala come spam",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Reimposta il tempo",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Reimposta gli standard",
"description": "data/index.html"
},
"retweet": {
"message": "Retweet",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retweet/Un-retweet",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Retwittato con successo!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Retwittato da",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retwittando ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retweets",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Vista Retweets",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "Retwitta questo tweet",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Regola",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Filtro basato sulla regola",
"description": "data/index.html"
},
"rule_editor": {
"message": "Modifica regola",
"description": "data/index.html"
},
"rule_name": {
"message": "Nome regola",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Stessa firma dell'API Base",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Stessa firma dell'OAuth Base",
"description": "data/index.html"
},
"save": {
"message": "Salva",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Salva come bozza",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizzofrenia",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Cerca",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Cerca l'API Base",
"description": "data/index.html"
},
"search_in_google": {
"message": "Cerca @ su Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Cerca @ su Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Vista cerca",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Seleziona il servizio standard per le immagini",
"description": "data/index.html"
},
"select_a_language": {
"message": "Seleziona una lingua",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Seleziona azioni",
"description": "data/index.html"
},
"select_fields": {
"message": "Seleziona i campi",
"description": "data/index.html"
},
"send_message": {
"message": "Spedisci un messaggio",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Spedisci un messaggio a lui",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Bei vecchi tempi prima del matrimonio",
"description": "data/index.html"
},
"shortcuts": {
"message": "Tasti di scelta rapida",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Entrando ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Esci",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Vai alla pagina successiva",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Vai alla pagina precedente",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Si sono verificati alcuni errori",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Parti minimazzato",
"description": "data/index.html"
},
"stat": {
"message": "STAT",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Lo stato è più di 140 caratteri!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Primo passo",
"description": "data/index.html"
},
"step_two": {
"message": "Secondo passo",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Avventurieri che lottano",
"description": "data/index.html"
},
"successfully": {
"message": "Con successo",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Apri Hotot (come ALT + C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Temi",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Questo profilo dovrebbe già esistere!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Trasparente",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tweet",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Vista Tweet",
"description": "data/index.html"
},
"tweets": {
"message": "Tweets",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Rimuovi dai preferiti questo tweet ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Sblocca",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Annulla retwitt ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Annullato con successo!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Unfollow @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Aggiorna",
"description": "data/index.html"
},
"update_successfully": {
"message": "Aggiornato con successo!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Aggiornando ...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Upload",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Upload API Base",
"description": "data/index.html"
},
"upload_photo": {
"message": "Upload Photo.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Upload a ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "Abbreviatore di URL",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Usa un font modificato",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Quota come azione di retwitt standard",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Rispondi a tutti come azione di risposta standard",
"description": "data/index.html"
},
"username": {
"message": "",
"description": "data/index.html"
},
"verify": {
"message": "Verifica",
"description": "data/index.html"
},
"version": {
"message": "Versione",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "via",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Guarda più della conversazione",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Vuoi avere una relazione con",
"description": "data/index.html"
},
"weakness": {
"message": "Debolezza",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Web",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Website",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Sussurro",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "Ti sta seguendo",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Stai seguendo",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Siete amici.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Non sei seguito da un'altro.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/it/timestring.js 0000664 0000000 0000000 00000003575 12142171256 0020714 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : italian (it)
// author : Lorenzo : https://github.com/aliem
(function () {
var lang = {
months : "Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"),
monthsShort : "Gen_Feb_Mar_Apr_Mag_Giu_Lug_Ago_Set_Ott_Nov_Dic".split("_"),
weekdays : "Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),
weekdaysShort : "Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),
weekdaysMin : "D_L_Ma_Me_G_V_S".split("_"),
longDateFormat : {
LT : "HH:mm",
L : "DD/MM/YYYY",
LL : "D MMMM YYYY",
LLL : "D MMMM YYYY LT",
LLLL : "dddd, D MMMM YYYY LT"
},
calendar : {
sameDay: '[Oggi alle] LT',
nextDay: '[Domani alle] LT',
nextWeek: 'dddd [alle] LT',
lastDay: '[Ieri alle] LT',
lastWeek: '[lo scorso] dddd [alle] LT',
sameElse: 'L'
},
relativeTime : {
future : "in %s",
past : "%s fa",
s : "secondi",
m : "un minuto",
mm : "%d minuti",
h : "un'ora",
hh : "%d ore",
d : "un giorno",
dd : "%d giorni",
M : "un mese",
MM : "%d mesi",
y : "un anno",
yy : "%d anni"
},
ordinal: function () {
return 'º';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('it', lang);
}
}());
Hotot-0.9.8.14/data/_locales/ja/ 0000775 0000000 0000000 00000000000 12142171256 0016135 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/ja/messages.json 0000664 0000000 0000000 00000100675 12142171256 0020650 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "ニューホープ",
"description": "data/index.html"
},
"about": {
"message": "Hototについて",
"description": ""
},
"about_and_help": {
"message": "Hototについて・ヘルプ",
"description": ""
},
"access_token_doesnt_exist": {
"message": "トークンがありません。",
"description": "data/index.html"
},
"action": {
"message": "アクション",
"description": "data/index.html"
},
"add": {
"message": "追加",
"description": "data/index.html"
},
"add_new_views": {
"message": "新しいカラムを追加する",
"description": "data/index.html"
},
"add_to_list": {
"message": "リストに追加する",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "詳細設定",
"description": ""
},
"animation": {
"message": "アニメーション",
"description": "data/index.html"
},
"api_base": {
"message": "APIベース",
"description": ""
},
"api_setting": {
"message": "API設定",
"description": ""
},
"archive": {
"message": "アーカイブ",
"description": "data/index.html"
},
"artwork_by": {
"message": "アートワーク作者",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "暗殺者のタンゴ",
"description": "data/index.html"
},
"authentication_ok": {
"message": "アクセス認証OK",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "作者",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "自動ログイン",
"description": "data/index.html"
},
"behavior": {
"message": "動作",
"description": ""
},
"bio": {
"message": "自己紹介",
"description": ""
},
"block": {
"message": "ブロック",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "真っ赤なマーガレット",
"description": "data/index.html"
},
"cancel": {
"message": "キャンセル",
"description": ""
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "認証に失敗しました。もう一度ユーザー名またはパスワードとAPIベースを確認してください",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "認証に失敗しました。後で試してください",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "サーバーからトークンを取得できません",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "クリックしてプロファイル画像を変更",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "プロファイル名の前半に`@`は使えません",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Chromeの右クリックメニューに追加",
"description": "data/index.html"
},
"classic": {
"message": "クラシック",
"description": "data/index.html"
},
"clear": {
"message": "クリア",
"description": ""
},
"clear_and_close": {
"message": "クリアして閉じる",
"description": "data/index.html"
},
"clear_token": {
"message": "トークンを削除する",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "続ける",
"description": ""
},
"click_the_button_below": {
"message": "次のボタンをクリック",
"description": ""
},
"click_to_compose_message": {
"message": "クリックしてメッセージを作成",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "クリックしてメニューを開く",
"description": "data/index.html"
},
"click_to_show": {
"message": "クリックして表示",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "クリックしてリツイートした人を表示",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "クライアント名1, クライアント名2",
"description": "data/index.html"
},
"close": {
"message": "閉じる",
"description": ""
},
"close_current_column": {
"message": "現在のカラムを閉じる",
"description": "data/index.html"
},
"compose": {
"message": "メッセージ作成",
"description": "data/index.html"
},
"compress_tweet": {
"message": "ツイートを圧縮する",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "PINコードをコピーし、下のテキストボックスにペーストしてください",
"description": ""
},
"copy_to_clipboard": {
"message": "クリップボードにコピー",
"description": "date/index.html"
},
"create_a_list": {
"message": "リストを作成する",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "新しいプロファイルを作成",
"description": "data/index.html"
},
"credits": {
"message": "クレジット",
"description": ""
},
"cuddly": {
"message": "かわいい",
"description": "data/index.html"
},
"custom_font": {
"message": "カスタムフォント",
"description": "data/index.html"
},
"default_picture_service": {
"message": "デフォルトの画像サービス",
"description": "data/index.html"
},
"delete": {
"message": "削除する",
"description": ""
},
"delete_this_tweet": {
"message": "このツイートを削除",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "削除しました",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "寄付",
"description": "data/index.html"
},
"donate_hint1": {
"message": "寄付のヒント1",
"description": "data/index.html"
},
"donate_hint2": {
"message": "寄付のヒント2",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "下書き",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "ここに写真をドラッグ",
"description": "data/index.html"
},
"drop": {
"message": "ドロップ",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "nowplayingのハッシュタグを含むツイートをドロップ",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "abcを単語に含むツイートをドロップ",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "abcがリツイートしたツイートをドロップ",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "abcが送信したツイートをドロップ",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "foursquareからのツイートをドロップ",
"description": "data/index.html"
},
"edit": {
"message": "編集",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "例: Alt+H",
"description": "data/index.html"
},
"enable": {
"message": "有効にする",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "アニメーションを有効にする",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "GPUアクセラレーションを有効にする",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "詳細モードを有効にする",
"description": ""
},
"errors": {
"message": "エラー",
"description": "data/index.html"
},
"examples": {
"message": "例",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "ウィンドウを閉じる際にHototも終了する",
"description": "data/index.html"
},
"extensions": {
"message": "プラグイン",
"description": ""
},
"fav_or_un_fav": {
"message": "お気に入りに登録・お気に入りを解除",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "このツイートをお気に入りに登録...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "お気に入り",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "お気に入り",
"description": "data/index.html"
},
"fellowship": {
"message": "交流",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "nsfwメディアをフィルター",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "フィルター作成",
"description": "data/index.html"
},
"find": {
"message": "検索",
"description": "data/index.html"
},
"fine": {
"message": "まだいける",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "Twitterで初めてログイン",
"description": "data/index.html"
},
"follow": {
"message": "フォロー",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "フォロー@",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "フォロワー",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "フォロワー",
"description": "data/js/ui.template.js"
},
"font": {
"message": "フォント",
"description": ""
},
"font_preview_hint": {
"message": "色は匂へど 散りぬるを フォントプレビュー",
"description": ""
},
"font_size": {
"message": "フォントサイズ",
"description": ""
},
"friend_cnt": {
"message": "フォロー",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "フォロー",
"description": "data/js/ui.template.js"
},
"global": {
"message": "全般",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "Hototの再起動後に設定が有効になります",
"description": ""
},
"greeting": {
"message": "ようこそ",
"description": ""
},
"help": {
"message": "ヘルプ",
"description": ""
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "あなたです",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "暗い心を隠して",
"description": "data/index.html"
},
"home_timeline": {
"message": "タイムライン",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "タイムライン",
"description": "data/index.html"
},
"host": {
"message": "ホスト",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": ""
},
"hotot_description": {
"message": "Hototの詳細",
"description": "data/index.html"
},
"image_uploader": {
"message": "画像アップローダー",
"description": "data/index.html"
},
"info": {
"message": "情報",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "顔文字を挿入",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "インテリジェントフィルター",
"description": "data/index.html"
},
"interface_language": {
"message": "インターフェースの言語",
"description": "data/index.html"
},
"join": {
"message": "登録日",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "この考えをやめれない",
"description": "data/index.html"
},
"keyboard": {
"message": "キーボード",
"description": ""
},
"keyboard_shortcuts": {
"message": "キーボードショートカット",
"description": ""
},
"kismet_firewall": {
"message": "Kismetファイアウォール",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismetガイド",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "警告:以下の特徴があるツイートは以後ミュートされます",
"description": "data/index.html"
},
"label_with_color": {
"message": "カラーラベル",
"description": "data/index.html"
},
"language": {
"message": "言語",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Hototによる匿名の統計データ収集を許可する",
"description": "data/index.html"
},
"license": {
"message": "ライセンス",
"description": ""
},
"license_text1": {
"message": "ライセンス文1",
"description": "data/index.html"
},
"license_text2": {
"message": "ライセンス文2",
"description": "data/index.html"
},
"license_text3": {
"message": "ライセンス文3",
"description": "data/index.html"
},
"line_height": {
"message": "行の高さ",
"description": "data/index.html"
},
"list": {
"message": "リスト",
"description": "data/index.html"
},
"listed_cnt": {
"message": "リスト",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "リスト",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "このユーザーを登録したリスト",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "このユーザーのリスト",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "ロード中...",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "リソースをロード中...",
"description": ""
},
"location": {
"message": "場所",
"description": ""
},
"mark_deleted_tweets": {
"message": "削除されたツイートにマークを付ける",
"description": "data/index.html"
},
"mask": {
"message": "マスク",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "callmemaybeハッシュタグを含むツイートをマスクする",
"description": "data/index.html"
},
"mention_them": {
"message": "このユーザーに@ツイート",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "@ツイート",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "@ツイート",
"description": "data/index.html"
},
"messages": {
"message": "メッセージ",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "メッセージ",
"description": "data/index.html"
},
"more_actions": {
"message": "その他",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "最後尾に移動",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "次のツイートに移動",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "前のツイートに移動",
"description": "data/index.html"
},
"move_to_top": {
"message": "トップに戻る",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "以下の単語を含むものをミュート",
"description": "data/index.html"
},
"mute_by_source": {
"message": "ソースでミュート",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "ユーザー名でミュート",
"description": "data/index.html"
},
"mute_filter": {
"message": "ミュートのフィルター",
"description": "data/index.html"
},
"mute_this_source": {
"message": "このソースをミュート",
"description": "data/index.html"
},
"mute_this_user": {
"message": "このユーザーをミュート",
"description": "data/index.html"
},
"mute_this_word": {
"message": "この単語をミュート",
"description": "data/index.html"
},
"my_favs": {
"message": "お気に入り",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "私の旅は星の海へ",
"description": "data/index.html"
},
"my_power": {
"message": "パワー",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "名前",
"description": ""
},
"nearly_dead": {
"message": "くっ…ここまでか…",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "ネットワーク接続エラー、後でもう一度アクセスしてみてください",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "プロファイルを作成しました",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "次へ",
"description": "data/index.html"
},
"no_extension": {
"message": "プラグインがありません",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "まだ利用できません",
"description": "data/index.html"
},
"notify": {
"message": "通知システム",
"description": ""
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "Hototのツイートがあった場合に通知する",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuthベース",
"description": ""
},
"official_retweet_this_tweet": {
"message": "このツイートを公式リツイートする",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": ""
},
"oops_a_network_error_occurs": {
"message": "ネットワークエラーが発生しました",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "APIエラーが発生しました",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "認証エラーが発生しました",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "リストを開く...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "プロファイルを開く...",
"description": "data/index.html"
},
"open_first_link": {
"message": "最初のリンクを開く",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "このユーザーのリンクを開く",
"description": "data/index.html"
},
"options": {
"message": "オプション",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "ブラウザーでリンクを開く",
"description": ""
},
"panda_acts_cute": {
"message": "パンダの可愛い振る舞い",
"description": "data/index.html"
},
"password": {
"message": "パスワード",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "クリップボードから貼り付け",
"description": "date/index.html"
},
"pin_code": {
"message": "PINコード",
"description": ""
},
"please_enter_the_recipient": {
"message": "宛先を選択してください",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "プロファイル名の前半を入力してください",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "ポート",
"description": "data/index.html"
},
"post_successfully": {
"message": "送信しました",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "送信中...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "パワフル",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "設定",
"description": ""
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "可能なら最新ツイートを事前にロードする",
"description": ""
},
"pretty_wife": {
"message": "かわいい奥さん",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "埋め込まれたメディアをプレビューする",
"description": "data/index.html"
},
"preview_here": {
"message": "プレビュー",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "プロファイル",
"description": "data/index.html"
},
"profile_name": {
"message": "プロファイル名",
"description": "data/index.html"
},
"project_host": {
"message": "プロジェクトホスト",
"description": "data/index.html"
},
"project_site": {
"message": "プロジェクトサイト",
"description": "data/index.html"
},
"proxy": {
"message": "プロキシ",
"description": "data/index.html"
},
"proxy_auth": {
"message": "プロキシ認証",
"description": "data/index.html"
},
"proxy_host": {
"message": "プロキシホスト",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "HTTPプロキシ",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "プロキシなし",
"description": "data/index.html"
},
"proxy_port": {
"message": "プロキシポート",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "SOCKSプロキシ",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "システムプロキシ",
"description": "data/index.html"
},
"quick_references": {
"message": "クイックリファレンス",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Hototを終了",
"description": "data/index.html"
},
"quote": {
"message": "引用",
"description": ""
},
"read_later": {
"message": "後で読む",
"description": "data/index.html"
},
"read_later_service": {
"message": "後読みサービス",
"description": "data/index.html"
},
"relation": {
"message": "関係",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "リロード",
"description": "data/index.html"
},
"reply": {
"message": "返信",
"description": ""
},
"reply_all": {
"message": "全員に返信する",
"description": ""
},
"reply_this_tweet": {
"message": "このツイートに返信",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "返信先",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "スパム報告する",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "リセット時刻",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "デフォルトに戻す",
"description": ""
},
"retweet": {
"message": "リツイート",
"description": ""
},
"retweet_or_un_retweet": {
"message": "リツイート・リツイート解除",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "リツイートしました",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "リツイートした人",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "リツイート中...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "リツイート",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "リツイート",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "コメントして拡散",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "条件",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "フィルター条件",
"description": "data/index.html"
},
"rule_editor": {
"message": "条件エディタ",
"description": "data/index.html"
},
"rule_name": {
"message": "条件名",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "同じAPIベースでログインする",
"description": ""
},
"same_signing_oauth_base": {
"message": "同じOAuthベースでログインする",
"description": ""
},
"save": {
"message": "保存する",
"description": "data/index.html"
},
"save_as_draft": {
"message": "下書きとして保存",
"description": "data/index.html"
},
"schizophrenia": {
"message": "統合失調症",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "スクリーン名1, スクリーン名2",
"description": "data/index.html"
},
"search": {
"message": "検索",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "APIベース2で検索",
"description": ""
},
"search_in_google": {
"message": "Googleで検索",
"description": ""
},
"search_in_twitter": {
"message": "Twitterで検索",
"description": ""
},
"search_view": {
"message": "検索",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "デフォルトの画像サービスを選択してください",
"description": "data/index.html"
},
"select_a_language": {
"message": "インターフェース言語を選択してください",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "後読みサービスを選択してください",
"description": "data/index.html"
},
"select_a_theme": {
"message": "テーマを選択してください",
"description": "data/index.html"
},
"select_actions": {
"message": "アクションを選択してください",
"description": "data/index.html"
},
"select_fields": {
"message": "友達を選択してください",
"description": "data/index.html"
},
"send_message": {
"message": "メッセージを送る",
"description": ""
},
"send_message_to_them": {
"message": "このユーザーにメッセージを送る",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "結婚前の輝かしい日々",
"description": "data/index.html"
},
"shortcuts": {
"message": "ショートカットキー",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "相対時間でのタイムスタンプを表示",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "ログイン...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "ログアウト",
"description": "data/index.html"
},
"signing_api_base": {
"message": "APIベース",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "OAuthベース",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "次のページに移動",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "前のページに移動",
"description": "data/index.html"
},
"some_error_occur": {
"message": "エラーが発生しました",
"description": "data/index.html"
},
"starts_minimized": {
"message": "起動時に最小化する",
"description": "data/index.html"
},
"stat": {
"message": "統計",
"description": ""
},
"status_is_over_140_characters": {
"message": "140文字を超えています",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "ステップ1",
"description": ""
},
"step_two": {
"message": "ステップ2",
"description": ""
},
"struggling_adventurers": {
"message": "必死の冒険",
"description": "data/index.html"
},
"successfully": {
"message": "完成",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Hototを呼び出す",
"description": ""
},
"supervised_by": {
"message": "スーパーバイザー",
"description": "data/index.html"
},
"themes": {
"message": "テーマ",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "このプロファイルはすでに存在しています",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "ティツィアーノの気品",
"description": "data/index.html"
},
"to": {
"message": "to",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "冷たい美しさ",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "会話の切り替え",
"description": "data/index.html"
},
"tranquil": {
"message": "穏やか",
"description": "data/index.html"
},
"transparent": {
"message": "透明",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "ツイート",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "ツイート",
"description": "data/index.html"
},
"tweets": {
"message": "ツイート",
"description": ""
},
"twitter_official_service": {
"message": "Twitter公式サービス",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "名前を入力してください",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "文字を入力するかここに写真をドラッグ",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "お気に入りを解除...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "ブロック解除",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "リツイートを解除...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "取り消す",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "フォロー解除",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "フォロー解除@",
"description": "data/js/ui.main.js"
},
"update": {
"message": "送信",
"description": ""
},
"update_successfully": {
"message": "送信しました",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "送信中...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "アップロード",
"description": "data/index.html"
},
"upload_api_base": {
"message": "アップロードAPIベース",
"description": "data/index.html"
},
"upload_photo": {
"message": "写真をアップロードする",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "写真をアップロード...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL短縮サービス",
"description": "data/index.html"
},
"use_custom_font": {
"message": "カスタムフォントを使用する",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "引用してのリツイートをデフォルトにする",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "後読みサービスを使用する",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "「全員に返信する」をデフォルトにする",
"description": "data/index.html"
},
"username": {
"message": "ユーザー名",
"description": "data/index.html"
},
"verify": {
"message": "確認",
"description": "data/index.html"
},
"version": {
"message": "バージョン",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "via",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "会話をもっと表示",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "お友達になりたい",
"description": "data/index.html"
},
"weakness": {
"message": "残弾残りわずか",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "ウェブ",
"description": "data/js/ui.template.js"
},
"website": {
"message": "ウェブサイト",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "ヒント",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "単語1, 単語2",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "詳細をここに記述してください",
"description": "data/index.html"
},
"written_by": {
"message": "作者",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "このユーザーにフォローされています",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "フォローしています",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "友達です",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "お互いフォローしていません",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "ビューがありません",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "上にある追加ボタンをクリックして1つ以上のビューを追加してください",
"description": "data/index.html"
},
"your_profile": {
"message": "あなたのプロファイル",
"description": "data/index.html"
}
}
Hotot-0.9.8.14/data/_locales/ja/timestring.js 0000664 0000000 0000000 00000004123 12142171256 0020660 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : japanese (ja)
// author : LI Long : https://github.com/baryon
(function () {
var lang = {
months : "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
monthsShort : "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
weekdays : "日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),
weekdaysShort : "日_月_火_水_木_金_土".split("_"),
weekdaysMin : "日_月_火_水_木_金_土".split("_"),
longDateFormat : {
LT : "Ah時m分",
L : "YYYY/MM/DD",
LL : "YYYY年M月D日",
LLL : "YYYY年M月D日LT",
LLLL : "YYYY年M月D日LT dddd"
},
meridiem : function (hour, minute, isLower) {
if (hour < 12) {
return "午前";
} else {
return "午後";
}
},
calendar : {
sameDay : '[今日] LT',
nextDay : '[明日] LT',
nextWeek : '[来週]dddd LT',
lastDay : '[昨日] LT',
lastWeek : '[前週]dddd LT',
sameElse : 'L'
},
relativeTime : {
future : "%s後",
past : "%s前",
s : "数秒",
m : "1分",
mm : "%d分",
h : "1時間",
hh : "%d時間",
d : "1日",
dd : "%d日",
M : "1ヶ月",
MM : "%dヶ月",
y : "1年",
yy : "%d年"
},
ordinal : function (number) {
return '';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('ja', lang);
}
}());
Hotot-0.9.8.14/data/_locales/lv/ 0000775 0000000 0000000 00000000000 12142171256 0016164 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/lv/messages.json 0000664 0000000 0000000 00000074031 12142171256 0020673 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "Par",
"description": "data/index.html"
},
"about_and_help": {
"message": "Par un palīdzība",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Piekļuves kods neeksistē",
"description": "data/index.html"
},
"action": {
"message": "Darbība",
"description": "data/index.html"
},
"add": {
"message": "Pievienot",
"description": "data/index.html"
},
"add_new_views": {
"message": "Pievienot jaunus skatus",
"description": "data/index.html"
},
"add_to_list": {
"message": "Pievienot sarakstam",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Papildu",
"description": "data/index.html"
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "API bāze",
"description": "data/index.html"
},
"api_setting": {
"message": "API iestatījumi",
"description": "data/index.html"
},
"archive": {
"message": "Arhīvs",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Slepkavu Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Autentifikācija izdevās!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Autors",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Automātiski pieteikties pēc atvēršanas",
"description": "data/index.html"
},
"behavior": {
"message": "Uzvedība",
"description": "data/index.html"
},
"bio": {
"message": "Bio",
"description": "data/index.html"
},
"block": {
"message": "Bloķēt",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Asiņainā Mērija",
"description": "data/index.html"
},
"cancel": {
"message": "Atcelt",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Nevar autentificēt jūsu datus! Lūdzu, pārbaudiet savu lietotājvārdu/paroli un API bāzi",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Simbos `@` nav atļauts kā profila prefikss",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Notīrīt",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Notīrīt un aizvērt",
"description": "data/index.html"
},
"clear_token": {
"message": "Notīrīt piekļuves kodu",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Noklikšķiniet MANI, lai turpinātu",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Noklikšķiniet zemāk esošo pogu",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Noklikšķiniet, lai rakstītu ziņu",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Noklikšķiniet, lai skatītu",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Noklikšķiniet, lai apskatītu retvītotājus",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Aizvērt",
"description": "data/index.html"
},
"close_current_column": {
"message": "Aizvērt pašreizējo kolonnu",
"description": "data/index.html"
},
"compose": {
"message": "Rakstīt",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Nokopējiet PIN kodu un ielīmējiet zemāk esošajā lauciņā",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Iekopēt starpliktuvē",
"description": "date/index.html"
},
"create_a_list": {
"message": "Izveidot sarakstu",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Veidotāji",
"description": "data/index.html"
},
"cuddly": {
"message": "Mīksts",
"description": "data/index.html"
},
"custom_font": {
"message": "",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Noklusētais attēlu serviss",
"description": "data/index.html"
},
"delete": {
"message": "Izdzēst",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Izdzēst šo tvītu",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Veiksmīgi iznīcināts!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Melnraksti",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Ievelciet attēlu šeit",
"description": "data/index.html"
},
"drop": {
"message": "Piliens",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Rediģēt",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Ieslēgt",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Ieslēgt detalizēto režīmu",
"description": "data/index.html"
},
"errors": {
"message": "Kļūdas",
"description": "data/index.html"
},
"examples": {
"message": "Piemēri",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Iziet no Hotot, kad aizver logu",
"description": "data/index.html"
},
"extensions": {
"message": "Paplašinājumi",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Fav./Atfav.",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Favorīto šo tvītu ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Fav.",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Favorītu skats",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Filtrēt šāda veida tvītus",
"description": "data/index.html"
},
"find": {
"message": "Atrast",
"description": "data/index.html"
},
"fine": {
"message": "Labi",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "Pirmā reizi, kad piesakās tviterim",
"description": "data/index.html"
},
"follow": {
"message": "Sekot",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Sekot @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Sekotājs",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Sekotāji",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Fonts",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "Glāžšķūņa rūķīši dzērumā čiepj Baha koncertflīģeļu vākus.",
"description": "data/index.html"
},
"font_size": {
"message": "Fonta izmērs",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Draugs",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Draugi",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Globālie",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "Jums JĀRESTARTĒ Hotot, lai zemāk minētās izmaiņas varētu sākt darboties. Šīs izmaiņas ietekmēs VISUS kontus",
"description": "data/index.html"
},
"greeting": {
"message": "Sveicieni!",
"description": "data/index.html"
},
"help": {
"message": "Palīdzība",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Hei, tas esi Tu!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Slēptie, tumšie prāti",
"description": "data/index.html"
},
"home_timeline": {
"message": "Sākuma laika līnija",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Sākuma skats",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Attēlu augšupielādētājs",
"description": "data/index.html"
},
"info": {
"message": "INFO",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Ielikt smaidiņu",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Gundrais filtrs",
"description": "data/index.html"
},
"interface_language": {
"message": "Saskarsmes valoda",
"description": "data/index.html"
},
"join": {
"message": "Apvienot",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Vienkārši nevar pārtraukt par to domāt",
"description": "data/index.html"
},
"keyboard": {
"message": "Tastatūra",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Tastatūras īsceļi",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Kismet ugunsmūris",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismet palīgs",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "BRĪDINĀJUMS: Tvīti, kuriem ir sekojošais atribūts, neparādīsies laika līnijā.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Birka ar krāsu",
"description": "data/index.html"
},
"language": {
"message": "Valoda",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Ļaut Hotot ievākt anonīmu statistikas informāciju",
"description": "data/index.html"
},
"license": {
"message": "Licence",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "Saraksts",
"description": "data/index.html"
},
"listed_cnt": {
"message": "Pievienots sarakstam",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Saraksti",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Saraksti, kuri seko lietotājam",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Lietotāja saraksti",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Ielādē ... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Ielādē resursus ...",
"description": "data/index.html"
},
"location": {
"message": "Atrašanās vieta",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Atzīmēt izdzēstos tvītus",
"description": "data/index.html"
},
"mask": {
"message": "Maska",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Pieminējums",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Pieminējumi",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Pieminējumu skats",
"description": "data/index.html"
},
"messages": {
"message": "Ziņas",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Ziņu skats",
"description": "data/index.html"
},
"more_actions": {
"message": "Vairāk",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Pāriet uz apakšu",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Pāriet uz nāk. tvītu",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Pāriet uz iepr. tvītu",
"description": "data/index.html"
},
"move_to_top": {
"message": "Pāriet uz augšu",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Skaņas filtrs",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "Mani favorīti",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "Mans ceļojums uz jūras zvaigznēm",
"description": "data/index.html"
},
"my_power": {
"message": "Mans spēks",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Nosaukums",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Gandrīz miris",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Savienojuma kļūda! Lūdzu, vēlāk mēģiniet vēlreiz.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "Tika izveidots jauns profils!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Nākamais",
"description": "data/index.html"
},
"no_extension": {
"message": "Nav paplašinājumu",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Paziņojums",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth bāze",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Oficiāli retvītot šo tvītu",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "Labi",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Ups, radās savienojuma kļūda",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Ups, radās API kļūda!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Atvērt sarakstu ...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Atvērt profilu ...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Atvērt pirmo saiti",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Atvērt audio saiti",
"description": "data/index.html"
},
"options": {
"message": "Opcijas",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Vai nokopējiet adresi un atveriet savā pārlūkprogrammā.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Panda uzvedas piemīlīgi",
"description": "data/index.html"
},
"password": {
"message": "",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Ielīmēt no starpliktuves",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN kods",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "lūdzu, ievadiet saņēmēju!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Lūdzu, ievadiet profila prefiksu",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "",
"description": "data/index.html"
},
"post_successfully": {
"message": "Veiksmīgi nosūtīts!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Sūta ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Spēcīgs",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Iestatījumi",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Pārlādēt pēdējos tvītus sarakstēs, ja iespējams.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Skaistā sieva",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Priekšskatīt iegultos elementus",
"description": "data/index.html"
},
"preview_here": {
"message": "Priekšskatīt šeit",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Profils",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Autentifikācija",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "Ātrās atsauces",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Iziet no Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Citēt",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Attiecība",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Pārlādēt",
"description": "data/index.html"
},
"reply": {
"message": "Atbildēt",
"description": "data/index.html"
},
"reply_all": {
"message": "Atbildēt visiem",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Komentēt šo tvītu",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "atbildēt",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Ziņot par spamu",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Atiestatīt laiku",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Atjaunot noklusējumus",
"description": "data/index.html"
},
"retweet": {
"message": "Retvītot",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retvītot/Neretvītot",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Veiksmīgi retvītots!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Retvītojis",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retvīto ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retvīti",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Retvītu skats",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT šo tvītu",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Nosacījums",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Nosacījumu filtrs",
"description": "data/index.html"
},
"rule_editor": {
"message": "Nosacījumu redaktors",
"description": "data/index.html"
},
"rule_name": {
"message": "Nosacījuma nosaukums",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Tāda pati pieteikšanās API bāze",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Tāda pati pieteikšanās OAuth bāze",
"description": "data/index.html"
},
"save": {
"message": "Saglabāt",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Saglabāt kā melnrakstu",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Šizofrēnija",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Meklēt",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Meklēšanas API bāze",
"description": "data/index.html"
},
"search_in_google": {
"message": "Meklēt @ Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Meklēt @ tviterī",
"description": "data/index.html"
},
"search_view": {
"message": "Meklēšanas skati",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Izvēlieties noklusēto attēlu servisu",
"description": "data/index.html"
},
"select_a_language": {
"message": "Izvēlieties valodu",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Izvēlieties darbību",
"description": "data/index.html"
},
"select_fields": {
"message": "Izvēlieties laukus",
"description": "data/index.html"
},
"send_message": {
"message": "Nosūtīt ziņu",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Nosūtīt viņiem ziņu",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Vecie labie laiki pirms kāzām",
"description": "data/index.html"
},
"shortcuts": {
"message": "Īsceļi",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Pieslēdzas ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Atslēgties",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Pāriet uz nāk. lapu",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Pāriet uz iepr. lapu",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Radās dažas kļūdas",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Sākt minimizētu",
"description": "data/index.html"
},
"stat": {
"message": "STAT",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Ziņa satur vairāk nekā 140 rakstzīmes!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Solis 1",
"description": "data/index.html"
},
"step_two": {
"message": "Solis 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Dēkaiņi",
"description": "data/index.html"
},
"successfully": {
"message": "Veiksmīgi",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Izsaukt Hotot (piemēram: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Ādiņas",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Šis profils var jau eksistēt!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Ticiāna elegance",
"description": "data/index.html"
},
"to": {
"message": "",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "Līdz aukstajam skaistumam",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "",
"description": "data/index.html"
},
"tranquil": {
"message": "Rāms",
"description": "data/index.html"
},
"transparent": {
"message": "Caurspīdīgs",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tvīts",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Tvītu skats",
"description": "data/index.html"
},
"tweets": {
"message": "Tvīti",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Atfavorītot šo tvītu ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Atbloķēt",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Atsaukt retvītošanu ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Veiksmīgi atsaukts!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Atsekot @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Atjaunot",
"description": "data/index.html"
},
"update_successfully": {
"message": "Veiksmīgi atjaunots!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Atjauno ...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Augšupielādēt",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Augšupielādes API bāze",
"description": "data/index.html"
},
"upload_photo": {
"message": "Augšupielādēt attēlu.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Augšupielādēt uz ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL saīsinātājs",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Izmantot pielāgotu fontu",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Izmantot CITĒT kā noklušeto retvītošanas darbību",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Izmantot ATBILDĒT VISIEM kā noklusēto atbildēšanas darbību",
"description": "data/index.html"
},
"username": {
"message": "",
"description": "data/index.html"
},
"verify": {
"message": "Pārbaudīt",
"description": "data/index.html"
},
"version": {
"message": "Versija",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "izmantojot",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Skatīt plašāku saraksti",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virušu integritāte",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Vēlaties attiecības ar",
"description": "data/index.html"
},
"weakness": {
"message": "Vājums",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Tīmeklis",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Mājas lapa",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Balss",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "You are followed by them.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Jūs sekojat",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Jūs esat draugi.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Jūs nesekojat viens otram.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/nl/ 0000775 0000000 0000000 00000000000 12142171256 0016154 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/nl/messages.json 0000664 0000000 0000000 00000073664 12142171256 0020676 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "Over",
"description": "data/index.html"
},
"about_and_help": {
"message": "Info & Help",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Toegangstoken bestaat niet",
"description": "data/index.html"
},
"action": {
"message": "Actie",
"description": "data/index.html"
},
"add": {
"message": "Toevoegen",
"description": "data/index.html"
},
"add_new_views": {
"message": "Nieuwe weergave toevoegen",
"description": "data/index.html"
},
"add_to_list": {
"message": "Voeg toe aan lijst",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Geavanceerd",
"description": "data/index.html"
},
"animation": {
"message": "Animatie",
"description": "data/index.html"
},
"api_base": {
"message": "API-basis",
"description": "data/index.html"
},
"api_setting": {
"message": "API-instellingen",
"description": "data/index.html"
},
"archive": {
"message": "Archief",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Assassin's Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Inloggen gelukt!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Auteur",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Automatisch inloggen na starten",
"description": "data/index.html"
},
"behavior": {
"message": "Gedrag",
"description": "data/index.html"
},
"bio": {
"message": "Bio",
"description": "data/index.html"
},
"block": {
"message": "Blokkeer",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "Annuleren",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Het inloggen lukt niet! Controleer je gebruikersnaam, wachtwoord en API-instellingen",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Het @-teken is niet toegestaan als profiel-voorvoegsel",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Chrome contextmenu intregratie",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Wissen",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Wissen & sluiten",
"description": "data/index.html"
},
"clear_token": {
"message": "Clear token",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Klik hier om verder te gaan",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Klik op de knop hieronder",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Klik om een bericht op te stellen",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Klik om te bekijken",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Klik om retweets te zien",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Sluiten",
"description": "data/index.html"
},
"close_current_column": {
"message": "Sluit huidige kolom",
"description": "data/index.html"
},
"compose": {
"message": "Opstellen",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Kopieer de PIN-code en plak deze in het veld hieronder",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Kopieer naar klembord",
"description": "date/index.html"
},
"create_a_list": {
"message": "Maak een lijst",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Credits",
"description": "data/index.html"
},
"cuddly": {
"message": "Cuddly",
"description": "data/index.html"
},
"custom_font": {
"message": "Aangepast lettertype",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Standaard fotodienst",
"description": "data/index.html"
},
"delete": {
"message": "Verwijder",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Verwijder deze tweet",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Succesvol vernietigd!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "Doneer",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Concepten",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Sleep hier een foto naar toe",
"description": "data/index.html"
},
"drop": {
"message": "Neerzetten",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Bewerken",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "bijv. -H",
"description": "data/index.html"
},
"enable": {
"message": "Inschakelen",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "Animaties inschakelen",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "GPU-acceleratie inschakelen",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Enable Verbose Mode",
"description": "data/index.html"
},
"errors": {
"message": "Fouten",
"description": "data/index.html"
},
"examples": {
"message": "Voorbeelden",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Hotot afsluiten wanneer venster wordt gesloten",
"description": "data/index.html"
},
"extensions": {
"message": "Uitbreidingen",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Favorited/Unfavorited",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Voeg tweet toe aan favorieten...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Favs",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Favorietenweergave",
"description": "data/index.html"
},
"fellowship": {
"message": "Fellowship",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Filter tweets als deze",
"description": "data/index.html"
},
"find": {
"message": "Zoek",
"description": "data/index.html"
},
"fine": {
"message": "Fine",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "First time to sign in with Twitter",
"description": "data/index.html"
},
"follow": {
"message": "Volgen",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Volg @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Volger",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Volgers",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Lettertype",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "Pa's wijze lynx bezag vroom het fikse aquaduct.",
"description": "data/index.html"
},
"font_size": {
"message": "Lettergrootte",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Vriend",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Vrienden",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Globaal",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "Je MOET Hotot herstarten om een aantal instellingen hieronder van toepassing te laten zijn. En deze aanpassingen betreffen ALLE accounts",
"description": "data/index.html"
},
"greeting": {
"message": "Groetjes!",
"description": "data/index.html"
},
"help": {
"message": "Help",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Hee, jij bent het!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Verborgen donkere geesten",
"description": "data/index.html"
},
"home_timeline": {
"message": "Starttimeline",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Startweergave",
"description": "data/index.html"
},
"host": {
"message": "Gast",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Afbeeldingsuploader",
"description": "data/index.html"
},
"info": {
"message": "INFO",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Smiley invoegen",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Intelligent filter",
"description": "data/index.html"
},
"interface_language": {
"message": "Interfacetaal",
"description": "data/index.html"
},
"join": {
"message": "Meedoen",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Ik kan niet stoppen met hierover nadenken",
"description": "data/index.html"
},
"keyboard": {
"message": "Toetsenbord",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Sneltoetsen",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Kismet Firewall",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismetgids",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "WAARSCHUWING: Tweets met de volgende attributen verschijnen niet in je timeline.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Label met kleur",
"description": "data/index.html"
},
"language": {
"message": "Taal",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Laat Hotot anonieme statistieken verzamelen",
"description": "data/index.html"
},
"license": {
"message": "Licentie",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "Regelhoogte",
"description": "data/index.html"
},
"list": {
"message": "Lijst",
"description": "data/index.html"
},
"listed_cnt": {
"message": "In lijst",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Lijsten",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Lijsten die hen volgen",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Lijsten van hen",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Laden... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Bronnen worden geladen...",
"description": "data/index.html"
},
"location": {
"message": "Locatie",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Markeer verwijderde tweets",
"description": "data/index.html"
},
"mask": {
"message": "Maskeer",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Mention",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Mentions",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Mentions-weergave",
"description": "data/index.html"
},
"messages": {
"message": "Berichten",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Berichtenweergave",
"description": "data/index.html"
},
"more_actions": {
"message": "Meer",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Verplaats naar beneden",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Verplaats naar volgende tweet",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Verplaats naar vorige tweet",
"description": "data/index.html"
},
"move_to_top": {
"message": "Verplaats naar boven",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Dempfilter",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "Mijn favorieten",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "My journey is to the sea of stars",
"description": "data/index.html"
},
"my_power": {
"message": "My Power",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Naam",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Nearly Dead",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Netwerkfout! Probeer het later nog eens.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "New profile has been created!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Volgende",
"description": "data/index.html"
},
"no_extension": {
"message": "Geen extensie",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Melden",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth-basis",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Retweet deze tweet officieel",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Oeps, er trad een netwerkfout op!",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Oeps, er trad een API-fout op!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Open een lijst...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Open een profiel...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Open eerste link",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Open speakerlink",
"description": "data/index.html"
},
"options": {
"message": "Opties",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Of kopieer het adres en open het in je browser.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Panda acts cute",
"description": "data/index.html"
},
"password": {
"message": "Wachtwoord",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Plak van klembord",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN-code",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "Vul de ontvanger in!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Voer een profielvoorvoegsel in",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "Poort",
"description": "data/index.html"
},
"post_successfully": {
"message": "Succesvol geplaatst!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Plaatsen...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Krachtig",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Voorkeuren",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Laatste tweets in conversatie alvast laden (indien mogelijk).",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Pretty wife",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Voorbeeld tonen van ingebedde media",
"description": "data/index.html"
},
"preview_here": {
"message": "Voorbeeld hier",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Profiel",
"description": "data/index.html"
},
"profile_name": {
"message": "Profielnaam",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "Proxy",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Authenticatie",
"description": "data/index.html"
},
"proxy_host": {
"message": "Proxyserver",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "HTTP-proxy",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "Geen proxy",
"description": "data/index.html"
},
"proxy_port": {
"message": "Proxypoort",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "SOCKS-proxy",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "Systeemproxy",
"description": "data/index.html"
},
"quick_references": {
"message": "Quick References",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Sluit Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Citeer",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Relatie",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Herladen",
"description": "data/index.html"
},
"reply": {
"message": "Antwoorden",
"description": "data/index.html"
},
"reply_all": {
"message": "Iedereen antwoorden",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Beantwoord deze tweet",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "antwoord naar",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Rapporteer spam",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Tijd resetten",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Standaardinstellingen herstellen",
"description": "data/index.html"
},
"retweet": {
"message": "Retweet",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retweeten/Unretweet",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Retweet succesvol!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Geretweet door",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retweeten...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retweets",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Retweetsweergave",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT deze tweet",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Regel",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Regelgebaseerd filter",
"description": "data/index.html"
},
"rule_editor": {
"message": "Regelbewerken",
"description": "data/index.html"
},
"rule_name": {
"message": "Regelnaam",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Gelijke signing-API-basis",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Gelijke signing-OAuth-basis",
"description": "data/index.html"
},
"save": {
"message": "Opslaan",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Opslaan als concept",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizophrenia",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Zoeken",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Basis zoek-API",
"description": "data/index.html"
},
"search_in_google": {
"message": "Zoek @ in Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Zoek @ in Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Searchweergave",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Selecteer een standaard afbeeldingsdienst",
"description": "data/index.html"
},
"select_a_language": {
"message": "Selecteer een taal",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Selecteer acties",
"description": "data/index.html"
},
"select_fields": {
"message": "Selecteer velden",
"description": "data/index.html"
},
"send_message": {
"message": "Stuur bericht",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Stuur bericht naar hen",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Shiny old times before marriage",
"description": "data/index.html"
},
"shortcuts": {
"message": "Snelkoppeingen",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Inloggen...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Log uit",
"description": "data/index.html"
},
"signing_api_base": {
"message": "Signing API Base",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "Signing OAuth Base",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Schuif naar volgende pagina",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Schuif naar vorige pagina",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Er trad een fout op",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Start geminimaliseerd",
"description": "data/index.html"
},
"stat": {
"message": "STAT",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Bericht is meer dan 140 karakters!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Stap 1",
"description": "data/index.html"
},
"step_two": {
"message": "Stap 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Struggling Adventurers",
"description": "data/index.html"
},
"successfully": {
"message": "Succesvol",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Roep Hotot (zoals: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Thema's",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Dit profiel kan al bestaan!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "Naar",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "Toggle Conversation",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Transparent",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tweet",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Tweetweergave",
"description": "data/index.html"
},
"tweets": {
"message": "Tweets",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "Type of sleep hier een foto naar toe",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Unfavorite this tweet...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Deblokkeren",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Retweeten ongedaan maken ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Ongedaan maken succesvol!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "Ontvolgen",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Ontvolg @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Update",
"description": "data/index.html"
},
"update_successfully": {
"message": "Succesvol bijgewerkt!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Bijwerken...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Uploaden",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Basis upload-API",
"description": "data/index.html"
},
"upload_photo": {
"message": "Foto uploaden.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Uploaden naar...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL-afkorter",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Gebruik aangepast lettertype",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Gebruik CITEREN als standaard retweetactie",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Gebruik IEDEREEN BEANTWOORDEN als standaard antwoordactie",
"description": "data/index.html"
},
"username": {
"message": "Gebruikersnaam",
"description": "data/index.html"
},
"verify": {
"message": "Controleer",
"description": "data/index.html"
},
"version": {
"message": "Versie",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "via",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Bekijk rest converatie",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Wanna have a relationship with",
"description": "data/index.html"
},
"weakness": {
"message": "Zwakte",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Web",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Website",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Psst",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "Je wordt gevolgd door hen.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Je volgt.",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Jullie zijn vrienden.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Jullie volgen elkaar niet.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/nl/timestring.js 0000664 0000000 0000000 00000004533 12142171256 0020704 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : dutch (nl)
// author : Joris Röling : https://github.com/jjupiter
(function () {
var monthsShortWithDots = "jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_");
var monthsShortWithoutDots = "jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_");
var lang = {
months : "januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),
monthsShort : function (m, format) {
if (/-MMM-/.test(format)) {
return monthsShortWithoutDots[m.month()];
} else {
return monthsShortWithDots[m.month()];
}
},
weekdays : "zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),
weekdaysShort : "zo._ma._di._wo._do._vr._za.".split("_"),
weekdaysMin : "Zo_Ma_Di_Wo_Do_Vr_Za".split("_"),
longDateFormat : {
LT : "HH:mm",
L : "DD-MM-YYYY",
LL : "D MMMM YYYY",
LLL : "D MMMM YYYY LT",
LLLL : "dddd D MMMM YYYY LT"
},
calendar : {
sameDay: '[Vandaag om] LT',
nextDay: '[Morgen om] LT',
nextWeek: 'dddd [om] LT',
lastDay: '[Gisteren om] LT',
lastWeek: '[afgelopen] dddd [om] LT',
sameElse: 'L'
},
relativeTime : {
future : "over %s",
past : "%s geleden",
s : "een paar seconden",
m : "één minuut",
mm : "%d minuten",
h : "één uur",
hh : "%d uur",
d : "één dag",
dd : "%d dagen",
M : "één maand",
MM : "%d maanden",
y : "één jaar",
yy : "%d jaar"
},
ordinal : function (number) {
return (number === 1 || number === 8 || number >= 20) ? 'ste' : 'de';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('nl', lang);
}
}());
Hotot-0.9.8.14/data/_locales/pl_PL/ 0000775 0000000 0000000 00000000000 12142171256 0016551 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/pl_PL/messages.json 0000664 0000000 0000000 00000073253 12142171256 0021265 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "O programie",
"description": "data/index.html"
},
"about_and_help": {
"message": "O programie & Pomoc",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Token dostępu nie istnieje",
"description": "data/index.html"
},
"action": {
"message": "Akcja",
"description": "data/index.html"
},
"add": {
"message": "Dodaj",
"description": "data/index.html"
},
"add_new_views": {
"message": "Dodaj nowe widoki",
"description": "data/index.html"
},
"add_to_list": {
"message": "Dodaj do listy",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Zaawansowane",
"description": "data/index.html"
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": "data/index.html"
},
"api_setting": {
"message": "Ustawienia API",
"description": "data/index.html"
},
"archive": {
"message": "Archiwizuj",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Assassin's Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Uwierzytelnianie OK!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Autor",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "",
"description": "data/index.html"
},
"behavior": {
"message": "Zachowanie",
"description": "data/index.html"
},
"bio": {
"message": "O mnie",
"description": "data/index.html"
},
"block": {
"message": "Blokuj",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "Anuluj",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Nie mogę Cię uwierzytelnić! Sprawdź swoją nazwę użytkownika/hasło i API Base",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Znak `@` nie jest dozwolony w prefiksie profilu",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Wyczyść",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Wyczyść i zamknij",
"description": "data/index.html"
},
"clear_token": {
"message": "Wyczyść token",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Kliknij mnie aby kontynuować",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Kliknij przycisk poniżej",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Kliknij aby utworzyć wiadomość",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Kliknij aby pokazać",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Kliknij aby pokazać przesyłających dalej",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Zamknij",
"description": "data/index.html"
},
"close_current_column": {
"message": "",
"description": "data/index.html"
},
"compose": {
"message": "Utwórz ćwierknięcie",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Skopiuj kod PIN i wklej go do poniższego okna",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Skopiuj do schowka",
"description": "date/index.html"
},
"create_a_list": {
"message": "Utwórz listę",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Podziękowania",
"description": "data/index.html"
},
"cuddly": {
"message": "Cuddly",
"description": "data/index.html"
},
"custom_font": {
"message": "",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Domyślny hosting obrazków",
"description": "data/index.html"
},
"delete": {
"message": "Usuń",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Usuń to ćwierknięcie",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Zniszczono pomyślnie!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Szkice",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Przeciągnij zdjęcie tutaj",
"description": "data/index.html"
},
"drop": {
"message": "Odrzuć",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Edytuj",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Włącz",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Aktywuj tryb gadatliwy",
"description": "data/index.html"
},
"errors": {
"message": "Błędy",
"description": "data/index.html"
},
"examples": {
"message": "Przykłady",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Zamknij Hotot kiedy zamykasz okno",
"description": "data/index.html"
},
"extensions": {
"message": "Rozszerzenia",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Ulubione/Od-ulubione",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Dodaj to ćwierknięcie do ulubionych...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Ulubione",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Widok ulubionych",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "",
"description": "data/index.html"
},
"find": {
"message": "Znajdź",
"description": "data/index.html"
},
"fine": {
"message": "W porządku",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "",
"description": "data/index.html"
},
"follow": {
"message": "Śledź",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Śledź @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Śledzący",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Śledzący",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Czcionka",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "A niechaj narodowie wżdy postronni znają, iż Polacy nie gęsi, iż swój język mają.",
"description": "data/index.html"
},
"font_size": {
"message": "Rozmiar czcionki",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Przyjaciel",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Przyjaciele",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Ogólne",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "MUSISZ uruchomić Hotot ponownie aby poniższe zmiany odniosły skutek. Przeprowadzone zmiany zadziałają na WSZYSTKICH kontach",
"description": "data/index.html"
},
"greeting": {
"message": "Witaj!",
"description": "data/index.html"
},
"help": {
"message": "Pomoc",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Hej, to Ty!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Hidden dark minds",
"description": "data/index.html"
},
"home_timeline": {
"message": "Moja oś czasu",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Wstaw obrazek",
"description": "data/index.html"
},
"info": {
"message": "INFO",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Filtr inteligentny",
"description": "data/index.html"
},
"interface_language": {
"message": "Język interfejsu",
"description": "data/index.html"
},
"join": {
"message": "Dołącz",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Just can't stop thinking of here",
"description": "data/index.html"
},
"keyboard": {
"message": "Klawiatura",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Skróty klawiatury",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Zapora Kismet",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Poradnik Kismet",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "OSTRZEŻENIE: Ćwierknięcia z następującymi atrybutami nie pojawią się na Twojej osi czasu.",
"description": "data/index.html"
},
"label_with_color": {
"message": "",
"description": "data/index.html"
},
"language": {
"message": "Język",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "",
"description": "data/index.html"
},
"license": {
"message": "Licencja",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "",
"description": "data/index.html"
},
"listed_cnt": {
"message": "Wymienione",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Listy",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Lista śledzących ich",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Lista ich",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Ładowanie... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Ładowanie zasobów...",
"description": "data/index.html"
},
"location": {
"message": "Położenie",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "",
"description": "data/index.html"
},
"mask": {
"message": "Maska",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Wzmianka",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Wzmianki",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Widok wzmianek",
"description": "data/index.html"
},
"messages": {
"message": "Wiadomości",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Widok wiadomości",
"description": "data/index.html"
},
"more_actions": {
"message": "Więcej",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Przejdź do końca",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Przejdź do następnego ćwierknięcia",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Przejdź do poprzedniego ćwierknięcia",
"description": "data/index.html"
},
"move_to_top": {
"message": "Przejdź do początku",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Filtr wyciszający",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "Moje ulubione",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "My Journey is to the sea of stars",
"description": "data/index.html"
},
"my_power": {
"message": "Moja moc",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Nazwa",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Bliski śmierci",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Problem z siecią! Proszę spróbować później.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "Nowy profil został utworzony!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Następna",
"description": "data/index.html"
},
"no_extension": {
"message": "Brak rozszerzenia",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Powiadomienia",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Oficjalnie prześlij dalej to ćwierknięcie",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Ups, wystąpił problem z siecią",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Ups, wystąpił błąd API!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Otwórz listę...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Otwórz profil...",
"description": "data/index.html"
},
"open_first_link": {
"message": "",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "",
"description": "data/index.html"
},
"options": {
"message": "Opcje",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Lub skopiuj adres i otwórz go w swojej przeglądarce.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Panda acts cute",
"description": "data/index.html"
},
"password": {
"message": "",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Wklej ze schowka",
"description": "date/index.html"
},
"pin_code": {
"message": "kod PIN",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "proszę wprowadzić odbiorcę!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Proszę wprowadzić prefiks profilu",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "",
"description": "data/index.html"
},
"post_successfully": {
"message": "Napisano pomyślnie!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Pisanie...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Mocny",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Ustawienia",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Wstępnie wczytaj najnowsze ćwierknięcie do rozmowy jeśli to możliwe",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Pretty wife",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Podglądaj media osadzone",
"description": "data/index.html"
},
"preview_here": {
"message": "",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Profil",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Uwierzytelnianie",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "Szybkie odnośniki",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Zamknij Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Cytat",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Powiązanie",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Odśwież moją oś czasu",
"description": "data/index.html"
},
"reply": {
"message": "Odpowiedź",
"description": "data/index.html"
},
"reply_all": {
"message": "Odpowiedz wszystkim",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Odpowiedz na to ćwierknięcie",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "odpowiedz do",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Zgłoś spam",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Resetuj czas",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Przywróć domyślne",
"description": "data/index.html"
},
"retweet": {
"message": "Prześlij dalej",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Prześlij dalej/Nie przesyłaj dalej",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Pomyślnie przesłano dalej!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Przesłane dalej przez",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Przesyłanie dalej...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Przesłane dalej",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Widok przesłanych dalej",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT to ćwierknięcie",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Reguła",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Filtr oparty na regułach",
"description": "data/index.html"
},
"rule_editor": {
"message": "Edytor reguł",
"description": "data/index.html"
},
"rule_name": {
"message": "Nazwa reguły",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Taki sam jak API Base logowania",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Taki sam jak OAuth Base logowania",
"description": "data/index.html"
},
"save": {
"message": "Zapisz",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Zapisz jako szkic",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizophrenia",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Szukaj",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "API Base wyszukiwania",
"description": "data/index.html"
},
"search_in_google": {
"message": "Szukaj @ w Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Szukaj @ na Twitterze",
"description": "data/index.html"
},
"search_view": {
"message": "",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Wybierz domyślny hosting obrazków",
"description": "data/index.html"
},
"select_a_language": {
"message": "Wybierz język",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Wybierz akcje",
"description": "data/index.html"
},
"select_fields": {
"message": "Wybierz pola",
"description": "data/index.html"
},
"send_message": {
"message": "Wyślij wiadomość",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Wyślij do nich wiadomość",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Shiny old times before marriage",
"description": "data/index.html"
},
"shortcuts": {
"message": "Skróty klawiatury",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Logowanie...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Wyloguj się",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Przesuń do następnej strony",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Przesuń do poprzedniej strony",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Wystąpił jakiś błąd",
"description": "data/index.html"
},
"starts_minimized": {
"message": "",
"description": "data/index.html"
},
"stat": {
"message": "Statystyka",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Status zawiera więcej niż 140 znaków!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Krok 1",
"description": "data/index.html"
},
"step_two": {
"message": "Krok 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Struggling Adventurers",
"description": "data/index.html"
},
"successfully": {
"message": "Pomyślnie",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Przywołaj Hotot (jak: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Motyw",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Ten profil może już istnieć!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Transparent",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Ćwierknięcie",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Widok ćwierknięć",
"description": "data/index.html"
},
"tweets": {
"message": "Ćwierknięcia",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Usuń to ćwierknięcia z ulubionych...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Odblokuj",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Cofnij przesyłanie dalej...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Cofnięto pomyślnie!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Przestań śledzić @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Aktualizuj",
"description": "data/index.html"
},
"update_successfully": {
"message": "Zaktualizowano pomyślnie!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Aktualizacja...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Prześlij",
"description": "data/index.html"
},
"upload_api_base": {
"message": "API Base uploadu",
"description": "data/index.html"
},
"upload_photo": {
"message": "Wrzuć zdjęcie.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Wrzuć do...",
"description": "data/index.html"
},
"url_shortener": {
"message": "Skracacz adresów URL",
"description": "data/index.html"
},
"use_custom_font": {
"message": "",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Użyj CYTUJ jako domyślną akcję przesyłania dalej",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Użyj ODPOWIEDZ WSZYSTKIM jako domyślna akcja odpowiedzi",
"description": "data/index.html"
},
"username": {
"message": "",
"description": "data/index.html"
},
"verify": {
"message": "Weryfikuj",
"description": "data/index.html"
},
"version": {
"message": "Wersja",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "przez",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Zobacz więcej rozmowy",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Wanna have a relationship with",
"description": "data/index.html"
},
"weakness": {
"message": "Słaby",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Strona",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Strona",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Szepnięcie",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "Jesteś przez nich śledzony.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Śledzisz",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Jesteście przyjaciółmi.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Nie śledzicie się nawzajem.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/pl_PL/timestring.js 0000664 0000000 0000000 00000004742 12142171256 0021303 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : polish (pl)
// author : Rafal Hirsz : https://github.com/evoL
(function () {
var plural = function (n) {
return (n % 10 < 5) && (n % 10 > 1) && (~~(n / 10) !== 1);
},
translate = function (number, withoutSuffix, key) {
var result = number + " ";
switch (key) {
case 'm':
return withoutSuffix ? 'minuta' : 'minutę';
case 'mm':
return result + (plural(number) ? 'minuty' : 'minut');
case 'h':
return withoutSuffix ? 'godzina' : 'godzinę';
case 'hh':
return result + (plural(number) ? 'godziny' : 'godzin');
case 'MM':
return result + (plural(number) ? 'miesiące' : 'miesięcy');
case 'yy':
return result + (plural(number) ? 'lata' : 'lat');
}
},
lang = {
months : "styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),
monthsShort : "sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),
weekdays : "niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),
weekdaysShort : "nie_pon_wt_śr_czw_pt_sb".split("_"),
weekdaysMin : "N_Pn_Wt_Śr_Cz_Pt_So".split("_"),
longDateFormat : {
LT : "HH:mm",
L : "DD-MM-YYYY",
LL : "D MMMM YYYY",
LLL : "D MMMM YYYY LT",
LLLL : "dddd, D MMMM YYYY LT"
},
calendar : {
sameDay: '[Dziś o] LT',
nextDay: '[Jutro o] LT',
nextWeek: '[W] dddd [o] LT',
lastDay: '[Wczoraj o] LT',
lastWeek: '[W zeszły/łą] dddd [o] LT',
sameElse: 'L'
},
relativeTime : {
future : "za %s",
past : "%s temu",
s : "kilka sekund",
m : translate,
mm : translate,
h : translate,
hh : translate,
d : "1 dzień",
dd : '%d dni',
M : "miesiąc",
MM : translate,
y : "rok",
yy : translate
},
ordinal : function (number) {
return '.';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('pl_PL', lang);
}
}());
Hotot-0.9.8.14/data/_locales/pt_BR/ 0000775 0000000 0000000 00000000000 12142171256 0016551 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/pt_BR/messages.json 0000664 0000000 0000000 00000074123 12142171256 0021262 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "Sobre",
"description": "data/index.html"
},
"about_and_help": {
"message": "Sobre e ajuda",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Token de acesso não existe",
"description": "data/index.html"
},
"action": {
"message": "Ação",
"description": "data/index.html"
},
"add": {
"message": "Adicionar",
"description": "data/index.html"
},
"add_new_views": {
"message": "Adicionar novas visões",
"description": "data/index.html"
},
"add_to_list": {
"message": "Adicionar à lista",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Avançado",
"description": "data/index.html"
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "Base da API",
"description": "data/index.html"
},
"api_setting": {
"message": "Configuração da API",
"description": "data/index.html"
},
"archive": {
"message": "Arquivar",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Tango do assassino",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Autenticação OK!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Autor",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Conecte-se automaticamente ao abrir",
"description": "data/index.html"
},
"behavior": {
"message": "Comportamento",
"description": "data/index.html"
},
"bio": {
"message": "Biografia",
"description": "data/index.html"
},
"block": {
"message": "Bloquear",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "Cancelar",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Não foi possível te autenticar! Por favor verifique seu nome de usuário e senha ou Base da API",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "O carácter `@` não é permitido no prefixo do perfil",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Integração com o menu de contexto do Chrome",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Limpar",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Limpar e fechar",
"description": "data/index.html"
},
"clear_token": {
"message": "Limpar token",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Clique em mim para continuar",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Clique no botão abaixo",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Clique para escrever uma mensagem",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Clique para exibir",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Clique para exibir os retuitadores",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Fechar",
"description": "data/index.html"
},
"close_current_column": {
"message": "Fechar coluna atual",
"description": "data/index.html"
},
"compose": {
"message": "Compor",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Copie o código PIN e cole-o na caixa abaixo",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Copiar para área de transferência",
"description": "date/index.html"
},
"create_a_list": {
"message": "Crie uma lista",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Créditos",
"description": "data/index.html"
},
"cuddly": {
"message": "Fofinho",
"description": "data/index.html"
},
"custom_font": {
"message": "Fonte personalizada",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Serviço de imagens padrão",
"description": "data/index.html"
},
"delete": {
"message": "Remover",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Remova esse tuíte",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Removido com sucesso!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "Doe",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Rascunhos",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Arraste uma foto para cá",
"description": "data/index.html"
},
"drop": {
"message": "Descartar",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Editar",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Ativar",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Ativar o modo verboso",
"description": "data/index.html"
},
"errors": {
"message": "Erros",
"description": "data/index.html"
},
"examples": {
"message": "Exemplos",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Sair do Hotot quando fechar a janela",
"description": "data/index.html"
},
"extensions": {
"message": "Extensões",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Adicinar/remover dos favoritos",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Adicionando esse tuíte aos favoritos ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Favoritos",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Visão de favoritos",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Filtrar tuítes como esse",
"description": "data/index.html"
},
"find": {
"message": "Buscar",
"description": "data/index.html"
},
"fine": {
"message": "Bom",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "Primeira vez a se conectar ao Twitter",
"description": "data/index.html"
},
"follow": {
"message": "Seguir",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Seguir @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Seguidor",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Seguidores",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Fonte",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "The quick brown fox jumps over the lazy dog.",
"description": "data/index.html"
},
"font_size": {
"message": "Tamanho da fonte",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Amigo",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Amigos",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Global",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "Você deve reiniciar para que algumas alterações tenham efeito. E todas essas alterações irão afetar todas as contas",
"description": "data/index.html"
},
"greeting": {
"message": "Saudações!",
"description": "data/index.html"
},
"help": {
"message": "Ajuda",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Olha, esse é você!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Mentes obscuras escondidas",
"description": "data/index.html"
},
"home_timeline": {
"message": "Principal",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Visão principal",
"description": "data/index.html"
},
"host": {
"message": "Servidor",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Envio de imagens",
"description": "data/index.html"
},
"info": {
"message": "INFO",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Inserir smiley",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Filtro inteligente",
"description": "data/index.html"
},
"interface_language": {
"message": "Idioma da interface",
"description": "data/index.html"
},
"join": {
"message": "Associar-se",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Simplismente não consigo parar de pensar daqui",
"description": "data/index.html"
},
"keyboard": {
"message": "Teclado",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Atalhos de teclado",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Firewall Kismet",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Guia do Kismet",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "ATENÇÃO: Tuítes que tenha os seguintes atributos não aparecerão na sua timeline.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Rotular com cor",
"description": "data/index.html"
},
"language": {
"message": "Idioma",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Deixe que o Hotot colete informações estatísticas de forma anônima",
"description": "data/index.html"
},
"license": {
"message": "Licensa",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "Listar",
"description": "data/index.html"
},
"listed_cnt": {
"message": "Listado",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Listas",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Liste os que estão os seguindo",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Lista deles",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Carregando ... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Carregando recursos ...",
"description": "data/index.html"
},
"location": {
"message": "Local",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Marcar tuítes removidos",
"description": "data/index.html"
},
"mask": {
"message": "Máscara",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Mencione",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Menções",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Visão de menções",
"description": "data/index.html"
},
"messages": {
"message": "Mensagens",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Visão de mensagens",
"description": "data/index.html"
},
"more_actions": {
"message": "Mais",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Mover para baixo",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Mover para o próximo tuíte",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Mover para o tuíte anterior",
"description": "data/index.html"
},
"move_to_top": {
"message": "Mover para o topo",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Silenciar filtro",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "Meus favoritos",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "Minha jornada é para o mar de estrelas",
"description": "data/index.html"
},
"my_power": {
"message": "Meu poder",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Nome",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Praticamente morto",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Erro de rede! Por favor tente mais tarde.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "O novo perfil foi criado!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Próximo",
"description": "data/index.html"
},
"no_extension": {
"message": "Sem extensões",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Notificar",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "Base OAuth",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Retuíte esse tuíte",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Oops, ocorreu um erro de rede",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Oops, ocorreu um erro de API!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Abrir uma lista ...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Abrir um perfil ...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Abrir o primeiro link",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Abrir link de quem fala",
"description": "data/index.html"
},
"options": {
"message": "Opções",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Ou copie o endereço e abra-o no seu navegador.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Pandas são fofinhos",
"description": "data/index.html"
},
"password": {
"message": "Senha",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Colar da área de transferência",
"description": "date/index.html"
},
"pin_code": {
"message": "Código PIN",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "Por favor digite o destinatário!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Por favor digite um prefixo para o perfil",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "Porta",
"description": "data/index.html"
},
"post_successfully": {
"message": "Enviado com sucesso!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Enviando ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Poderoso",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Preferências",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Pre-carregar últimos tuítes numa conversa se for possível.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Esposa bonita",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Previsualizar uma mídia embebida",
"description": "data/index.html"
},
"preview_here": {
"message": "Pré-visualizar aqui",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Prefil",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Autenticação",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "Referências rápidas",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Encerrar o Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Citar",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Relacionamento",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Recarregar",
"description": "data/index.html"
},
"reply": {
"message": "Responder",
"description": "data/index.html"
},
"reply_all": {
"message": "Responder a todos",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Responder a esse tuíte",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "responder a",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Denunciar Spam",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Tempo de reset",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Restaurar configuração de fábrica",
"description": "data/index.html"
},
"retweet": {
"message": "Retweet",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retuitar/Remover retuíte",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Retuitado com sucesso!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Retuitado por",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retuitando ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retuítes",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Visão de retuítes",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT esse tuíte",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Regra",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Filtro baseado em regras",
"description": "data/index.html"
},
"rule_editor": {
"message": "Editor de regras",
"description": "data/index.html"
},
"rule_name": {
"message": "Nome da regra",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "A mesma API base de autenticação",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Mesma base de autenticação OAuth",
"description": "data/index.html"
},
"save": {
"message": "Salvar",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Salvar como rascunho",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizophrenia",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Busca",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Base da API de busca",
"description": "data/index.html"
},
"search_in_google": {
"message": "Pesquisar no Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Pesquisar no Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Visão de pesquisa",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Escolha um serviço de imagens padrão",
"description": "data/index.html"
},
"select_a_language": {
"message": "Escolha um idioma",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Escolha as ações",
"description": "data/index.html"
},
"select_fields": {
"message": "Escolha campos",
"description": "data/index.html"
},
"send_message": {
"message": "Enviar mensagem",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Enviar mensagem para eles",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Belos momentos antes do casamento",
"description": "data/index.html"
},
"shortcuts": {
"message": "Atalhos",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Conectar-se ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Deslogar-se",
"description": "data/index.html"
},
"signing_api_base": {
"message": "Base da API de conexão",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "Base da API de conexão OAuth",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Deslizar para a próxima página",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Deslizar para a página anterior",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Aconteceu algum erro",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Inicialize minimizado",
"description": "data/index.html"
},
"stat": {
"message": "STAT",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "A mensagem tem mais que 140 carácteres!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Passo 1",
"description": "data/index.html"
},
"step_two": {
"message": "Passo 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Lutando com aventureiros",
"description": "data/index.html"
},
"successfully": {
"message": "Sucesso",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Exibir Hotot (como: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Temas",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Esse perfil já existe!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Elegância do titã",
"description": "data/index.html"
},
"to": {
"message": "Para",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To cold beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "Alternar conversa",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquilo",
"description": "data/index.html"
},
"transparent": {
"message": "Transparente",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tweet",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Visão de tuítes",
"description": "data/index.html"
},
"tweets": {
"message": "Tweets",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Removendo tuíte dos favoritos ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Desbloquear",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Desfazendo retuíte ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Desfeito com sucesso!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "Deixar de seguir",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Deixar de seguir @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Atualizar",
"description": "data/index.html"
},
"update_successfully": {
"message": "Enviado com sucesso!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Atualizando ...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Envio",
"description": "data/index.html"
},
"upload_api_base": {
"message": "API base para upload",
"description": "data/index.html"
},
"upload_photo": {
"message": "Enviar foto.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Enviar para ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "Encurtador de URL",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Usar fonte personalizada",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Usar CITAR como ação de retuíte padrão",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Usar RESPONDER A TODOS como ação padrão de resposta",
"description": "data/index.html"
},
"username": {
"message": "Nome de usuário",
"description": "data/index.html"
},
"verify": {
"message": "Verificar",
"description": "data/index.html"
},
"version": {
"message": "Versão",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "via",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Ver mais dessa conversa",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Integridade de Virushou",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Quer ter um relacionamento com",
"description": "data/index.html"
},
"weakness": {
"message": "Fraqueza",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Web",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Website",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Whisper",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "Você é seguido por eles.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Você está seguindo.",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Vocês são amigos.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Vocês não estão seguindo um ao outro.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/pt_BR/timestring.js 0000664 0000000 0000000 00000004310 12142171256 0021272 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : brazilian portuguese (pt-br)
// author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira
(function () {
var lang = {
months : "Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),
monthsShort : "Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),
weekdays : "Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),
weekdaysShort : "Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),
weekdaysMin : "Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),
longDateFormat : {
LT : "HH:mm",
L : "DD/MM/YYYY",
LL : "D \\de MMMM \\de YYYY",
LLL : "D \\de MMMM \\de YYYY LT",
LLLL : "dddd, D \\de MMMM \\de YYYY LT"
},
calendar : {
sameDay: '[Hoje às] LT',
nextDay: '[Amanhã às] LT',
nextWeek: 'dddd [às] LT',
lastDay: '[Ontem às] LT',
lastWeek: function () {
return (this.day() === 0 || this.day() === 6) ?
'[Último] dddd [às] LT' : // Saturday + Sunday
'[Última] dddd [às] LT'; // Monday - Friday
},
sameElse: 'L'
},
relativeTime : {
future : "em %s",
past : "%s atrás",
s : "segundos",
m : "um minuto",
mm : "%d minutos",
h : "uma hora",
hh : "%d horas",
d : "um dia",
dd : "%d dias",
M : "um mês",
MM : "%d meses",
y : "um ano",
yy : "%d anos"
},
ordinal : function (number) {
return 'º';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('pt_BR', lang);
}
}());
Hotot-0.9.8.14/data/_locales/ru/ 0000775 0000000 0000000 00000000000 12142171256 0016171 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/ru/messages.json 0000664 0000000 0000000 00000103415 12142171256 0020677 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "О программе",
"description": "data/index.html"
},
"about_and_help": {
"message": "О программе и помощь",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Доступ к логину еще не существует",
"description": "data/index.html"
},
"action": {
"message": "Действие",
"description": "data/index.html"
},
"add": {
"message": "Добавить",
"description": "data/index.html"
},
"add_new_views": {
"message": "Добавить новые виды",
"description": "data/index.html"
},
"add_to_list": {
"message": "Добавить в список",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Расширенные",
"description": "data/index.html"
},
"animation": {
"message": "Анимация",
"description": "data/index.html"
},
"api_base": {
"message": "База API",
"description": "data/index.html"
},
"api_setting": {
"message": "Настройка API",
"description": "data/index.html"
},
"archive": {
"message": "Архив",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Танго убийцы",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Авторизация успешна",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Автор",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Автоматический вход после открытия",
"description": "data/index.html"
},
"behavior": {
"message": "Поведение",
"description": "data/index.html"
},
"bio": {
"message": "О себе",
"description": "data/index.html"
},
"block": {
"message": "Блокировать",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Кровавая маргарита",
"description": "data/index.html"
},
"cancel": {
"message": "Отмена",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Не можем вас авторизовать! Пожалуйста, проверьте ваш логин или пароль и базу API",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Символ `@` не может быть использован в префиксе профиля",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "Интеграция в меню Chrome",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Очистить",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Очистить и закрыть",
"description": "data/index.html"
},
"clear_token": {
"message": "Очистить профили",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Нажмите чтобы продолжить",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Нажмите на кнопку внизу",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Составить сообщение",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Нажмите чтобы увидеть",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Нажмите чтобы увидеть ретвиты",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Закрыть",
"description": "data/index.html"
},
"close_current_column": {
"message": "Закрыть текущую колонку",
"description": "data/index.html"
},
"compose": {
"message": "Отправить",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Скопируйте PIN-код и вставьте в поле ниже",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Копировать в буфер обмена",
"description": "date/index.html"
},
"create_a_list": {
"message": "Создать список",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Разработчики",
"description": "data/index.html"
},
"cuddly": {
"message": "Приятный",
"description": "data/index.html"
},
"custom_font": {
"message": "Свой шрифт",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Сервис фотохостинга по умолчанию",
"description": "data/index.html"
},
"delete": {
"message": "Удалить",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Удалить этот твит",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Удалено успешно",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "Пожертвовать",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "…",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Черновики",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Перетащите фото сюда",
"description": "data/index.html"
},
"drop": {
"message": "Пропустить",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Редактировать",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "e.g. H",
"description": "data/index.html"
},
"enable": {
"message": "Включено",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "Включить анимацию",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "Включить аппаратное ускорение",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Подробная информация",
"description": "data/index.html"
},
"errors": {
"message": "Ошибки",
"description": "data/index.html"
},
"examples": {
"message": "Примеры",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Выходить из Hotot при закрытии окна",
"description": "data/index.html"
},
"extensions": {
"message": "Расширения",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "В избранное/из избранного",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Добавить в избранное…",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Избранное",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Лента избранных",
"description": "data/index.html"
},
"fellowship": {
"message": "Братство",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Блокировать подобные твиты",
"description": "data/index.html"
},
"find": {
"message": "Найти",
"description": "data/index.html"
},
"fine": {
"message": "Хорошо",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "Первый вход при помощи Twitter",
"description": "data/index.html"
},
"follow": {
"message": "Читать",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Читать @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Читателей",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Читатели",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Шрифт",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "Любя, съешь щипцы, — вздохнёт мэр, — кайф жгуч.",
"description": "data/index.html"
},
"font_size": {
"message": "Размер шрифта",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Читает",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Читает",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Общие",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "Вы ДОЛЖНЫ перезапустить Hotot для того, чтобы включились некоторые эффекты. И все изменения повлияют для всех аккаунтов",
"description": "data/index.html"
},
"greeting": {
"message": "Приветствуем!",
"description": "data/index.html"
},
"help": {
"message": "Помощь",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Это вы!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Скрыть негативные отзывы",
"description": "data/index.html"
},
"home_timeline": {
"message": "Домашняя лента",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Домашняя лента",
"description": "data/index.html"
},
"host": {
"message": "Хост",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Загрузка изображения",
"description": "data/index.html"
},
"info": {
"message": "ИНФО",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Вставить смайлик",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Интеллектуальный фильтр",
"description": "data/index.html"
},
"interface_language": {
"message": "Язык интерфейса",
"description": "data/index.html"
},
"join": {
"message": "Присоединился(ась)",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Не могу перестать думать о ней",
"description": "data/index.html"
},
"keyboard": {
"message": "Клавиатура",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Горячие клавиши",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Файервол Kismet",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Помощник Kismet",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "ВНИМАНИЕ: Твиты, содержащие данный атрибут, не будут отображаться в ленте.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Метки с цветом",
"description": "data/index.html"
},
"language": {
"message": "Язык",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Позволить Hotot собирать анонимную статистику",
"description": "data/index.html"
},
"license": {
"message": "Лицензия",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "Высота строки",
"description": "data/index.html"
},
"list": {
"message": "Список",
"description": "data/index.html"
},
"listed_cnt": {
"message": "В списках",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Списки",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Значится в списках",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Его списки",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Загрузка… ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Загрузка ресурсов…",
"description": "data/index.html"
},
"location": {
"message": "Местоположение",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Помечать удаленные твиты",
"description": "data/index.html"
},
"mask": {
"message": "Маска",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Написать ему (ей)",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Упоминания",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Лента упоминаний",
"description": "data/index.html"
},
"messages": {
"message": "Сообщения",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Лента сообщений",
"description": "data/index.html"
},
"more_actions": {
"message": "Больше",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Перейти вниз",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Перейти к следующему твиту",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Перейти к предыдущему твиту",
"description": "data/index.html"
},
"move_to_top": {
"message": "Перейти наверх",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Выключить фильтры",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "Мои избранные",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "Мое путешествие к морю звезд",
"description": "data/index.html"
},
"my_power": {
"message": "Моя сила",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Имя",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Почти мертв",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Ошибка сети! Повторите попытку позже.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "Новый аккаунт был создан!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Следующий",
"description": "data/index.html"
},
"no_extension": {
"message": "Без расширений",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Уведомление",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "База OAuth",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "официально ретвитнуть этот твит",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Упс, произошла ошибка сети!",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Упс, произошла ошибка API!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Открыть список…",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Открыть профиль…",
"description": "data/index.html"
},
"open_first_link": {
"message": "Открыть первую ссылку",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Открыть профиль сказавшего",
"description": "data/index.html"
},
"options": {
"message": "Настройки",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "или скопируйте адрес и откройте в браузере.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Панда мило двигается",
"description": "data/index.html"
},
"password": {
"message": "Пароль",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Вставить из буфера",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN-код",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "Пожалуйста введите получателя!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Пожалуйста введите префикс профиля",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "Порт",
"description": "data/index.html"
},
"post_successfully": {
"message": "Отправлено успешно!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Отправляем…",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Мощный",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Настройки",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Предварительно загружать последние твиты в обсуждении, если возможно.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Приятная Жена",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Предварительный просмотр встроенного медиа",
"description": "data/index.html"
},
"preview_here": {
"message": "Предварительный просмотр тут",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Профиль",
"description": "data/index.html"
},
"profile_name": {
"message": "Имя профайла",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "Прокси-сервер",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Авторизация на прокси-сервере",
"description": "data/index.html"
},
"proxy_host": {
"message": "Хост прокси",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "HTTP-прокси",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "Нет",
"description": "data/index.html"
},
"proxy_port": {
"message": "Порт прокси-сервера",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "система",
"description": "data/index.html"
},
"quick_references": {
"message": "Быстрые ссылки",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Выйти из Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Цитировать",
"description": "data/index.html"
},
"read_later": {
"message": "Прочесть позже",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Связь",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Перезагрузка",
"description": "data/index.html"
},
"reply": {
"message": "Ответ",
"description": "data/index.html"
},
"reply_all": {
"message": "Ответить всем",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Ответить на этот твит",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "В ответ на",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Сообщить о спаме",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Сбросить время",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Восстановить значения по умолчанию",
"description": "data/index.html"
},
"retweet": {
"message": "Ретвит",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Ретвитнуть или отменить ретвит",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Ретвитнуто успешно!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Ретвитнуто",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Ретвитим…",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Ретвиты",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Лента ретвитов",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "Ретвитнуть этот твит",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Правило",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Фильтр на основе правил",
"description": "data/index.html"
},
"rule_editor": {
"message": "Редактирование правил",
"description": "data/index.html"
},
"rule_name": {
"message": "Имя правила",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Та же API база подписей",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Та же OAuth база подписей",
"description": "data/index.html"
},
"save": {
"message": "Сохранить",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Сохранить как черновик",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Шизофрения",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Поиск",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "API база поиска",
"description": "data/index.html"
},
"search_in_google": {
"message": "Поиск @ в Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Поиск @ в Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Лента поиска",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Выбрать фотохостинг по умолчанию",
"description": "data/index.html"
},
"select_a_language": {
"message": "Выбрать язык",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Выбрать действия",
"description": "data/index.html"
},
"select_fields": {
"message": "Пометить поля",
"description": "data/index.html"
},
"send_message": {
"message": "Отправить сообщение",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Личное сообщение",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Хорошие времена были перед браком",
"description": "data/index.html"
},
"shortcuts": {
"message": "Ярлыки",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Вход…",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Выйти",
"description": "data/index.html"
},
"signing_api_base": {
"message": "API база входов",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "OAuth база входов",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Перейти на следующую страницу",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Перейти на предыдущую страницу",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Произошла ошибка",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Запускать свернутым",
"description": "data/index.html"
},
"stat": {
"message": "СТАТ",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Статус более 140 символов!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Шаг 1",
"description": "data/index.html"
},
"step_two": {
"message": "Шаг 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Борющиеся авантюристы",
"description": "data/index.html"
},
"successfully": {
"message": "Успешно",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Вызов Hotot (Например: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Темы",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "Этот профиль уже существует!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Элегантность Тициана",
"description": "data/index.html"
},
"to": {
"message": "к",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "Слишком холодная красота",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "Переключение разговора",
"description": "data/index.html"
},
"tranquil": {
"message": "Спокойный",
"description": "data/index.html"
},
"transparent": {
"message": "Прозрачность",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Твитов",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Вид твитов",
"description": "data/index.html"
},
"tweets": {
"message": "Твиты",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "Выберите или перетащите фотографию сюда",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Убрать из избранного этот твит…",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Разблокировать",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Отменить ретвит…",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Отменено успешно!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "Не читать",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Перестать читать @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Обновить",
"description": "data/index.html"
},
"update_successfully": {
"message": "Обновлено успешно!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Обновление…",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Загрузить",
"description": "data/index.html"
},
"upload_api_base": {
"message": "API база загрузки",
"description": "data/index.html"
},
"upload_photo": {
"message": "Загрузить фото",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Загрузить на…",
"description": "data/index.html"
},
"url_shortener": {
"message": "Сокращение ссылок",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Использовать свой шрифт",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Использовать ЦИТАТУ твита как ретвит по умолчанию",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Использовать ОТВЕТ ВСЕМ как ответ по умолчанию",
"description": "data/index.html"
},
"username": {
"message": "Имя пользователя",
"description": "data/index.html"
},
"verify": {
"message": "Проверить",
"description": "data/index.html"
},
"version": {
"message": "Версия",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "С помощью",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "Посмотреть весь разговор",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Целостность Вирушоу",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Хотите иметь отношения с",
"description": "data/index.html"
},
"weakness": {
"message": "Слабость",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Веб",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Сайт",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Подсказка",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "Читает вас",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "Вы читаете",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "Вы друзья",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "Вы не читаете друг друга",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
}
Hotot-0.9.8.14/data/_locales/ru/timestring.js 0000664 0000000 0000000 00000012207 12142171256 0020716 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : russian (ru)
// author : Viktorminator : https://github.com/Viktorminator
(function () {
var pluralRules = [
function (n) { return ((n % 10 === 1) && (n % 100 !== 11)); },
function (n) { return ((n % 10) >= 2 && (n % 10) <= 4 && ((n % 10) % 1) === 0) && ((n % 100) < 12 || (n % 100) > 14); },
function (n) { return ((n % 10) === 0 || ((n % 10) >= 5 && (n % 10) <= 9 && ((n % 10) % 1) === 0) || ((n % 100) >= 11 && (n % 100) <= 14 && ((n % 100) % 1) === 0)); },
function (n) { return true; }
],
plural = function (word, num) {
var forms = word.split('_'),
minCount = Math.min(pluralRules.length, forms.length),
i = -1;
while (++i < minCount) {
if (pluralRules[i](num)) {
return forms[i];
}
}
return forms[minCount - 1];
},
relativeTimeWithPlural = function (number, withoutSuffix, key) {
var format = {
'mm': 'минута_минуты_минут_минуты',
'hh': 'час_часа_часов_часа',
'dd': 'день_дня_дней_дня',
'MM': 'месяц_месяца_месяцев_месяца',
'yy': 'год_года_лет_года'
};
if (key === 'm') {
return withoutSuffix ? 'минута' : 'минуту';
}
else {
return number + ' ' + plural(format[key], +number);
}
},
monthsCaseReplace = function (m, format) {
var months = {
'nominative': 'январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь'.split('_'),
'accusative': 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split('_')
},
nounCase = (/D[oD]? *MMMM?/).test(format) ?
'accusative' :
'nominative';
return months[nounCase][m.month()];
},
weekdaysCaseReplace = function (m, format) {
var weekdays = {
'nominative': 'воскресенье_понедельник_вторник_среда_четверг_пятница_суббота'.split('_'),
'accusative': 'воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу'.split('_')
},
nounCase = (/\[ ?[Вв] ?(?:прошлую|следующую)? ?\] ?dddd/).test(format) ?
'accusative' :
'nominative';
return weekdays[nounCase][m.day()];
},
lang = {
months : monthsCaseReplace,
monthsShort : "янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),
weekdays : weekdaysCaseReplace,
weekdaysShort : "вск_пнд_втр_срд_чтв_птн_сбт".split("_"),
weekdaysMin : "вс_пн_вт_ср_чт_пт_сб".split("_"),
longDateFormat : {
LT : "HH:mm",
L : "DD.MM.YYYY",
LL : "D MMMM YYYY г.",
LLL : "D MMMM YYYY г., LT",
LLLL : "dddd, D MMMM YYYY г., LT"
},
calendar : {
sameDay: '[Сегодня в] LT',
nextDay: '[Завтра в] LT',
lastDay: '[Вчера в] LT',
nextWeek: function () {
return this.day() === 2 ? '[Во] dddd [в] LT' : '[В] dddd [в] LT';
},
lastWeek: function () {
switch (this.day()) {
case 0:
return '[В прошлое] dddd [в] LT';
case 1:
case 2:
case 4:
return '[В прошлый] dddd [в] LT';
case 3:
case 5:
case 6:
return '[В прошлую] dddd [в] LT';
}
},
sameElse: 'L'
},
// It needs checking (adding) russian plurals and cases.
relativeTime : {
future : "через %s",
past : "%s назад",
s : "несколько секунд",
m : relativeTimeWithPlural,
mm : relativeTimeWithPlural,
h : "час",
hh : relativeTimeWithPlural,
d : "день",
dd : relativeTimeWithPlural,
M : "месяц",
MM : relativeTimeWithPlural,
y : "год",
yy : relativeTimeWithPlural
},
ordinal : function (number) {
return '.';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('ru', lang);
}
}());
Hotot-0.9.8.14/data/_locales/uk/ 0000775 0000000 0000000 00000000000 12142171256 0016162 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/uk/messages.json 0000664 0000000 0000000 00000072351 12142171256 0020674 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "О программі",
"description": "data/index.html"
},
"about_and_help": {
"message": "Допомога",
"description": "data/index.html"
},
"access_token_doesnt_exist": {
"message": "Доступ о логіну ще не створено",
"description": "data/index.html"
},
"action": {
"message": "Дія",
"description": "data/index.html"
},
"add": {
"message": "Додати",
"description": "data/index.html"
},
"add_new_views": {
"message": "Add new views",
"description": "data/index.html"
},
"add_to_list": {
"message": "Додати до списку",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "Advanced",
"description": "data/index.html"
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "База API",
"description": "data/index.html"
},
"api_setting": {
"message": "Налаштування API",
"description": "data/index.html"
},
"archive": {
"message": "Archive",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "Assassin's Tango",
"description": "data/index.html"
},
"authentication_ok": {
"message": "Authentication OK!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "Автор",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "Automatically sign in after opening",
"description": "data/index.html"
},
"behavior": {
"message": "Behavior",
"description": "data/index.html"
},
"bio": {
"message": "Bio",
"description": "data/index.html"
},
"block": {
"message": "Block",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "Bloody Marguerite",
"description": "data/index.html"
},
"cancel": {
"message": "Cancel",
"description": "data/index.html"
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "Cannot authenticate you! Please check your username/password and API Base",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "Character `@` is not allowed in profile prefix",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "Clear",
"description": "data/index.html"
},
"clear_and_close": {
"message": "Clear & Close",
"description": "data/index.html"
},
"clear_token": {
"message": "Clean token",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "Click Me to Continue",
"description": "data/index.html"
},
"click_the_button_below": {
"message": "Click the button below",
"description": "data/index.html"
},
"click_to_compose_message": {
"message": "Click to compose message",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "Click to show",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "Click to show retweeters",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "Close",
"description": "data/index.html"
},
"close_current_column": {
"message": "Close current column",
"description": "data/index.html"
},
"compose": {
"message": "Compose",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "Copy the PIN Code and paste it into the box below",
"description": "data/index.html"
},
"copy_to_clipboard": {
"message": "Copy into clipboard",
"description": "date/index.html"
},
"create_a_list": {
"message": "Create A List",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "Credits",
"description": "data/index.html"
},
"cuddly": {
"message": "Cuddly",
"description": "data/index.html"
},
"custom_font": {
"message": "",
"description": "data/index.html"
},
"default_picture_service": {
"message": "Default Picture Service",
"description": "data/index.html"
},
"delete": {
"message": "Delete",
"description": "data/index.html"
},
"delete_this_tweet": {
"message": "Delete this tweet",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "Destroyed Successfully!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "Drafts",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "Drag a photo here",
"description": "data/index.html"
},
"drop": {
"message": "Drop",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "Edit",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "Enable",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "Enable Verbose Mode",
"description": "data/index.html"
},
"errors": {
"message": "Errors",
"description": "data/index.html"
},
"examples": {
"message": "Examples",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "Exit Hotot when close window",
"description": "data/index.html"
},
"extensions": {
"message": "Extensions",
"description": "data/index.html"
},
"fav_or_un_fav": {
"message": "Fav/Un-fav",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "Favorite this tweet ...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "Favs",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "Favorites View",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "Filter Tweets Like It",
"description": "data/index.html"
},
"find": {
"message": "Find",
"description": "data/index.html"
},
"fine": {
"message": "Fine",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "First time to sign in with Twitter",
"description": "data/index.html"
},
"follow": {
"message": "Follow",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "Follow @",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "Follower",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "Followers",
"description": "data/js/ui.template.js"
},
"font": {
"message": "Font",
"description": "data/index.html"
},
"font_preview_hint": {
"message": "The quick brown fox jumps over the lazy dog.",
"description": "data/index.html"
},
"font_size": {
"message": "Font Size",
"description": "data/index.html"
},
"friend_cnt": {
"message": "Friend",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "Friends",
"description": "data/js/ui.template.js"
},
"global": {
"message": "Global",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "You MUST restart Hotot for some changes below to take effect. And these changes will affect ALL accounts",
"description": "data/index.html"
},
"greeting": {
"message": "Greetings!",
"description": "data/index.html"
},
"help": {
"message": "Help",
"description": "data/index.html"
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "Hey, it's You!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "Hidden dark minds",
"description": "data/index.html"
},
"home_timeline": {
"message": "Home Timeline",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "Home View",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": "data/index.html"
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "Image uploader",
"description": "data/index.html"
},
"info": {
"message": "INFO",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "Insert smiley",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "Intelligent Filter",
"description": "data/index.html"
},
"interface_language": {
"message": "Interface language",
"description": "data/index.html"
},
"join": {
"message": "Join",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "Just can't stop thinking of here",
"description": "data/index.html"
},
"keyboard": {
"message": "Keyboard",
"description": "data/index.html"
},
"keyboard_shortcuts": {
"message": "Keyboard Shortcuts",
"description": "data/index.html"
},
"kismet_firewall": {
"message": "Kismet Firewall",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismet Guide",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "WARNING: Tweets that have following attributes will not appear on your timeline.",
"description": "data/index.html"
},
"label_with_color": {
"message": "Label with Color",
"description": "data/index.html"
},
"language": {
"message": "Language",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "Let Hotot collects anonymous statistic information",
"description": "data/index.html"
},
"license": {
"message": "License",
"description": "data/index.html"
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "List",
"description": "data/index.html"
},
"listed_cnt": {
"message": "Listed",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "Lists",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "Lists following them",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "Lists of them",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "Loading ... ",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "Loading Resources ...",
"description": "data/index.html"
},
"location": {
"message": "Location",
"description": "data/index.html"
},
"mark_deleted_tweets": {
"message": "Mark deleted tweets",
"description": "data/index.html"
},
"mask": {
"message": "Mask",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "Mention",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "Mentions",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "Mentions View",
"description": "data/index.html"
},
"messages": {
"message": "Messages",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "Messages View",
"description": "data/index.html"
},
"more_actions": {
"message": "More",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "Move to bottom",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "Move to next tweet",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "Move to prev tweet",
"description": "data/index.html"
},
"move_to_top": {
"message": "Move to top",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "Mute Filter",
"description": "data/index.html"
},
"mute_this_source": {
"message": "Mute this source",
"description": "data/index.html"
},
"mute_this_user": {
"message": "Mute this user",
"description": "data/index.html"
},
"mute_this_word": {
"message": "Mute this word",
"description": "data/index.html"
},
"my_favs": {
"message": "My Favorites",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "My Journey is to the sea of stars",
"description": "data/index.html"
},
"my_power": {
"message": "My Power",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "Name",
"description": "data/index.html"
},
"nearly_dead": {
"message": "Nearly Dead",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "Network Error! Please try later.",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "New Profile has been created!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "Next",
"description": "data/index.html"
},
"no_extension": {
"message": "No Extension",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "Notify",
"description": "data/index.html"
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": "data/index.html"
},
"official_retweet_this_tweet": {
"message": "Official retweet this tweet",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "OK",
"description": "data/index.html"
},
"oops_a_network_error_occurs": {
"message": "Oops, A Network Error Occurs",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "Oops, An API Error Occurs!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "Open a List ...",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "Open a Profile ...",
"description": "data/index.html"
},
"open_first_link": {
"message": "Open first link",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "Open speaker link",
"description": "data/index.html"
},
"options": {
"message": "Options",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "Or copy the address and open it in your browser.",
"description": "data/index.html"
},
"panda_acts_cute": {
"message": "Panda acts cute",
"description": "data/index.html"
},
"password": {
"message": "",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "Paste from clipboard",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN Code",
"description": "data/index.html"
},
"please_enter_the_recipient": {
"message": "please enter the recipient!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "Please enter a profile prefix",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "",
"description": "data/index.html"
},
"post_successfully": {
"message": "Posted Successfully!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "Posting ...",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "Powerful",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "Preferences",
"description": "data/index.html"
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "Preload latest tweets in conversations if possible.",
"description": "data/index.html"
},
"pretty_wife": {
"message": "Pretty wife",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "Preview Embedded Media",
"description": "data/index.html"
},
"preview_here": {
"message": "Preview Here",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "Profile",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "Authentication",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "Quick References",
"description": "data/index.html"
},
"quit_hotot": {
"message": "Quit Hotot",
"description": "data/index.html"
},
"quote": {
"message": "Quote",
"description": "data/index.html"
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "Relation",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "Reload",
"description": "data/index.html"
},
"reply": {
"message": "Reply",
"description": "data/index.html"
},
"reply_all": {
"message": "Reply All",
"description": "data/index.html"
},
"reply_this_tweet": {
"message": "Reply this tweet",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "reply to",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "Report Spam",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "Reset Time",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "Restore Defaults",
"description": "data/index.html"
},
"retweet": {
"message": "Retweet",
"description": "data/index.html"
},
"retweet_or_un_retweet": {
"message": "Retweet/Un-retweet",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "Retweet Successful!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "Retweeted by",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "Retweeting ...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "Retweets",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "Retweets View",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "RT this tweet",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "Rule",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "Rule-based Filter",
"description": "data/index.html"
},
"rule_editor": {
"message": "Rule Editor",
"description": "data/index.html"
},
"rule_name": {
"message": "Rule Name",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "Same Signing API Base",
"description": "data/index.html"
},
"same_signing_oauth_base": {
"message": "Same Signing OAuth Base",
"description": "data/index.html"
},
"save": {
"message": "Save",
"description": "data/index.html"
},
"save_as_draft": {
"message": "Save as draft",
"description": "data/index.html"
},
"schizophrenia": {
"message": "Schizophrenia",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "Search",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Search API Base",
"description": "data/index.html"
},
"search_in_google": {
"message": "Search @ in Google",
"description": "data/index.html"
},
"search_in_twitter": {
"message": "Search @ in Twitter",
"description": "data/index.html"
},
"search_view": {
"message": "Search View",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "Select a default picture service",
"description": "data/index.html"
},
"select_a_language": {
"message": "Select a language",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "Select actions",
"description": "data/index.html"
},
"select_fields": {
"message": "Select fields",
"description": "data/index.html"
},
"send_message": {
"message": "Send Message",
"description": "data/index.html"
},
"send_message_to_them": {
"message": "Send message to them",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "Shiny old times before marriage",
"description": "data/index.html"
},
"shortcuts": {
"message": "Shortcuts",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "Sign in ...",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "Sign Out",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "Slide to next page",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "Slide to prev page",
"description": "data/index.html"
},
"some_error_occur": {
"message": "Some Error Occured",
"description": "data/index.html"
},
"starts_minimized": {
"message": "Starts Minimized",
"description": "data/index.html"
},
"stat": {
"message": "STAT",
"description": "data/index.html"
},
"status_is_over_140_characters": {
"message": "Status is over 140 characters!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "Step 1",
"description": "data/index.html"
},
"step_two": {
"message": "Step 2",
"description": "data/index.html"
},
"struggling_adventurers": {
"message": "Struggling Adventurers",
"description": "data/index.html"
},
"successfully": {
"message": "Successfully",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "Summon Hotot (like: C)",
"description": "data/index.html"
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "Themes",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "This profile may already exist!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "Titian's elegance",
"description": "data/index.html"
},
"to": {
"message": "",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "To Cold Beauty",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "",
"description": "data/index.html"
},
"tranquil": {
"message": "Tranquil",
"description": "data/index.html"
},
"transparent": {
"message": "Transparent",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "Tweet",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "Tweet View",
"description": "data/index.html"
},
"tweets": {
"message": "Tweets",
"description": "data/index.html"
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "Un-favorite this tweet ...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "Unblock",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "Undo retweeting ...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "Undo Successful!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "Unfollow @",
"description": "data/js/ui.main.js"
},
"update": {
"message": "Update",
"description": "data/index.html"
},
"update_successfully": {
"message": "Updated Successfully!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "Updating ...",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "Upload",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Upload API Base",
"description": "data/index.html"
},
"upload_photo": {
"message": "Upload Photo.",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "Upload to ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL shortener",
"description": "data/index.html"
},
"use_custom_font": {
"message": "Use Custom Font",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "Use QUOTE as default retweet action",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "Use REPLY ALL as default reply action",
"description": "data/index.html"
},
"username": {
"message": "",
"description": "data/index.html"
},
"verify": {
"message": "Verify",
"description": "data/index.html"
},
"version": {
"message": "Version",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "via",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "View more conversation",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "Virushou's Integrity",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "Wanna have a relationship with",
"description": "data/index.html"
},
"weakness": {
"message": "Weakness",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "Web",
"description": "data/js/ui.template.js"
},
"website": {
"message": "Website",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "Whisper",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "You are followed by them.",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "You are following",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "You are friends.",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "You are not following each other.",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
} Hotot-0.9.8.14/data/_locales/zh_CAN/ 0000775 0000000 0000000 00000000000 12142171256 0016645 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/zh_CAN/messages.json 0000664 0000000 0000000 00000070105 12142171256 0021352 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "关于",
"description": ""
},
"about_and_help": {
"message": "关于同帮助",
"description": ""
},
"access_token_doesnt_exist": {
"message": "弊傢伙,无令牌添",
"description": "data/index.html"
},
"action": {
"message": "动作",
"description": "data/index.html"
},
"add": {
"message": "添加",
"description": "data/index.html"
},
"add_new_views": {
"message": "添加新视图",
"description": "data/index.html"
},
"add_to_list": {
"message": "添加到列表",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "高级",
"description": ""
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": ""
},
"api_setting": {
"message": "API 设置",
"description": ""
},
"archive": {
"message": "归档",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "猫嘅诡计",
"description": "data/index.html"
},
"authentication_ok": {
"message": "搞掂验证!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "作者",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "开启以后自动登陆",
"description": "data/index.html"
},
"behavior": {
"message": "行为",
"description": ""
},
"bio": {
"message": "自我介绍",
"description": ""
},
"block": {
"message": "屏蔽你",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "血腥嘅苏小姐",
"description": "data/index.html"
},
"cancel": {
"message": "取消",
"description": ""
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "唔知你系边个喔,唔该检查你嘅帐号/密码同 API 地址。",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "唔俾系帐号前面用`@`符号喔",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "清除",
"description": ""
},
"clear_and_close": {
"message": "清除同关闭",
"description": "data/index.html"
},
"clear_token": {
"message": "清空令牌",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "禁我继续",
"description": ""
},
"click_the_button_below": {
"message": "禁下面粒掣",
"description": ""
},
"click_to_compose_message": {
"message": "切换DM模式",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "禁来睇下",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "禁下睇边个转咗",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "关闭",
"description": ""
},
"close_current_column": {
"message": "关闭列",
"description": "data/index.html"
},
"compose": {
"message": "写嘢",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "复制 PIN Code 之后将佢粘贴到下面嘅文本框",
"description": ""
},
"copy_to_clipboard": {
"message": "复制到剪贴板",
"description": "date/index.html"
},
"create_a_list": {
"message": "建立一个新列表",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "多谢佢哋",
"description": ""
},
"cuddly": {
"message": "可乐仔",
"description": "data/index.html"
},
"custom_font": {
"message": "",
"description": "data/index.html"
},
"default_picture_service": {
"message": "默认贴图服务",
"description": "data/index.html"
},
"delete": {
"message": "删除",
"description": ""
},
"delete_this_tweet": {
"message": "删咗嚟条",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "删咗!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "草稿",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "拖张图过嚟",
"description": "data/index.html"
},
"drop": {
"message": "丢咗佢",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "编辑",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "启用",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "启用啰嗦模式",
"description": ""
},
"errors": {
"message": "错误",
"description": "data/index.html"
},
"examples": {
"message": "示范",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "关窗口时退出 Hotot",
"description": "data/index.html"
},
"extensions": {
"message": "扩展",
"description": ""
},
"fav_or_un_fav": {
"message": "收藏/唔收藏",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "收藏...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "收藏",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "我嘅收藏",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "过滤差唔多嘅推文",
"description": "data/index.html"
},
"find": {
"message": "搜索",
"description": "data/index.html"
},
"fine": {
"message": "仲 hold 得住",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "第一次用,用 Twitter 登录",
"description": "data/index.html"
},
"follow": {
"message": "关注",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "关注@",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "关注者",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "关注者",
"description": "data/js/ui.template.js"
},
"font": {
"message": "字体",
"description": ""
},
"font_preview_hint": {
"message": "心口碎大石系我嘅绝技。",
"description": ""
},
"font_size": {
"message": "字体大细",
"description": ""
},
"friend_cnt": {
"message": "朋友",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "朋友",
"description": "data/js/ui.template.js"
},
"global": {
"message": "全局",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "修改哩度嘅选项要重启先会生效,而且哩D选项会影响所有帐户咖。",
"description": ""
},
"greeting": {
"message": "大佬驾到!",
"description": ""
},
"help": {
"message": "帮助",
"description": ""
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "系你啦!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "腹黑嘅K记",
"description": "data/index.html"
},
"home_timeline": {
"message": "时间轴",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "主时间轴",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "热兔",
"description": ""
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "图片上传器",
"description": "data/index.html"
},
"info": {
"message": "信息",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "插入颜文字",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "智能过滤器",
"description": "data/index.html"
},
"interface_language": {
"message": "介面语言",
"description": "data/index.html"
},
"join": {
"message": "加入",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "有小小挂住哩度",
"description": "data/index.html"
},
"keyboard": {
"message": "键盘",
"description": ""
},
"keyboard_shortcuts": {
"message": "键盘快捷键",
"description": ""
},
"kismet_firewall": {
"message": "Kismet 防火墙",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismet 向导",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "警告:凡是有以下特征嘅推文都将被抛弃,唔显示。",
"description": "data/index.html"
},
"label_with_color": {
"message": "标记颜色",
"description": "data/index.html"
},
"language": {
"message": "语言",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "允许热兔静鸡鸡收集匿名统计信息",
"description": "data/index.html"
},
"license": {
"message": "许可",
"description": ""
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "列表",
"description": "data/index.html"
},
"listed_cnt": {
"message": "列表中",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "列表",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "关注紧佢嘅列表",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "佢嘅列表",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "等紧…",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "等紧资源...",
"description": ""
},
"location": {
"message": "位置",
"description": ""
},
"mark_deleted_tweets": {
"message": "标记被人删咗嘅推文",
"description": "data/index.html"
},
"mask": {
"message": "屏蔽",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "提及",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "提到你嘅",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "提到我嘅",
"description": "data/index.html"
},
"messages": {
"message": "私信",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "私信",
"description": "data/index.html"
},
"more_actions": {
"message": "更多动作",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "移去底部",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "移动到下一条推文",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "移动到上一条推文",
"description": "data/index.html"
},
"move_to_top": {
"message": "移去顶部",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "屏蔽器",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "我嘅收藏",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "出海远行",
"description": "data/index.html"
},
"my_power": {
"message": "我嘅功力",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "名字",
"description": ""
},
"nearly_dead": {
"message": "内力耗尽",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "网络问题,等间再试下!",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "创建咗新帐户啦!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "下一步",
"description": "data/index.html"
},
"no_extension": {
"message": "唔用扩展",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "通知",
"description": ""
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": ""
},
"official_retweet_this_tweet": {
"message": "转发",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "好",
"description": ""
},
"oops_a_network_error_occurs": {
"message": "阴公~ 网络错误!",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "阴公~ API错误!",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "打开一个列表",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "打开一个用户页",
"description": "data/index.html"
},
"open_first_link": {
"message": "打开第一个链接(如果有嘅话)",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "打开佢嘅链接",
"description": "data/index.html"
},
"options": {
"message": "选项",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "或者系浏览器中打开以下地址",
"description": ""
},
"panda_acts_cute": {
"message": "扮可爱嘅熊猫",
"description": "data/index.html"
},
"password": {
"message": "",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "从剪贴板粘贴",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN Code",
"description": ""
},
"please_enter_the_recipient": {
"message": "唔该指定收信人!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "请输入一个帐户前缀",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "",
"description": "data/index.html"
},
"post_successfully": {
"message": "发送咗啦!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "发送紧……",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "内力十足",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "偏好",
"description": ""
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "如果可以嘅话,俾我睇上一条对话",
"description": ""
},
"pretty_wife": {
"message": "俏人妻西乔",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "预览嵌入嘅多媒体",
"description": "data/index.html"
},
"preview_here": {
"message": "预览",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "帐户",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "代理认证",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "快速参考",
"description": "data/index.html"
},
"quit_hotot": {
"message": "退出热兔",
"description": "data/index.html"
},
"quote": {
"message": "引用",
"description": ""
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "关系",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "重新加载",
"description": "data/index.html"
},
"reply": {
"message": "回复",
"description": ""
},
"reply_all": {
"message": "回复所有",
"description": ""
},
"reply_this_tweet": {
"message": "回复",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "回应",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "举报垃圾帐户",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "练功时间",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "恢复默认状态",
"description": ""
},
"retweet": {
"message": "转发",
"description": ""
},
"retweet_or_un_retweet": {
"message": "转发/唔转发",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "转发成功!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "转发人:",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "转发中...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "转发同被转发",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "转发",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "引用",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "规则",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "规则过滤器",
"description": "data/index.html"
},
"rule_editor": {
"message": "规则编辑器",
"description": "data/index.html"
},
"rule_name": {
"message": "规则名",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "用同样嘅 API 进行签名",
"description": ""
},
"same_signing_oauth_base": {
"message": "用同样嘅 OAuth 地址进行签名",
"description": ""
},
"save": {
"message": "保存",
"description": "data/index.html"
},
"save_as_draft": {
"message": "保存草稿",
"description": "data/index.html"
},
"schizophrenia": {
"message": "裂裂嘅芬芳",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "搜索",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Search API Base",
"description": ""
},
"search_in_google": {
"message": "系Google中搜索@",
"description": ""
},
"search_in_twitter": {
"message": "系Twitter中搜索@",
"description": ""
},
"search_view": {
"message": "搜索",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "选择一个默认图片服务",
"description": "data/index.html"
},
"select_a_language": {
"message": "选择语言",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "选择动作",
"description": "data/index.html"
},
"select_fields": {
"message": "选择你感兴趣嘅部位",
"description": "data/index.html"
},
"send_message": {
"message": "发送消息",
"description": ""
},
"send_message_to_them": {
"message": "发送私信",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "婚前旧时光",
"description": "data/index.html"
},
"shortcuts": {
"message": "快捷键",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "使用地球人方式嘅時間標記",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "登入中……",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "登出",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "去下一页",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "去前一页",
"description": "data/index.html"
},
"some_error_occur": {
"message": "死火!出咗D差错 >_<",
"description": "data/index.html"
},
"starts_minimized": {
"message": "最小化启动",
"description": "data/index.html"
},
"stat": {
"message": "统计",
"description": ""
},
"status_is_over_140_characters": {
"message": "超咗140只字啦!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "第一步",
"description": ""
},
"step_two": {
"message": "第二步",
"description": ""
},
"struggling_adventurers": {
"message": "CoolBee嘅Kee叔",
"description": "data/index.html"
},
"successfully": {
"message": "搞掂!",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "弹出Hotot 『例如: C』",
"description": ""
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "主题",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "嚟个帐户有咗啦",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "文艺嘅缇香",
"description": "data/index.html"
},
"to": {
"message": "",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "冷艳嘅嘉敏",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "",
"description": "data/index.html"
},
"tranquil": {
"message": "祝你幸福",
"description": "data/index.html"
},
"transparent": {
"message": "透明",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "状态",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "睇状态",
"description": "data/index.html"
},
"tweets": {
"message": "状态",
"description": ""
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "唔收藏啦...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "唔屏蔽你",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "唔转发啦...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "撤销成功!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "唔关注你@",
"description": "data/js/ui.main.js"
},
"update": {
"message": "更新",
"description": ""
},
"update_successfully": {
"message": "更新搞掂!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "更新紧",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "上传",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Upload API Base",
"description": "data/index.html"
},
"upload_photo": {
"message": "上传相片",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "上传到 ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL缩短器",
"description": "data/index.html"
},
"use_custom_font": {
"message": "用自己钟意嘅字体",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "默认引用人哋",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "默认回复所有人",
"description": "data/index.html"
},
"username": {
"message": "",
"description": "data/index.html"
},
"verify": {
"message": "验证",
"description": "data/index.html"
},
"version": {
"message": "版本",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "来自",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "讲佐咩",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "火炬嘅正直",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "黄琴琴",
"description": "data/index.html"
},
"weakness": {
"message": "虚弱",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "网址",
"description": "data/js/ui.template.js"
},
"website": {
"message": "网址",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "密密斟",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "佢哋关注紧你",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "你关注紧",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "老友记",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "三唔识七",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
}
Hotot-0.9.8.14/data/_locales/zh_CAN/timestring.js 0000664 0000000 0000000 00000005161 12142171256 0021373 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : cantonese chinese (zh-CAN)
// author : Preston: https://github.com/pentie
(function () {
var lang = {
months : "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
monthsShort : "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
weekdays : "禮拜日_禮拜一_禮拜二_禮拜三_禮拜四_禮拜五_禮拜六".split("_"),
weekdaysShort : "週日_週一_週二_週三_週四_週五_週六".split("_"),
weekdaysMin : "日_一_二_三_四_五_六".split("_"),
longDateFormat : {
LT : "Ah點mm",
L : "YYYY年MMMD日",
LL : "YYYY年MMMD日",
LLL : "YYYY年MMMD日LT",
LLLL : "YYYY年MMMD日ddddLT"
},
meridiem : function (hour, minute, isLower) {
if (hour < 3) {
return "半夜";
} else if (hour < 6) {
return "清晨";
} else if (hour < 9) {
return "朝早";
} else if (hour < 11 && minute < 30) {
return "上晝";
} else if (hour < 13) {
return "中午";
} else if (hour < 17) {
return "晏晝";
} else if (hour < 19) {
return "挨晚";
} else {
return "晚黑";
}
},
calendar : {
sameDay : '[今日]LT',
nextDay : '[聽日]LT',
nextWeek : '[下]ddddLT',
lastDay : '[尋日]LT',
lastWeek : '[上]ddddLT',
sameElse : 'L'
},
relativeTime : {
future : "%s內",
past : "%s之前",
s : "幾秒",
m : "一分鐘",
mm : "%d分鐘",
h : "一個鐘",
hh : "%d個鐘",
d : "一日",
dd : "%d日",
M : "一個月",
MM : "%d個月",
y : "一年",
yy : "%d年"
},
ordinal : function (number) {
return '';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('zh_CAN', lang);
}
}());
Hotot-0.9.8.14/data/_locales/zh_CLS/ 0000775 0000000 0000000 00000000000 12142171256 0016665 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/zh_CLS/messages.json 0000664 0000000 0000000 00000070677 12142171256 0021410 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "关于",
"description": ""
},
"about_and_help": {
"message": "关于与帮助",
"description": ""
},
"access_token_doesnt_exist": {
"message": "呜呼,访问令牌之不存噫",
"description": "data/index.html"
},
"action": {
"message": "动作",
"description": "data/index.html"
},
"add": {
"message": "新",
"description": "data/index.html"
},
"add_new_views": {
"message": "添加新视图",
"description": "data/index.html"
},
"add_to_list": {
"message": "添加到列表",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "奇技",
"description": ""
},
"animation": {
"message": "",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": ""
},
"api_setting": {
"message": "API 设置",
"description": ""
},
"archive": {
"message": "归档",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "壳酱的诡计",
"description": "data/index.html"
},
"authentication_ok": {
"message": "准入",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "作者",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "打开以后自动登陆",
"description": "data/index.html"
},
"behavior": {
"message": "行为",
"description": ""
},
"bio": {
"message": "自述",
"description": ""
},
"block": {
"message": "屏蔽",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "血腥的苏酱",
"description": "data/index.html"
},
"cancel": {
"message": "不可",
"description": ""
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "不能验证殿下的身份噢。请检查您的用户名/密码和 API 地址。",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "不允许在账户前缀中使用`@`字符哦喵",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "集成到Chrome右键菜单",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "清除",
"description": ""
},
"clear_and_close": {
"message": "清空并且关闭",
"description": "data/index.html"
},
"clear_token": {
"message": "清空令牌",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "点我继续",
"description": ""
},
"click_the_button_below": {
"message": "点击下面的按钮",
"description": ""
},
"click_to_compose_message": {
"message": "点击切换DM模式",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "点击查看",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "点我查看转发人",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "关闭",
"description": ""
},
"close_current_column": {
"message": "关闭当前列",
"description": "data/index.html"
},
"compose": {
"message": "撰推",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "复制 PIN Code 并且将它粘贴到下面的文本框",
"description": ""
},
"copy_to_clipboard": {
"message": "复制到剪贴板",
"description": "date/index.html"
},
"create_a_list": {
"message": "创建一个新列表",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "致谢",
"description": ""
},
"cuddly": {
"message": "可乐小V",
"description": "data/index.html"
},
"custom_font": {
"message": "",
"description": "data/index.html"
},
"default_picture_service": {
"message": "默认贴图服务",
"description": "data/index.html"
},
"delete": {
"message": "删除",
"description": ""
},
"delete_this_tweet": {
"message": "删除",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "删除成功!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "草稿",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "拖拽一张照片至此处",
"description": "data/index.html"
},
"drop": {
"message": "丢弃",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "编辑",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "",
"description": "data/index.html"
},
"enable": {
"message": "启用",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "启用啰嗦模式",
"description": ""
},
"errors": {
"message": "错误",
"description": "data/index.html"
},
"examples": {
"message": "示例",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "关闭窗口时退出 Hotot",
"description": "data/index.html"
},
"extensions": {
"message": "扩展",
"description": ""
},
"fav_or_un_fav": {
"message": "收藏/取消收藏",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "收藏...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "收藏",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "我的收藏",
"description": "data/index.html"
},
"fellowship": {
"message": "",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "过滤类似的推",
"description": "data/index.html"
},
"find": {
"message": "查找",
"description": "data/index.html"
},
"fine": {
"message": "尚可",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "初见推特",
"description": "data/index.html"
},
"follow": {
"message": "关注",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "关注@",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "关注者",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "关注者",
"description": "data/js/ui.template.js"
},
"font": {
"message": "字体",
"description": ""
},
"font_preview_hint": {
"message": "吾可囫囵吞玻璃而不伤身。",
"description": ""
},
"font_size": {
"message": "字体大小",
"description": ""
},
"friend_cnt": {
"message": "友",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "友",
"description": "data/js/ui.template.js"
},
"global": {
"message": "寰宇",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "请在修改本页选项后重启傲兔来让修改生效。对了,本页选项会影响所有账户噢。",
"description": ""
},
"greeting": {
"message": "殿下侬好!",
"description": ""
},
"help": {
"message": "帮助",
"description": ""
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "殿下侬好!殿下再崴!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "腹黑的老K",
"description": "data/index.html"
},
"home_timeline": {
"message": "时间线",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "主时间线",
"description": "data/index.html"
},
"host": {
"message": "",
"description": "data/index.html"
},
"hotot": {
"message": "傲兔",
"description": ""
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "图片上传器",
"description": "data/index.html"
},
"info": {
"message": "信息",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "插入颜文字",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "智能过滤器",
"description": "data/index.html"
},
"interface_language": {
"message": "介面语言",
"description": "data/index.html"
},
"join": {
"message": "加入",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "吾只是有点怀念这儿",
"description": "data/index.html"
},
"keyboard": {
"message": "键盘",
"description": ""
},
"keyboard_shortcuts": {
"message": "键盘快捷键",
"description": ""
},
"kismet_firewall": {
"message": "Kismet 防火墙",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismet 向导",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "警告:凡是具备如下特征的推都将被抛弃,不予显示。",
"description": "data/index.html"
},
"label_with_color": {
"message": "染色",
"description": "data/index.html"
},
"language": {
"message": "语言",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "让傲兔兔收集匿名统计信息",
"description": "data/index.html"
},
"license": {
"message": "许可",
"description": ""
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "",
"description": "data/index.html"
},
"list": {
"message": "列表",
"description": "data/index.html"
},
"listed_cnt": {
"message": "列表中",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "列表",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "包含该用户的列表",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "该用户的列表",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "加载中…",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "加载资源中...",
"description": ""
},
"location": {
"message": "位置",
"description": ""
},
"mark_deleted_tweets": {
"message": "标记被删除的推",
"description": "data/index.html"
},
"mask": {
"message": "屏蔽",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "提及",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "提到你的",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "提到我的",
"description": "data/index.html"
},
"messages": {
"message": "私信",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "私信",
"description": "data/index.html"
},
"more_actions": {
"message": "更多动作",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "移到底部",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "移动到下一条状态",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "移动到上一条状态",
"description": "data/index.html"
},
"move_to_top": {
"message": "移到顶部",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "屏蔽器",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "我的收藏",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "吾之旅程在那星辰大海",
"description": "data/index.html"
},
"my_power": {
"message": "魔法值",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "名字",
"description": ""
},
"nearly_dead": {
"message": "都快挂了",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "网路故障,请稍候再试喵!",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "殿下,您的新账户已经创建成功!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "下一步",
"description": "data/index.html"
},
"no_extension": {
"message": "木有扩展",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "通知",
"description": ""
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": ""
},
"official_retweet_this_tweet": {
"message": "转发",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "善",
"description": ""
},
"oops_a_network_error_occurs": {
"message": "矮油~ 发生了一个网路错误!",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "矮油~ 发生了一个API错误",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "打开一个列表",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "打开一个用户页",
"description": "data/index.html"
},
"open_first_link": {
"message": "打开第一个链接(如果存在的话)",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "打开此人的链接",
"description": "data/index.html"
},
"options": {
"message": "选项",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "或者在浏览器中打开以下地址",
"description": ""
},
"panda_acts_cute": {
"message": "卖萌的熊猫",
"description": "data/index.html"
},
"password": {
"message": "",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "从剪贴板粘贴",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN Code",
"description": ""
},
"please_enter_the_recipient": {
"message": "殿下,请指定收件人!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "请输入一个账户前缀",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "",
"description": "data/index.html"
},
"post_successfully": {
"message": "成功发送!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "发送中……",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "地图炮充能完毕",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "偏好",
"description": ""
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "如果可能的话,预加载对话的上一条状态",
"description": ""
},
"pretty_wife": {
"message": "俏人妻西乔",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "预览嵌入的多媒体",
"description": "data/index.html"
},
"preview_here": {
"message": "预览",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "账户",
"description": "data/index.html"
},
"profile_name": {
"message": "",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_auth": {
"message": "代理认证",
"description": "data/index.html"
},
"proxy_host": {
"message": "",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_port": {
"message": "",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "",
"description": "data/index.html"
},
"quick_references": {
"message": "快速参考",
"description": "data/index.html"
},
"quit_hotot": {
"message": "退出傲兔",
"description": "data/index.html"
},
"quote": {
"message": "引用",
"description": ""
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "关系",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "重新加载",
"description": "data/index.html"
},
"reply": {
"message": "回复",
"description": ""
},
"reply_all": {
"message": "回复所有",
"description": ""
},
"reply_this_tweet": {
"message": "回复",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "回应",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "举报垃圾账户",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "技能冷却时间还剩",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "恢复默认值",
"description": ""
},
"retweet": {
"message": "转发",
"description": ""
},
"retweet_or_un_retweet": {
"message": "转发/取消转发",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "转发成功!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "转发人:",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "转发中...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "转发与被转发",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "转发",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "引用",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "规则",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "规则过滤器",
"description": "data/index.html"
},
"rule_editor": {
"message": "规则编辑器",
"description": "data/index.html"
},
"rule_name": {
"message": "规则名",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "使用相同 API 进行签名",
"description": ""
},
"same_signing_oauth_base": {
"message": "使用同样的 OAuth 地址进行签名",
"description": ""
},
"save": {
"message": "保存",
"description": "data/index.html"
},
"save_as_draft": {
"message": "保存草稿",
"description": "data/index.html"
},
"schizophrenia": {
"message": "裂裂的芬芳",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "搜索",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Search API Base",
"description": ""
},
"search_in_google": {
"message": "在Google中搜索@",
"description": ""
},
"search_in_twitter": {
"message": "在Twitter中搜索@",
"description": ""
},
"search_view": {
"message": "搜索",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "选择一个默认图片服务",
"description": "data/index.html"
},
"select_a_language": {
"message": "选择语言",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "选择动作",
"description": "data/index.html"
},
"select_fields": {
"message": "选择您感兴趣的部位",
"description": "data/index.html"
},
"send_message": {
"message": "发送消息",
"description": ""
},
"send_message_to_them": {
"message": "发送私信",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "婚前的旧时光",
"description": "data/index.html"
},
"shortcuts": {
"message": "快捷键",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "书以相对时刻标记",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "登入中……",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "登出",
"description": "data/index.html"
},
"signing_api_base": {
"message": "",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "切换到下一页",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "切换到前一页",
"description": "data/index.html"
},
"some_error_occur": {
"message": "矮油~ 发生了点错误耶 >_<",
"description": "data/index.html"
},
"starts_minimized": {
"message": "启动即最小化",
"description": "data/index.html"
},
"stat": {
"message": "统计",
"description": ""
},
"status_is_over_140_characters": {
"message": "超过140字了,亲!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "第一步",
"description": ""
},
"step_two": {
"message": "第二步",
"description": ""
},
"struggling_adventurers": {
"message": "苦逼的Kee叔",
"description": "data/index.html"
},
"successfully": {
"message": "成功!",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "召唤Hotot 『比如: C』",
"description": ""
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "主题",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "这个账户已经存在了噢!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "文艺的缇香",
"description": "data/index.html"
},
"to": {
"message": "",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "致佳人",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "",
"description": "data/index.html"
},
"tranquil": {
"message": "祝汝幸福",
"description": "data/index.html"
},
"transparent": {
"message": "透明",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "状态",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "状态视图",
"description": "data/index.html"
},
"tweets": {
"message": "状态",
"description": ""
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "取消收藏...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "取消屏蔽",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "撤销转发...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "撤销成功!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "解除关注@",
"description": "data/js/ui.main.js"
},
"update": {
"message": "更新",
"description": ""
},
"update_successfully": {
"message": "更新成功!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "更新中……",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "上传",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Upload API Base",
"description": "data/index.html"
},
"upload_photo": {
"message": "上传照片",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "上传到 ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL缩短器",
"description": "data/index.html"
},
"use_custom_font": {
"message": "使用自定义字体",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "使用『引用』作为默认转发方式",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "使用『回复所有』作为默认回复方式",
"description": "data/index.html"
},
"username": {
"message": "",
"description": "data/index.html"
},
"verify": {
"message": "校验",
"description": "data/index.html"
},
"version": {
"message": "版本",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "发自",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "查看会话",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "火炬的正直",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "食色性也",
"description": "data/index.html"
},
"weakness": {
"message": "虚弱",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "网址",
"description": "data/js/ui.template.js"
},
"website": {
"message": "网址",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "低语",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "他/她/它默默地关注着你…",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "你默默地,关注着他/她/它…",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "你们默默地关注着对方…",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "你们宛如路人,擦身而过,不相往来。",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
}
Hotot-0.9.8.14/data/_locales/zh_CLS/timestring.js 0000664 0000000 0000000 00000004627 12142171256 0021421 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : traditional chinese (zh-tw)
// author : Ben : https://github.com/ben-lin
(function () {
var lang = {
months : "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
monthsShort : "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
weekdays : "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),
weekdaysShort : "週日_週一_週二_週三_週四_週五_週六".split("_"),
weekdaysMin : "日_一_二_三_四_五_六".split("_"),
longDateFormat : {
LT : "Ah點mm",
L : "YYYY年MMMD日",
LL : "YYYY年MMMD日",
LLL : "YYYY年MMMD日LT",
LLLL : "YYYY年MMMD日ddddLT"
},
meridiem : function (hour, minute, isLower) {
if (hour < 9) {
return "早上";
} else if (hour < 11 && minute < 30) {
return "上午";
} else if (hour < 13 && minute < 30) {
return "中午";
} else if (hour < 18) {
return "下午";
} else {
return "晚上";
}
},
calendar : {
sameDay : '[今天]LT',
nextDay : '[明天]LT',
nextWeek : '[下]ddddLT',
lastDay : '[昨天]LT',
lastWeek : '[上]ddddLT',
sameElse : 'L'
},
relativeTime : {
future : "%s內",
past : "%s前",
s : "幾秒",
m : "一分鐘",
mm : "%d分鐘",
h : "一小時",
hh : "%d小時",
d : "一天",
dd : "%d天",
M : "一個月",
MM : "%d個月",
y : "一年",
yy : "%d年"
},
ordinal : function (number) {
return '';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('zh_CLS', lang);
}
}());
Hotot-0.9.8.14/data/_locales/zh_CN/ 0000775 0000000 0000000 00000000000 12142171256 0016544 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/zh_CN/messages.json 0000664 0000000 0000000 00000071540 12142171256 0021255 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "关于",
"description": ""
},
"about_and_help": {
"message": "关于与帮助",
"description": ""
},
"access_token_doesnt_exist": {
"message": "呜呜,访问令牌不存在",
"description": "data/index.html"
},
"action": {
"message": "动作",
"description": "data/index.html"
},
"add": {
"message": "添加",
"description": "data/index.html"
},
"add_new_views": {
"message": "添加新视图",
"description": "data/index.html"
},
"add_to_list": {
"message": "添加到列表",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "高级",
"description": ""
},
"animation": {
"message": "动画",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": ""
},
"api_setting": {
"message": "API 设置",
"description": ""
},
"archive": {
"message": "归档",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "壳酱的诡计",
"description": "data/index.html"
},
"authentication_ok": {
"message": "验证通过嗷!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "作者",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "打开以后自动登陆",
"description": "data/index.html"
},
"behavior": {
"message": "行为",
"description": ""
},
"bio": {
"message": "自述",
"description": ""
},
"block": {
"message": "屏蔽",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "血腥的苏酱",
"description": "data/index.html"
},
"cancel": {
"message": "取消",
"description": ""
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "不能验证殿下的身份噢。请检查您的用户名/密码和 API 地址。",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "不允许在账户前缀中使用`@`字符哦喵",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "集成到Chrome右键菜单",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "清除",
"description": ""
},
"clear_and_close": {
"message": "清空并且关闭",
"description": "data/index.html"
},
"clear_token": {
"message": "清空令牌",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "点我继续呦",
"description": ""
},
"click_the_button_below": {
"message": "点击下面的按钮呦",
"description": ""
},
"click_to_compose_message": {
"message": "点击切换DM模式",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "点击查看",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "点我查看转发人呦",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "关闭",
"description": ""
},
"close_current_column": {
"message": "关闭当前列",
"description": "data/index.html"
},
"compose": {
"message": "发推",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "复制 PIN Code 并且将它粘贴到下面的文本框",
"description": ""
},
"copy_to_clipboard": {
"message": "复制到剪贴板",
"description": "date/index.html"
},
"create_a_list": {
"message": "创建一个新列表",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "致谢",
"description": ""
},
"cuddly": {
"message": "可乐小V",
"description": "data/index.html"
},
"custom_font": {
"message": "自定义字体",
"description": "data/index.html"
},
"default_picture_service": {
"message": "默认贴图服务",
"description": "data/index.html"
},
"delete": {
"message": "删除",
"description": ""
},
"delete_this_tweet": {
"message": "删除",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "删除成功呦!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "捐赠",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "草稿",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "丢一张相片给我,小鱼也可以喵",
"description": "data/index.html"
},
"drop": {
"message": "丢弃",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "编辑",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "例如H",
"description": "data/index.html"
},
"enable": {
"message": "启用",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "启用动画",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "启用GPU加速",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "启用啰嗦模式",
"description": ""
},
"errors": {
"message": "错误",
"description": "data/index.html"
},
"examples": {
"message": "示例",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "关闭窗口时退出 Hotot",
"description": "data/index.html"
},
"extensions": {
"message": "扩展",
"description": ""
},
"fav_or_un_fav": {
"message": "收藏/取消收藏",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "埋起来等下吃喵...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "收藏",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "我的收藏",
"description": "data/index.html"
},
"fellowship": {
"message": "外交",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "过滤类似的推",
"description": "data/index.html"
},
"find": {
"message": "查找",
"description": "data/index.html"
},
"fine": {
"message": "还能 hold 住哈",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "首次使用,用Twitter登录",
"description": "data/index.html"
},
"follow": {
"message": "关注",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "关注@",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "仰慕者",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "仰慕者",
"description": "data/js/ui.template.js"
},
"font": {
"message": "字体",
"description": ""
},
"font_preview_hint": {
"message": "我能吞下玻璃而不伤身体噢。",
"description": ""
},
"font_size": {
"message": "字体大小",
"description": ""
},
"friend_cnt": {
"message": "基友",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "基友",
"description": "data/js/ui.template.js"
},
"global": {
"message": "全局",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "请在修改本页选项后重启傲兔来让修改生效。对了,本页选项会影响所有账户噢。",
"description": ""
},
"greeting": {
"message": "殿下侬好!",
"description": ""
},
"help": {
"message": "帮助",
"description": ""
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "殿下侬好!殿下再崴!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "腹黑的老K",
"description": "data/index.html"
},
"home_timeline": {
"message": "时间线",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "主时间线",
"description": "data/index.html"
},
"host": {
"message": "主机名",
"description": "data/index.html"
},
"hotot": {
"message": "傲兔",
"description": ""
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "图片上传器",
"description": "data/index.html"
},
"info": {
"message": "信息",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "插入颜文字",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "智能过滤器",
"description": "data/index.html"
},
"interface_language": {
"message": "介面语言",
"description": "data/index.html"
},
"join": {
"message": "加入",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "吾只是有点怀念这儿",
"description": "data/index.html"
},
"keyboard": {
"message": "键盘",
"description": ""
},
"keyboard_shortcuts": {
"message": "键盘快捷键",
"description": ""
},
"kismet_firewall": {
"message": "Kismet 防火墙",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismet 向导",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "警告:凡是具备如下特征的推都将被抛弃,不给你呦。",
"description": "data/index.html"
},
"label_with_color": {
"message": "染色",
"description": "data/index.html"
},
"language": {
"message": "语言",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "让兔兔收集匿名统计信息",
"description": "data/index.html"
},
"license": {
"message": "许可",
"description": ""
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "行高",
"description": "data/index.html"
},
"list": {
"message": "列表",
"description": "data/index.html"
},
"listed_cnt": {
"message": "列表中",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "列表",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "包含该用户的列表",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "该用户的列表",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "加载中…",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "加载资源中...",
"description": ""
},
"location": {
"message": "位置",
"description": ""
},
"mark_deleted_tweets": {
"message": "标记被删除的推",
"description": "data/index.html"
},
"mask": {
"message": "屏蔽",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "提及",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "提到你的",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "提到我的",
"description": "data/index.html"
},
"messages": {
"message": "私信",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "私信",
"description": "data/index.html"
},
"more_actions": {
"message": "更多动作",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "移到底部",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "移动到下一条状态",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "移动到上一条状态",
"description": "data/index.html"
},
"move_to_top": {
"message": "移到顶部",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "屏蔽器",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "我的收藏",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "吾之旅程在那星辰大海",
"description": "data/index.html"
},
"my_power": {
"message": "魔法值",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "名字",
"description": ""
},
"nearly_dead": {
"message": "抱不住树了喵",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "网路故障,请稍候再试喵!",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "殿下,您的新账户已经创建成功呦!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "下一步",
"description": "data/index.html"
},
"no_extension": {
"message": "木有扩展",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "通知",
"description": ""
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": ""
},
"official_retweet_this_tweet": {
"message": "转发",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "好呢",
"description": ""
},
"oops_a_network_error_occurs": {
"message": "矮油~ 发生了一个网路错误呦!",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "矮油~ 发生了一个API错误",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "打开一个列表",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "打开一个用户页",
"description": "data/index.html"
},
"open_first_link": {
"message": "打开第一个链接(如果存在的话)",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "打开此人的链接",
"description": "data/index.html"
},
"options": {
"message": "选项",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "或者在浏览器中打开以下地址",
"description": ""
},
"panda_acts_cute": {
"message": "卖萌的熊猫",
"description": "data/index.html"
},
"password": {
"message": "密码",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "从剪贴板粘贴",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN Code",
"description": ""
},
"please_enter_the_recipient": {
"message": "殿下,请指定收件人呦!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "请输入一个账户前缀",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "端口",
"description": "data/index.html"
},
"post_successfully": {
"message": "成功发送呦!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "发送呢……",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "地图炮充能完毕",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "偏好",
"description": ""
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "如果可能的话,预加载对话的上一条状态",
"description": ""
},
"pretty_wife": {
"message": "俏人妻西乔",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "预览嵌入的多媒体",
"description": "data/index.html"
},
"preview_here": {
"message": "预览",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "账户",
"description": "data/index.html"
},
"profile_name": {
"message": "帐户名",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "代理",
"description": "data/index.html"
},
"proxy_auth": {
"message": "代理认证",
"description": "data/index.html"
},
"proxy_host": {
"message": "代理主机",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "HTTP代理",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "无代理",
"description": "data/index.html"
},
"proxy_port": {
"message": "代理端口",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "SOCKS代理",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "系统代理",
"description": "data/index.html"
},
"quick_references": {
"message": "快速参考",
"description": "data/index.html"
},
"quit_hotot": {
"message": "退出傲兔",
"description": "data/index.html"
},
"quote": {
"message": "引用",
"description": ""
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "关系",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "重新加载",
"description": "data/index.html"
},
"reply": {
"message": "回复",
"description": ""
},
"reply_all": {
"message": "回复所有",
"description": ""
},
"reply_this_tweet": {
"message": "回复",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "回应",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "举报垃圾账户",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "技能冷却时间还剩",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "恢复默认值",
"description": ""
},
"retweet": {
"message": "转发",
"description": ""
},
"retweet_or_un_retweet": {
"message": "转发/取消转发",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "转发成功呦!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "转发人:",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "转发中...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "转发与被转发",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "转发",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "引用",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "规则",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "规则过滤器",
"description": "data/index.html"
},
"rule_editor": {
"message": "规则编辑器",
"description": "data/index.html"
},
"rule_name": {
"message": "规则名",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "使用相同 API 进行签名",
"description": ""
},
"same_signing_oauth_base": {
"message": "使用同样的 OAuth 地址进行签名",
"description": ""
},
"save": {
"message": "保存",
"description": "data/index.html"
},
"save_as_draft": {
"message": "保存草稿",
"description": "data/index.html"
},
"schizophrenia": {
"message": "裂裂的芬芳",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "搜索",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "搜索 API Base",
"description": ""
},
"search_in_google": {
"message": "在Google中搜索@",
"description": ""
},
"search_in_twitter": {
"message": "在Twitter中搜索@",
"description": ""
},
"search_view": {
"message": "搜索",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "选择一个默认图片服务",
"description": "data/index.html"
},
"select_a_language": {
"message": "选择语言",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "选择动作",
"description": "data/index.html"
},
"select_fields": {
"message": "选择您感兴趣的部位",
"description": "data/index.html"
},
"send_message": {
"message": "发送消息",
"description": ""
},
"send_message_to_them": {
"message": "发送私信",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "婚前的旧时光",
"description": "data/index.html"
},
"shortcuts": {
"message": "快捷键",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "显示相对时间戳",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "爬墙呢喵……",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "登出",
"description": "data/index.html"
},
"signing_api_base": {
"message": "登录 API Base",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "登录 OAuth Base",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "切换到下一页",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "切换到前一页",
"description": "data/index.html"
},
"some_error_occur": {
"message": "矮油~ 发生了点错误耶 >_<",
"description": "data/index.html"
},
"starts_minimized": {
"message": "启动即最小化",
"description": "data/index.html"
},
"stat": {
"message": "统计",
"description": ""
},
"status_is_over_140_characters": {
"message": "超过140字了喵!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "第一步",
"description": ""
},
"step_two": {
"message": "第二步",
"description": ""
},
"struggling_adventurers": {
"message": "苦逼的Kee叔",
"description": "data/index.html"
},
"successfully": {
"message": "成功了呢!",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "召唤Hotot 『比如: C』",
"description": ""
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "主题",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "这个账户已经存在了呦!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "文艺的缇香",
"description": "data/index.html"
},
"to": {
"message": "给",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "冷艳的嘉敏",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "开关会话",
"description": "data/index.html"
},
"tranquil": {
"message": "祝汝幸福",
"description": "data/index.html"
},
"transparent": {
"message": "透明",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "状态",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "状态视图",
"description": "data/index.html"
},
"tweets": {
"message": "状态",
"description": ""
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "写点什么或者拖拽照片到此",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "取消收藏呢...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "取消屏蔽",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "撤销转发呢...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "撤销成功呦!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "取消关注",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "解除关注@",
"description": "data/js/ui.main.js"
},
"update": {
"message": "更新",
"description": ""
},
"update_successfully": {
"message": "更新成功呦!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "更新中……",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "上传",
"description": "data/index.html"
},
"upload_api_base": {
"message": "上传 API Base",
"description": "data/index.html"
},
"upload_photo": {
"message": "上传照片",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "上传到 ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL缩短器",
"description": "data/index.html"
},
"use_custom_font": {
"message": "使用自定义字体",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "使用『引用』作为默认转发方式",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "使用『回复所有』作为默认回复方式",
"description": "data/index.html"
},
"username": {
"message": "用户名",
"description": "data/index.html"
},
"verify": {
"message": "校验",
"description": "data/index.html"
},
"version": {
"message": "版本",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "发自",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "查看会话",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "火炬的正直",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "咸湿佬",
"description": "data/index.html"
},
"weakness": {
"message": "虚弱",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "网址",
"description": "data/js/ui.template.js"
},
"website": {
"message": "网址",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "低语",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "他/她/它默默地关注着你…",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "你默默地,关注着他/她/它…",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "你们默默地关注着对方…",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "你们宛如路人,擦身而过,不相往来。",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
}
Hotot-0.9.8.14/data/_locales/zh_CN/timestring.js 0000664 0000000 0000000 00000004574 12142171256 0021301 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : chinese
// author : suupic : https://github.com/suupic
(function () {
var lang = {
months : "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
monthsShort : "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
weekdays : "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),
weekdaysShort : "周日_周一_周二_周三_周四_周五_周六".split("_"),
weekdaysMin : "日_一_二_三_四_五_六".split("_"),
longDateFormat : {
LT : "Ah点mm",
L : "YYYY年MMMD日",
LL : "YYYY年MMMD日",
LLL : "YYYY年MMMD日LT",
LLLL : "YYYY年MMMD日ddddLT"
},
meridiem : function (hour, minute, isLower) {
if (hour < 9) {
return "早上";
} else if (hour < 11 && minute < 30) {
return "上午";
} else if (hour < 13 && minute < 30) {
return "中午";
} else if (hour < 18) {
return "下午";
} else {
return "晚上";
}
},
calendar : {
sameDay : '[今天]LT',
nextDay : '[明天]LT',
nextWeek : '[下]ddddLT',
lastDay : '[昨天]LT',
lastWeek : '[上]ddddLT',
sameElse : 'L'
},
relativeTime : {
future : "%s内",
past : "%s前",
s : "几秒",
m : "1分钟",
mm : "%d分钟",
h : "1小时",
hh : "%d小时",
d : "1天",
dd : "%d天",
M : "1个月",
MM : "%d个月",
y : "1年",
yy : "%d年"
},
ordinal : function (number) {
return '';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('zh_CN', lang);
}
}());
Hotot-0.9.8.14/data/_locales/zh_TW/ 0000775 0000000 0000000 00000000000 12142171256 0016576 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/_locales/zh_TW/messages.json 0000664 0000000 0000000 00000071602 12142171256 0021306 0 ustar 00root root 0000000 0000000 {
"a_new_hope": {
"message": "",
"description": "data/index.html"
},
"about": {
"message": "關於",
"description": ""
},
"about_and_help": {
"message": "關於與說明",
"description": ""
},
"access_token_doesnt_exist": {
"message": "嗚嗚,Access Token 不存在",
"description": "data/index.html"
},
"action": {
"message": "動作",
"description": "data/index.html"
},
"add": {
"message": "增加",
"description": "data/index.html"
},
"add_new_views": {
"message": "增加新視圖",
"description": "data/index.html"
},
"add_to_list": {
"message": "增加到列表",
"description": "data/js/ui.template.js"
},
"advanced": {
"message": "進階",
"description": ""
},
"animation": {
"message": "動畫",
"description": "data/index.html"
},
"api_base": {
"message": "API Base",
"description": ""
},
"api_setting": {
"message": "API 設置",
"description": ""
},
"archive": {
"message": "歸檔",
"description": "data/index.html"
},
"artwork_by": {
"message": "",
"description": "data/index.html"
},
"assassin_s_tango": {
"message": "殼醬的詭計",
"description": "data/index.html"
},
"authentication_ok": {
"message": "驗證通過呦!",
"description": "data/js/ui.welcome.js"
},
"author": {
"message": "作者",
"description": "data/js/ui.exts_dlg.js"
},
"auto_longer_tweet": {
"message": "",
"description": "data/index.html"
},
"automatically_sign_in_after_opening": {
"message": "打開以後自動登陸",
"description": "data/index.html"
},
"behavior": {
"message": "行為",
"description": ""
},
"bio": {
"message": "自述",
"description": ""
},
"block": {
"message": "阻擋",
"description": "data/js/ui.template.js"
},
"bloody_marguerite": {
"message": "血腥的蘇醬",
"description": "data/index.html"
},
"cancel": {
"message": "取消",
"description": ""
},
"cannot_authenticate_you_please_check_your_username_or_password_and_api_base": {
"message": "不能驗證殿下的身份噢。請檢查您的帳戶名/密碼和 API 網址。",
"description": "data/js/ui.welcome.js"
},
"cannot_authenticate_you_please_try_later": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"cannot_get_token_from_server": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"change_your_profile_picture_by_clicking_it": {
"message": "",
"description": "data/index.html"
},
"charactor_at_is_not_allow_in_profile_prefix": {
"message": "不允許在帳號前綴中使用`@`字符哦喵",
"description": "data/js/ui.welcome.js"
},
"chrome_context_menu_integration": {
"message": "整合到Chrome右鍵菜單",
"description": "data/index.html"
},
"classic": {
"message": "",
"description": "data/index.html"
},
"clear": {
"message": "清除",
"description": ""
},
"clear_and_close": {
"message": "清空並且關閉",
"description": "data/index.html"
},
"clear_token": {
"message": "清空 Token",
"description": "data/index.html"
},
"click_me_to_continue": {
"message": "點我繼續呦",
"description": ""
},
"click_the_button_below": {
"message": "點選下面的按鈕呦",
"description": ""
},
"click_to_compose_message": {
"message": "點選切換DM模式",
"description": "data/index.html"
},
"click_to_expand_menu": {
"message": "",
"description": "data/index.html"
},
"click_to_show": {
"message": "點選查看",
"description": "data/js/ui.template.js"
},
"click_to_show_retweeters": {
"message": "點我查看轉發人呦",
"description": "data/js/ui.template.js"
},
"client_name1_client_name2": {
"message": "",
"description": "data/index.html"
},
"close": {
"message": "關閉",
"description": ""
},
"close_current_column": {
"message": "關閉目前列",
"description": "data/index.html"
},
"compose": {
"message": "發推",
"description": "data/index.html"
},
"compress_tweet": {
"message": "",
"description": "data/index.html"
},
"copy_the_pin_code_and_paste_it_into_the_box_below": {
"message": "複製 PIN Code 並且貼入下面的文字框",
"description": ""
},
"copy_to_clipboard": {
"message": "複製到剪貼簿",
"description": "date/index.html"
},
"create_a_list": {
"message": "新建一個新列表",
"description": "data/js/ui.template.js"
},
"create_a_new_profile": {
"message": "",
"description": "data/index.html"
},
"credits": {
"message": "鳴謝",
"description": ""
},
"cuddly": {
"message": "可樂小V",
"description": "data/index.html"
},
"custom_font": {
"message": "自定字型",
"description": "data/index.html"
},
"default_picture_service": {
"message": "預設貼圖服務",
"description": "data/index.html"
},
"delete": {
"message": "刪除",
"description": ""
},
"delete_this_tweet": {
"message": "刪除",
"description": "data/js/ui.template.js"
},
"destroy_successfully": {
"message": "刪除成功呦!",
"description": "data/js/ui.main.js"
},
"donate": {
"message": "捐贈",
"description": "data/index.html"
},
"donate_hint1": {
"message": "",
"description": "data/index.html"
},
"donate_hint2": {
"message": "",
"description": "data/index.html"
},
"dots": {
"message": "...",
"description": "data/js/ui.main.js"
},
"drafts": {
"message": "草稿",
"description": "data/js/ui.status_box.js"
},
"drag_a_photo_here": {
"message": "丟一張相片給我,小魚也可以喵",
"description": "data/index.html"
},
"drop": {
"message": "丟棄",
"description": "data/index.html"
},
"drop_tweets_contain_hash_tag_nowplaying": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_contain_word_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_retweeted_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_by_abc": {
"message": "",
"description": "data/index.html"
},
"drop_tweets_sent_from_foursquare": {
"message": "",
"description": "data/index.html"
},
"edit": {
"message": "編輯",
"description": "data/js/ui.template.js"
},
"eg_alt_h": {
"message": "例:H",
"description": "data/index.html"
},
"enable": {
"message": "啟用",
"description": "data/js/ui.exts_dlg.js"
},
"enable_animation": {
"message": "啓用動畫效果",
"description": "data/index.html"
},
"enable_gpu_acceleration": {
"message": "啓用GPU加速",
"description": "data/index.html"
},
"enable_verbose_mode": {
"message": "啟用囉嗦模式",
"description": ""
},
"errors": {
"message": "錯誤",
"description": "data/index.html"
},
"examples": {
"message": "範例",
"description": "data/index.html"
},
"exit_hotot_when_close_window": {
"message": "關閉視窗時退出 Hotot",
"description": "data/index.html"
},
"extensions": {
"message": "套件",
"description": ""
},
"fav_or_un_fav": {
"message": "最愛/取消最愛",
"description": "data/index.html"
},
"favorite_this_tweet_dots": {
"message": "埋起來等下吃喵...",
"description": "data/js/ui.main.js"
},
"favs": {
"message": "最愛",
"description": "data/js/ui.template.js"
},
"favs_view": {
"message": "我的最愛",
"description": "data/index.html"
},
"fellowship": {
"message": "外交",
"description": "data/js/ui.template.js"
},
"filter_nsfw_media": {
"message": "",
"description": "data/index.html"
},
"filter_tweets_like_it": {
"message": "過濾類似的推",
"description": "data/index.html"
},
"find": {
"message": "尋找",
"description": "data/index.html"
},
"fine": {
"message": "還能 hold 住哈",
"description": "data/js/lib.twitterapi.js"
},
"first_time_to_sign_in_with_twitter": {
"message": "首次使用,用Twitter登錄",
"description": "data/index.html"
},
"follow": {
"message": "關注",
"description": "data/js/ui.template.js"
},
"follow_at": {
"message": "關注@",
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "關注者",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "關注者",
"description": "data/js/ui.template.js"
},
"font": {
"message": "字型",
"description": ""
},
"font_preview_hint": {
"message": "我能吞下玻璃而不傷身體噢。",
"description": ""
},
"font_size": {
"message": "字型大小",
"description": ""
},
"friend_cnt": {
"message": "朋友",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "朋友",
"description": "data/js/ui.template.js"
},
"global": {
"message": "全域",
"description": "data/index.html"
},
"globals_restart_hint": {
"message": "請在修改本頁選項後重啟Hotot來生效。對了,本頁選項會影響所有帳號噢。",
"description": ""
},
"greeting": {
"message": "殿下儂好!",
"description": ""
},
"help": {
"message": "說明",
"description": ""
},
"hey": {
"message": "",
"description": "data/index.html"
},
"hey_it_is_you": {
"message": "殿下儂好!殿下再崴!",
"description": "data/js/ui.peopleview.js"
},
"hidden_dark_minds": {
"message": "腹黑的老K",
"description": "data/index.html"
},
"home_timeline": {
"message": "時間軸",
"description": "data/js/ui.slider.js"
},
"home_view": {
"message": "主時間軸",
"description": "data/index.html"
},
"host": {
"message": "主機名稱",
"description": "data/index.html"
},
"hotot": {
"message": "Hotot",
"description": ""
},
"hotot_description": {
"message": "",
"description": "data/index.html"
},
"image_uploader": {
"message": "圖片上傳器",
"description": "data/index.html"
},
"info": {
"message": "資訊",
"description": "data/js/ui.template.js"
},
"insert_smiley": {
"message": "插入顏文字",
"description": "data/index.html"
},
"intelligent_filter": {
"message": "智慧過濾器",
"description": "data/index.html"
},
"interface_language": {
"message": "介面語言",
"description": "data/index.html"
},
"join": {
"message": "加入",
"description": "data/js/ui.template.js"
},
"just_cannot_stop_thinking_of_here": {
"message": "吾只是有點懷念這兒",
"description": "data/index.html"
},
"keyboard": {
"message": "鍵盤",
"description": ""
},
"keyboard_shortcuts": {
"message": "鍵盤快速鍵",
"description": ""
},
"kismet_firewall": {
"message": "Kismet 防火牆",
"description": "data/index.html"
},
"kismet_guide": {
"message": "Kismet 指南",
"description": "data/index.html"
},
"kismet_mute_hint": {
"message": "警告:凡是具備如下特徵的推文都將被拋棄,不給你呦。",
"description": "data/index.html"
},
"label_with_color": {
"message": "染色",
"description": "data/index.html"
},
"language": {
"message": "語言",
"description": "data/index.html"
},
"let_hotot_collects_anonymous_statistic_information": {
"message": "讓Hotot收集匿名統計資訊",
"description": "data/index.html"
},
"license": {
"message": "許可協議",
"description": ""
},
"license_text1": {
"message": "",
"description": "data/index.html"
},
"license_text2": {
"message": "",
"description": "data/index.html"
},
"license_text3": {
"message": "",
"description": "data/index.html"
},
"line_height": {
"message": "行高",
"description": "data/index.html"
},
"list": {
"message": "列表",
"description": "data/index.html"
},
"listed_cnt": {
"message": "列表中",
"description": "data/js/ui.template.js"
},
"lists": {
"message": "列表",
"description": "data/js/ui.template.js"
},
"lists_following_them": {
"message": "包含該帳戶的列表",
"description": "data/js/ui.template.js"
},
"lists_of_them": {
"message": "該帳戶的列表",
"description": "data/js/ui.template.js"
},
"loading_dots": {
"message": "載入中…",
"description": "data/js/ui.template.js"
},
"loading_resources_hint": {
"message": "載入資源中...",
"description": ""
},
"location": {
"message": "位置",
"description": ""
},
"mark_deleted_tweets": {
"message": "標記被刪除的推文",
"description": "data/index.html"
},
"mask": {
"message": "過濾",
"description": "data/index.html"
},
"mask_tweets_contain_hash_tag_callmemaybe": {
"message": "",
"description": "data/index.html"
},
"mention_them": {
"message": "提及",
"description": "data/js/ui.template.js"
},
"mentions": {
"message": "提到你的",
"description": "data/js/ui.slider.js"
},
"mentions_view": {
"message": "提到我的",
"description": "data/index.html"
},
"messages": {
"message": "訊息",
"description": "data/js/ui.slider.js"
},
"messages_view": {
"message": "訊息",
"description": "data/index.html"
},
"more_actions": {
"message": "更多動作",
"description": "data/js/ui.template.js"
},
"move_to_bottom": {
"message": "移到底部",
"description": "data/index.html"
},
"move_to_next_tweet": {
"message": "移動到下一條推文",
"description": "data/index.html"
},
"move_to_prev_tweet": {
"message": "移動到上一條推文",
"description": "data/index.html"
},
"move_to_top": {
"message": "移到頂部",
"description": "data/index.html"
},
"mute_by_containing_words": {
"message": "",
"description": "data/index.html"
},
"mute_by_source": {
"message": "",
"description": "data/index.html"
},
"mute_by_user_name": {
"message": "",
"description": "data/index.html"
},
"mute_filter": {
"message": "過濾器",
"description": "data/index.html"
},
"mute_this_source": {
"message": "",
"description": "data/index.html"
},
"mute_this_user": {
"message": "",
"description": "data/index.html"
},
"mute_this_word": {
"message": "",
"description": "data/index.html"
},
"my_favs": {
"message": "我的最愛",
"description": "data/js/ui.slider.js"
},
"my_journey_is_to_the_sea_of_stars": {
"message": "吾之旅程在那星辰大海",
"description": "data/index.html"
},
"my_power": {
"message": "魔法值",
"description": "data/js/lib.twitterapi.js"
},
"name": {
"message": "名字",
"description": ""
},
"nearly_dead": {
"message": "抱不住樹了喵",
"description": "data/js/lib.twitterapi.js"
},
"network_error_please_try_later": {
"message": "網路故障,請稍候再試喵!",
"description": "data/js/ui.welcome.js"
},
"new_profile_has_been_created": {
"message": "殿下,您的新帳號已經新建成功呦!",
"description": "data/js/ui.welcome.js"
},
"next": {
"message": "下一步",
"description": "data/index.html"
},
"no_extension": {
"message": "沒有套件",
"description": "data/index.html"
},
"not_avaiable_yet": {
"message": "",
"description": "data/index.html"
},
"notify": {
"message": "通知",
"description": ""
},
"notify_me_if_incoming_tweets_mention_hotot": {
"message": "",
"description": "data/index.html"
},
"oauth_base": {
"message": "OAuth Base",
"description": ""
},
"official_retweet_this_tweet": {
"message": "轉發",
"description": "data/js/ui.template.js"
},
"ok": {
"message": "好呢",
"description": ""
},
"oops_a_network_error_occurs": {
"message": "矮油~ 發生了一個網路錯誤呦!",
"description": "data/js/ui.welcome.js"
},
"oops_an_api_error_occurs": {
"message": "矮油~ 發生了一個API錯誤",
"description": "data/js/ui.welcome.js"
},
"oops_an_authentication_error_occurs": {
"message": "",
"description": "data/js/ui.welcome.js"
},
"open_a_list_dots": {
"message": "打開一個列表",
"description": "data/index.html"
},
"open_a_profile_dots": {
"message": "打開一個帳戶頁",
"description": "data/index.html"
},
"open_first_link": {
"message": "打開第一個連結(如果存在的話)",
"description": "data/index.html"
},
"open_speaker_link": {
"message": "打開此人的連結",
"description": "data/index.html"
},
"options": {
"message": "選項",
"description": "data/js/ui.exts_dlg.js"
},
"or_copy_the_address_and_open_it_in_your_browser": {
"message": "或者在瀏覽器中打開以下網址",
"description": ""
},
"panda_acts_cute": {
"message": "賣萌的熊貓",
"description": "data/index.html"
},
"password": {
"message": "密碼",
"description": "data/index.html"
},
"paste_from_clipboard": {
"message": "從剪貼簿貼上",
"description": "date/index.html"
},
"pin_code": {
"message": "PIN Code",
"description": ""
},
"please_enter_the_recipient": {
"message": "殿下,請指定收件人呦!",
"description": "data/js/ui.status_box.js"
},
"please_entry_a_profile_prefix": {
"message": "請輸入一個帳號前綴",
"description": "data/js/ui.welcome.js"
},
"port": {
"message": "連接埠",
"description": "data/index.html"
},
"post_successfully": {
"message": "成功發送呦!",
"description": "data/js/ui.status_box.js"
},
"posting_dots": {
"message": "發送呢……",
"description": "data/js/ui.status_box.js"
},
"powerfull": {
"message": "地圖炮充能完畢",
"description": "data/js/lib.twitterapi.js"
},
"preferences": {
"message": "偏好設定設定設定",
"description": ""
},
"preload_latest_tweets_in_conversations_if_possible": {
"message": "如果可能的話,預載入對話的上一條推文",
"description": ""
},
"pretty_wife": {
"message": "俏人妻西喬",
"description": "data/index.html"
},
"preview_embedded_media": {
"message": "預覽嵌入的多媒體",
"description": "data/index.html"
},
"preview_here": {
"message": "預覽",
"description": "data/index.html"
},
"previous": {
"message": "",
"description": "data/index.html"
},
"profile": {
"message": "個人檔案",
"description": "data/index.html"
},
"profile_name": {
"message": "賬戶名稱",
"description": "data/index.html"
},
"project_host": {
"message": "",
"description": "data/index.html"
},
"project_site": {
"message": "",
"description": "data/index.html"
},
"proxy": {
"message": "代理",
"description": "data/index.html"
},
"proxy_auth": {
"message": "代理伺服器認證",
"description": "data/index.html"
},
"proxy_host": {
"message": "代理主機",
"description": "data/index.html"
},
"proxy_http_proxy": {
"message": "HTTP代理",
"description": "data/index.html"
},
"proxy_no_proxy": {
"message": "不使用代理",
"description": "data/index.html"
},
"proxy_port": {
"message": "代理端口",
"description": "data/index.html"
},
"proxy_socks_proxy": {
"message": "SOCKS代理",
"description": "data/index.html"
},
"proxy_system_proxy": {
"message": "系統代理",
"description": "data/index.html"
},
"quick_references": {
"message": "快速參考",
"description": "data/index.html"
},
"quit_hotot": {
"message": "退出Hotot",
"description": "data/index.html"
},
"quote": {
"message": "引用",
"description": ""
},
"read_later": {
"message": "",
"description": "data/index.html"
},
"read_later_service": {
"message": "",
"description": "data/index.html"
},
"relation": {
"message": "關係",
"description": "data/js/ui.template.js"
},
"reload": {
"message": "重新載入",
"description": "data/index.html"
},
"reply": {
"message": "回覆",
"description": ""
},
"reply_all": {
"message": "回覆所有",
"description": ""
},
"reply_this_tweet": {
"message": "回覆",
"description": "data/js/ui.template.js"
},
"reply_to": {
"message": "回應",
"description": "data/js/ui.template.js"
},
"report_spam": {
"message": "回報垃圾帳號",
"description": "data/js/ui.template.js"
},
"reset_time": {
"message": "技能冷卻時間還剩",
"description": "data/js/lib.twitterapi.js"
},
"restore_defaults": {
"message": "恢復預設值",
"description": ""
},
"retweet": {
"message": "轉發",
"description": ""
},
"retweet_or_un_retweet": {
"message": "轉發/取消轉發",
"description": "data/index.html"
},
"retweet_successfully": {
"message": "轉發成功呦!",
"description": "data/js/ui.main.js"
},
"retweeted_by": {
"message": "轉發人:",
"description": "data/js/ui.template.js"
},
"retweeting_dots": {
"message": "轉發中...",
"description": "data/js/ui.main.js"
},
"retweets": {
"message": "轉發與被轉發",
"description": "data/js/ui.slider.js"
},
"retweets_view": {
"message": "轉發",
"description": "data/index.html"
},
"rt_this_tweet": {
"message": "引用",
"description": "data/js/ui.template.js"
},
"rule": {
"message": "規則",
"description": "data/index.html"
},
"rule_based_filter": {
"message": "規則過濾器",
"description": "data/index.html"
},
"rule_editor": {
"message": "規則編輯器",
"description": "data/index.html"
},
"rule_name": {
"message": "規則名",
"description": "data/index.html"
},
"same_signing_api_base": {
"message": "使用相同 API 進行簽名",
"description": ""
},
"same_signing_oauth_base": {
"message": "使用同樣的 OAuth 網址進行簽名",
"description": ""
},
"save": {
"message": "保存",
"description": "data/index.html"
},
"save_as_draft": {
"message": "保存草稿",
"description": "data/index.html"
},
"schizophrenia": {
"message": "裂裂的芬芳",
"description": "data/index.html"
},
"screen_name1_screen_name2": {
"message": "",
"description": "data/index.html"
},
"search": {
"message": "搜尋",
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Search API Base",
"description": ""
},
"search_in_google": {
"message": "在Google中搜尋@",
"description": ""
},
"search_in_twitter": {
"message": "在Twitter中搜尋@",
"description": ""
},
"search_view": {
"message": "搜尋",
"description": "data/index.html"
},
"select_a_default_picture_service": {
"message": "選擇一個預設圖片服務",
"description": "data/index.html"
},
"select_a_language": {
"message": "選擇語言",
"description": "data/index.html"
},
"select_a_read_later_service": {
"message": "",
"description": "data/index.html"
},
"select_a_theme": {
"message": "",
"description": "data/index.html"
},
"select_actions": {
"message": "選擇動作",
"description": "data/index.html"
},
"select_fields": {
"message": "選擇您感興趣的部位",
"description": "data/index.html"
},
"send_message": {
"message": "發送消息",
"description": ""
},
"send_message_to_them": {
"message": "發送訊息",
"description": "data/js/ui.template.js"
},
"shiny_old_times_before_marriage": {
"message": "婚前的舊時光",
"description": "data/index.html"
},
"shortcuts": {
"message": "快速鍵",
"description": "data/index.html"
},
"show_relative_timestamp": {
"message": "顯示相對時間戳",
"description": "data/index.html"
},
"sign_in_dots": {
"message": "爬牆呢喵……",
"description": "data/js/ui.welcome.js"
},
"sign_out": {
"message": "登出",
"description": "data/index.html"
},
"signing_api_base": {
"message": "Signing API Base",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "Signing OAuth Base",
"description": "data/index.html"
},
"slide_to_next_page": {
"message": "切換到下一頁",
"description": "data/index.html"
},
"slide_to_prev_page": {
"message": "切換到前一頁",
"description": "data/index.html"
},
"some_error_occur": {
"message": "矮油~ 發生了點錯誤耶 >_<",
"description": "data/index.html"
},
"starts_minimized": {
"message": "啟動即最小化",
"description": "data/index.html"
},
"stat": {
"message": "統計",
"description": ""
},
"status_is_over_140_characters": {
"message": "超過140字了喵!",
"description": "data/js/ui.status_box.js"
},
"step_one": {
"message": "第一步",
"description": ""
},
"step_two": {
"message": "第二步",
"description": ""
},
"struggling_adventurers": {
"message": "苦逼的Kee叔",
"description": "data/index.html"
},
"successfully": {
"message": "成功了呢!",
"description": "data/js/ui.main.js"
},
"summon_hotot": {
"message": "召喚Hotot 『譬如: C'",
"description": ""
},
"supervised_by": {
"message": "",
"description": "data/index.html"
},
"themes": {
"message": "主題",
"description": "data/index.html"
},
"this_profile_may_has_already_exists": {
"message": "這個帳號已經存在了呦!",
"description": "data/js/ui.welcome.js"
},
"titian_s_elegance": {
"message": "文藝的緹香",
"description": "data/index.html"
},
"to": {
"message": "To",
"description": "data/index.html"
},
"to_cold_beauty": {
"message": "冷豔的嘉敏",
"description": "data/index.html"
},
"toggle_conversation": {
"message": "開關對話",
"description": "data/index.html"
},
"tranquil": {
"message": "祝汝幸福",
"description": "data/index.html"
},
"transparent": {
"message": "透明",
"description": "data/index.html"
},
"tweet_cnt": {
"message": "推文",
"description": "data/js/ui.template.js"
},
"tweet_view": {
"message": "推文",
"description": "data/index.html"
},
"tweets": {
"message": "狀態",
"description": ""
},
"twitter_official_service": {
"message": "",
"description": "data/index.html"
},
"type_a_name_here": {
"message": "",
"description": "data/index.html"
},
"type_or_drag_a_photo_here": {
"message": "要麼寫點,要麼拖拽一張照片進來",
"description": "data/index.html"
},
"un_favorite_this_tweet_dots": {
"message": "取消最愛呢...",
"description": "data/js/ui.main.js"
},
"unblock": {
"message": "取消阻擋",
"description": "data/js/ui.template.js"
},
"undo_retweeting_dots": {
"message": "取消轉發呢...",
"description": "data/js/ui.main.js"
},
"undo_successfully": {
"message": "取消成功呦!",
"description": "data/js/ui.main.js"
},
"unfollow": {
"message": "取消關注",
"description": "data/js/ui.listview.js"
},
"unfollow_at": {
"message": "解除關注@",
"description": "data/js/ui.main.js"
},
"update": {
"message": "更新",
"description": ""
},
"update_successfully": {
"message": "更新成功呦!",
"description": "data/js/ui.status_box.js"
},
"updating_dots": {
"message": "更新中……",
"description": "data/js/ui.status_box.js"
},
"upload": {
"message": "上傳",
"description": "data/index.html"
},
"upload_api_base": {
"message": "Upload API Base",
"description": "data/index.html"
},
"upload_photo": {
"message": "上傳照片",
"description": "data/index.html"
},
"upload_to_dots": {
"message": "上傳到 ...",
"description": "data/index.html"
},
"url_shortener": {
"message": "URL縮短器",
"description": "data/index.html"
},
"use_custom_font": {
"message": "使用自定字型",
"description": "data/index.html"
},
"use_quote_as_default_retweet_action": {
"message": "使用『引用』作為預設轉發方式",
"description": "data/index.html"
},
"use_read_later_service": {
"message": "",
"description": "data/index.html"
},
"use_reply_all_as_default_reply_action": {
"message": "使用『回覆所有』作為預設回覆方式",
"description": "data/index.html"
},
"username": {
"message": "帳戶名",
"description": "data/index.html"
},
"verify": {
"message": "驗證",
"description": "data/index.html"
},
"version": {
"message": "版本",
"description": "data/js/ui.exts_dlg.js"
},
"via": {
"message": "發自",
"description": "data/js/ui.template.js"
},
"view_more_conversation": {
"message": "查看對話",
"description": "data/js/ui.template.js"
},
"virushou_s_integrity": {
"message": "火炬的正直",
"description": "data/index.html"
},
"wanna_have_relationship_with": {
"message": "鹹濕佬",
"description": "data/index.html"
},
"weakness": {
"message": "虛弱",
"description": "data/js/lib.twitterapi.js"
},
"web": {
"message": "網址",
"description": "data/js/ui.template.js"
},
"website": {
"message": "網址",
"description": "data/js/ui.exts_dlg.js"
},
"whisper": {
"message": "低語",
"description": "data/js/ui.welcome.js"
},
"word1_word2": {
"message": "",
"description": "data/index.html"
},
"write_down_description_here": {
"message": "",
"description": "data/index.html"
},
"written_by": {
"message": "",
"description": "data/index.html"
},
"you_are_followed_by_them": {
"message": "他/她/它默默地關注著你…",
"description": "data/js/ui.peopleview.js"
},
"you_are_following": {
"message": "你默默地,關注著他/她/它…",
"description": "data/js/ui.peopleview.js"
},
"you_are_friends": {
"message": "你們默默地關注著對方…",
"description": "data/js/ui.peopleview.js"
},
"you_are_not_following_each_other": {
"message": "你們宛如路人,擦身而過,不相往來。",
"description": "data/js/ui.peopleview.js"
},
"you_dont_have_a_view": {
"message": "",
"description": "data/index.html"
},
"you_should_surely_add_one_or_more_views_by_clicking_the_add_button_above": {
"message": "",
"description": "data/index.html"
},
"your_profile": {
"message": "",
"description": "data/index.html"
}
}
Hotot-0.9.8.14/data/_locales/zh_TW/timestring.js 0000664 0000000 0000000 00000004626 12142171256 0021331 0 ustar 00root root 0000000 0000000 // moment.js language configuration
// language : traditional chinese (zh-tw)
// author : Ben : https://github.com/ben-lin
(function () {
var lang = {
months : "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),
monthsShort : "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
weekdays : "星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),
weekdaysShort : "週日_週一_週二_週三_週四_週五_週六".split("_"),
weekdaysMin : "日_一_二_三_四_五_六".split("_"),
longDateFormat : {
LT : "Ah點mm",
L : "YYYY年MMMD日",
LL : "YYYY年MMMD日",
LLL : "YYYY年MMMD日LT",
LLLL : "YYYY年MMMD日ddddLT"
},
meridiem : function (hour, minute, isLower) {
if (hour < 9) {
return "早上";
} else if (hour < 11 && minute < 30) {
return "上午";
} else if (hour < 13 && minute < 30) {
return "中午";
} else if (hour < 18) {
return "下午";
} else {
return "晚上";
}
},
calendar : {
sameDay : '[今天]LT',
nextDay : '[明天]LT',
nextWeek : '[下]ddddLT',
lastDay : '[昨天]LT',
lastWeek : '[上]ddddLT',
sameElse : 'L'
},
relativeTime : {
future : "%s內",
past : "%s前",
s : "幾秒",
m : "一分鐘",
mm : "%d分鐘",
h : "一小時",
hh : "%d小時",
d : "一天",
dd : "%d天",
M : "一個月",
MM : "%d個月",
y : "一年",
yy : "%d年"
},
ordinal : function (number) {
return '';
}
};
// Node
if (typeof module !== 'undefined' && module.exports) {
module.exports = lang;
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('zh_TW', lang);
}
}());
Hotot-0.9.8.14/data/background.html 0000664 0000000 0000000 00000000051 12142171256 0016763 0 ustar 00root root 0000000 0000000
Hotot-0.9.8.14/data/css/ 0000775 0000000 0000000 00000000000 12142171256 0014552 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/css/hotot.widget.css 0000664 0000000 0000000 00000026740 12142171256 0017714 0 ustar 00root root 0000000 0000000 /* = predefine = */
/*
== default theme ==
normal:
fg-color: #333;
bg-color: from #fff to #f3f3f3;
border-color: #ccc;
text-bg-color: #fff;
hover:
fg-color: #000;
light-color: #ADE6FF
active:
inset shadow: #ccc 0 0 5px;
disabled:
fg-color: #999;
text-bg-color: #eee;
== dark theme ==
normal:
fg-color: #eee
bg-color: from #666 to #333;
border-color: #ccc;
hover:
fg-color: #fff;
light-color: #ADE6FF
active:
inset shadow: #333 0 0 5px;
disabled:
fg-color: #aaa;
text-bg-color: #eee;
*/
/* = widget.button = */
.button {
display: inline-block;
text-align: center;
height: 30px;
line-height: 30px;
min-width: 70px;
padding: 0 10px;
color: #222;
border: 1px #ccc solid;
margin-left: 1px;
text-decoration: none;
font-size: 12px;
border-radius: 2px;
cursor: pointer;
text-shadow: #fff 0 1px 1px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #FCFCFC), color-stop(4%,#F2F2F2), color-stop(100%,#EEE));
}
.button.dark {
color: #4ac3ff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#888), color-stop(4%,#555), color-stop(100%,#282828));
border: 1px #444 solid;
text-shadow: #4ac3ff 0 0 15px;
}
.button:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #FCFCFC), color-stop(4%,#F8F8F8), color-stop(100%,#F2f2f2));
}
.button.dark:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#888), color-stop(4%,#666), color-stop(100%,#333));
}
.button:active {
-webkit-box-shadow: inset #ccc 0 0 5px;
-moz-box-shadow: inset #ccc 0 0 5px;
box-shadow: inset #ccc 0 0 5px;
}
.button.dark:active {
-webkit-box-shadow: inset #333 0 0 5px;
-moz-box-shadow: inset #333 0 0 5px;
box-shadow: inset #333 0 0 5px;
}
.button.disabled {
color: #999 !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,white), color-stop(4%,#F2F2F2), color-stop(100%,#EEE));
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.button.dark.disabled {
color: #aaa !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#888), color-stop(4%,#555), color-stop(100%,#282828));
}
.button:focus {
border-color: #4D90FE !important;
}
.button .icon {
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
width: 20px;
height: 20px;
display: inline-block;
height: 30px;
line-height: 30px;
}
/* = Combo = */
.combo {
outline: none;
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,white), color-stop(4%,#F2F2F2), color-stop(100%,#EEE));
display: inline-block;
text-align: center;
height: 30px;
min-width: 70px;
padding: 0 10px;
color: #333;
border: 1px #ccc solid;
margin-left: 1px;
text-decoration: none;
font-size: 12px;
border-radius: 2px;
cursor: pointer;
vertical-align: middle;
text-shadow: #fff 0 1px 1px;
-webkit-appearance: none;
position: relative;
}
.combo.dark {
color: #ddd;
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#888), color-stop(4%,#555), color-stop(100%,#282828));
border: 1px #444 solid;
text-shadow: #333 0 -1px 1px;
}
.combo:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,white), color-stop(4%,#EEE), color-stop(100%,#DEDEDE));
}
.combo.dark:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#888), color-stop(4%,#666), color-stop(100%,#333));
}
.combo:focus {
border-color: #4D90FE;
}
.combo.dark:focus {
border: 1px #444 solid;
}
.combo.dark option {
background: rgba(0,0,0,0.7);
color: white;
}
/* = widget.checkbox = */
.checkbox, .radio {
border: 1px #CCC solid;
-webkit-appearance: none;
min-height: 16px;
min-width: 16px;
vertical-align: middle;
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#F3F3F3));
margin: 5px;
cursor: pointer;
}
.checkbox:checked, .radio:checked {
border: 3px #fff solid;
background: -webkit-gradient(linear, left top, left bottom, from(#bbeaff), to(#4ac3ff));
-webkit-box-shadow: 0 0 1px #333;
-moz-box-shadow: 0 0 1px #333;
box-shadow: 0 0 1px #333;
}
.checkbox:checked:disabled, .radio:checked:disabled {
background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#b0b0b0));
}
.checkbox.dark, .radio.dark {
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
border: 1px #444 solid;
}
.checkbox.dark:checked, .radio.dark:checked {
border: 3px #444 solid;
background: -webkit-gradient(linear, left top, left bottom, from(#bbeaff), to(#4ac3ff));
}
.checkbox.dark:checked:disabled, .radio.dark:checked:disabled {
background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#b0b0b0));
}
.checked:focus, .radio:focus {
border-color: #4D90FE;
}
.radio {
border-radius: 8px;
outline: none;
}
/* = widget.entry & widget.textarea = */
/* == entry & textarea == */
.entry, .textarea {
background: #FCFCFC;
border: 1px solid #ddd;
padding: 2px 5px;
outline: none;
margin: 0;
color: #444;
-moz-box-shadow: 1px 1px 4px #F4F4F4 inset;
-webkit-box-shadow: 1px 1px 4px #F4F4F4 inset;
box-shadow: 1px 1px 4px #F4F4F4 inset;
}
.entry:focus, .textarea:focus {
border-color: #bbb;
}
.entry.dark:focus, .textarea.dark:focus {
border-color: #4D90FE;
}
.entry.dark, .textarea.dark {
border-color: #444;
background-color: #ccc;
}
.entry.disabled, .entry[disabled], .textarea.disabled, .textarea[disabled] {
color: #aaa;
background-color: #eee;
}
/* = entry = */
.entry {
height: 24px;
line-height: 24px;
}
/* = radio group = */
.radio_group {
margin: 0;
vertical-align: middle;
}
.radio_group > li {
padding: 0;
margin: 0;
list-style-type: none;
display: inline-block;
height: 32px;
margin-left: -1px;
}
.radio_group > li > .radio_group_btn {
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fff), color-stop(4%,#EEE), color-stop(100%,#DEDEDE));
display: inline-block;
text-align: center;
height: 30px;
line-height: 30px;
min-width: 60px;
padding: 0 5px;
color: #444;
border-right: 1px #ccc solid;
border-bottom: 1px #ccc solid;
border-top: 1px #ccc solid;
border-left: none;
margin-left: 1px;
text-decoration: none;
font-size: 12px;
cursor: pointer;
text-shadow: #fff 0 1px 1px;
}
.radio_group > li > .radio_group_btn:hover {
color: #222;
}
.radio_group.dark > li > .radio_group_btn {
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#888), color-stop(4%,#666), color-stop(100%,#333));
color: #ddd;
text-shadow: #333 0 -1px 1px;
border-right: 1px #444 solid;
border-bottom: 1px #444 solid;
border-top: 1px #444 solid;
}
.radio_group.dark > li > .radio_group_btn:hover {
color: #eee;
}
.radio_group > li:first-child > .radio_group_btn {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
border-left: 1px #ccc solid;
}
.radio_group.dark > li:first-child > .radio_group_btn {
border-color: #444;
}
.radio_group > li:last-child > .radio_group_btn {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.radio_group > li > .radio_group_btn.selected {
color: #555;
border-color: #bbb;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbb), color-stop(100%,#DEDEDE));
}
.radio_group.dark > li > .radio_group_btn.selected {
color: #4ac3ff;
text-shadow: #4ac3ff 0 0 15px;
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#555));
border-color: #444;
}
.radio_group_page {
display: none;
}
.radio_group_page:first-child {
display: block;
}
/* = widget.dialog = */
.dialog {
background: white;
border-radius: 2px;
position: fixed;
color: #333;
display: none;
top: 0;
left: 0;
-webkit-box-shadow: 1px 1px 5px #000;
-moz-box-shadow: 1px 1px 5px #000;
box-shadow: 1px 1px 5px #000;
}
.dialog_bar {
height: 38px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
position: relative;
border-bottom: 1px #333 solid;
}
.dialog_bar > .dialog_close_btn {
height: 38px;
width: 38px;
display: block;
position: absolute;
top: 0;
right: 0;
background: transparent url(../image/ic16_close.png) center center no-repeat;
border-left: 1px #444 solid;
}
.dialog_bar > .dialog_title {
height: 38px;
line-height: 38px;
font-size: 14px;
color: #F2F2F2;
text-shadow: 0 -1px 0px black;
background: #333 url(../image/mask.png);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
margin: 0;
text-align: center
}
.dialog_container {
margin: 0;
padding: 0;
position: relative;
font-size: 14px;
}
.dialog_header {
border-bottom: 1px #ccc solid;
padding: 10px;
height: 32px;
}
.dialog_body {
padding: 10px 10px;
overflow-y: auto;
background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F6), to(#EDEDED));
}
.dialog_body .mochi_entry.widget {
width: 300px;
}
.dialog_footer {
height: 59px;
text-align: right;
border-top: 1px #ccc solid;
clear:both;
padding: 10px;
height: 32px;
}
.dialog_block {
font-size: 12px;
line-height: 1.6em;
word-wrap: break-all;
white-space:normal;
}
.dialog_body h3 {
margin: 0;
font-size: 15px;
padding: 2px 0 4px 10px;
text-shadow: 0 1px 1px white;
}
.dialog_block p {
padding-left: 10px;
margin: 5px 0;
}
.dialog_block p * {
word-wrap: break-all;
white-space:normal;
}
/* = widget.bubble = */
.bubble {
position: absolute;
display: none;
top: 0;
left: 0;
z-index: 99999;
}
.bubble_container {
}
.bubble_body {
border-radius: 2px;
color: #fff;
background-color: rgba(0,0,0,0.8);
padding: 10px;
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}
/* = widget.progress_bar = */
.progress_bar {
height: 10px;
width: 100px;
border: 1 #ccc solid;
}
/* = widget.autocomplete = */
.autocomplete {
list-style-type: none;
max-height: 200px;
overflow: auto;
background-color: white;
border: 1px #ddd solid;
display: none;
position: absolute;
background: white;
text-align: left;
text-indent: 30px;
z-index: 10;
}
.autocomplete li.selected {
background: lightgray;
}
.autocomplete li {
display: block;
height: 24px;
line-height: 24px;
}
.autocomplete li:hover {
}
/* scrollbar */
#scrollbar_container {
position:relative;
}
.scrollbar_track {
position:absolute;
top:0;
right:0;
height:100%;
width:10px;
cursor:pointer;
}
.scrollbar_track .scrollbar_slot {
background-color: rgba(200,200,200,0.1);
border-radius: 5px;
height:100%;
position:relative;
}
.scrollbar_track:hover .scrollbar_slot {
background-color: rgba(80,80,80,0.1);
}
.scrollbar_handle {
width:10px;
background-color: gray;
cursor:pointer;
border-radius: 5px;
opacity:0.5;
min-height: 100px;
position: absolute;
-webkit-transition: opacity 0.2s ease-in;
}
.scrollbar_track.active .scrollbar_handle, .scrollbar_handle:hover {
opacity:0.9;
}
.scrollbar_content {
overflow:hidden;
}
Hotot-0.9.8.14/data/css/mochi.css 0000664 0000000 0000000 00000127514 12142171256 0016375 0 ustar 00root root 0000000 0000000 input[type="button"],input[type="submit"],input[type="checkbox"],input[type="radio"]{-webkit-appearance:none}.gradient_light{background:#fbfdfb;background:-moz-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fcfcfc),color-stop(4%,#fbfdfb),color-stop(100%,#e8eae9));background:-webkit-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-o-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-ms-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.gradient_dark{background:#737373;background:-moz-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#838383),color-stop(4%,#737373),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-o-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-ms-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.touchable{-moz-user-select:none;-khtml-user-select:none;user-select:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;line-height:28px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;outline:0;cursor:pointer;font-size:14px;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.touchable *{cursor:pointer}.editable{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;min-width:70px;height:30px;outline:0;font-family:Helvetica,Arial,sans-serif}.button_like{background:#fbfdfb;background:-moz-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fcfcfc),color-stop(4%,#fbfdfb),color-stop(100%,#e8eae9));background:-webkit-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-o-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-ms-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:1px #b2b3b4 solid;color:#333;-webkit-font-smoothing:antialiased;text-decoration:none;text-shadow:0 -1px 1px #fff}.button_like_dark{background:#737373;background:-moz-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#838383),color-stop(4%,#737373),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-o-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-ms-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:1px #3f3e3d solid;color:#333;-webkit-font-smoothing:antialiased;text-decoration:none;text-shadow:0 -1px 1px #fff}.has_icon::after,.only_icon::after{content:" ";position:relative;top:6px;float:left;width:16px;height:16px;margin:0 .5em 0 -0.5em;display:block;background:transparent url(../image/ic16_sample.png) 0 0 no-repeat}.only_icon{padding:0!important;min-width:30px!important;text-indent:-99999px;overflow:hidden}.only_icon::after{margin:0 6px}.mochi_button{background:#fbfdfb;background:-moz-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fcfcfc),color-stop(4%,#fbfdfb),color-stop(100%,#e8eae9));background:-webkit-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-o-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-ms-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:1px #b2b3b4 solid;color:#333;-webkit-font-smoothing:antialiased;text-decoration:none;text-shadow:0 -1px 1px #fff;-moz-user-select:none;-khtml-user-select:none;user-select:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;line-height:28px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;outline:0;cursor:pointer;font-size:14px;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;display:inline-block;text-align:center;padding:0 20px;min-width:70px}.mochi_button *{cursor:pointer}.mochi_button:hover,.mochi_button_hover{background:#fefefe;background:-moz-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fff),color-stop(4%,#fefefe),color-stop(100%,#f1f6f3));background:-webkit-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-o-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-ms-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_button:active,.mochi_button_active{-moz-box-shadow:inset 0 0 15px rgba(0,20,30,0.3);-webkit-box-shadow:inset 0 0 15px rgba(0,20,30,0.3);box-shadow:inset 0 0 15px rgba(0,20,30,0.3)}.mochi_button_selected{-moz-box-shadow:inset 0 0 8px rgba(0,20,30,0.2);-webkit-box-shadow:inset 0 0 8px rgba(0,20,30,0.2);box-shadow:inset 0 0 8px rgba(0,20,30,0.2);background:#d3d4d8;background:-moz-linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#c6c7c9),color-stop(4%,#d3d4d8),color-stop(100%,#dedfe1));background:-webkit-linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);background:-o-linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);background:-ms-linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);background:linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_button_dark_selected{-moz-box-shadow:inset 0 0 8px rgba(0,20,30,0.8);-webkit-box-shadow:inset 0 0 8px rgba(0,20,30,0.8);box-shadow:inset 0 0 8px rgba(0,20,30,0.8);background:#2c2b27;background:-moz-linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#393836),color-stop(4%,#2c2b27),color-stop(100%,#21201e));background:-webkit-linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);background:-o-linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);background:-ms-linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);background:linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_button.round{-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px}.mochi_button[disabled],.mochi_button_disabled{background:#f2f2f2;background:-moz-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#f8f8fd),color-stop(4%,#f2f2f2),color-stop(100%,#d7d8da));background:-webkit-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-o-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-ms-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#666;cursor:default;text-shadow:0 -1px #eee}.mochi_button.black,.mochi_button_dark{background:#737373;background:-moz-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#838383),color-stop(4%,#737373),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-o-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-ms-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#DDD;text-shadow:black 0 1px 1px;border:1px solid #3f3e3d}.mochi_button.black:hover,.mochi_button_hover.black,.mochi_button_dark_hover{background:#838383;background:-moz-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#939393),color-stop(4%,#838383),color-stop(100%,#585659));background:-webkit-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-o-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-ms-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_button.black:active,.mochi_button_active.black,.mochi_button_dark_active{-moz-box-shadow:inset 0 0 15px rgba(0,20,30,0.8);-webkit-box-shadow:inset 0 0 15px rgba(0,20,30,0.8);box-shadow:inset 0 0 15px rgba(0,20,30,0.8)}.mochi_button.black[disabled],.mochi_button_dark_disabled{background:#585659;background:-moz-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#737373),color-stop(4%,#585659),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-o-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-ms-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#666;cursor:default;text-shadow:0 -1px #eee}.mochi_button.blue{background:#3099e7;background:-moz-linear-gradient(top,#93b2d3 2%,#3099e7 4%,#2457da 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#93b2d3),color-stop(4%,#3099e7),color-stop(100%,#2457da));background:-webkit-linear-gradient(top,#93b2d3 2%,#3099e7 4%,#2457da 100%);background:-o-linear-gradient(top,#93b2d3 2%,#3099e7 4%,#2457da 100%);background:-ms-linear-gradient(top,#93b2d3 2%,#3099e7 4%,#2457da 100%);background:linear-gradient(top,#93b2d3 2%,#3099e7 4%,#2457da 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#c1e2fe;text-shadow:#454578 0 1px 1px;border:1px solid #0666b6}.mochi_button.blue:hover,.mochi_button_hover.blue{background:#50a9f7;background:-moz-linear-gradient(top,#b0c9e1 2%,#50a9f7 4%,#226fdd 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#b0c9e1),color-stop(4%,#50a9f7),color-stop(100%,#226fdd));background:-webkit-linear-gradient(top,#b0c9e1 2%,#50a9f7 4%,#226fdd 100%);background:-o-linear-gradient(top,#b0c9e1 2%,#50a9f7 4%,#226fdd 100%);background:-ms-linear-gradient(top,#b0c9e1 2%,#50a9f7 4%,#226fdd 100%);background:linear-gradient(top,#b0c9e1 2%,#50a9f7 4%,#226fdd 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_button.blue:active,.mochi_button_active.blue{-moz-box-shadow:inset 0 0 15px rgba(20,20,60,0.5);-webkit-box-shadow:inset 0 0 15px rgba(20,20,60,0.5);box-shadow:inset 0 0 15px rgba(20,20,60,0.5)}.mochi_button.red{background:#e73034;background:-moz-linear-gradient(top,#d39394 2%,#e73034 4%,#ca1416 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#d39394),color-stop(4%,#e73034),color-stop(100%,#ca1416));background:-webkit-linear-gradient(top,#d39394 2%,#e73034 4%,#ca1416 100%);background:-o-linear-gradient(top,#d39394 2%,#e73034 4%,#ca1416 100%);background:-ms-linear-gradient(top,#d39394 2%,#e73034 4%,#ca1416 100%);background:linear-gradient(top,#d39394 2%,#e73034 4%,#ca1416 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#fec2c1;text-shadow:#784845 0 1px 1px;border:1px solid #c60c06}.mochi_button.red:hover,.mochi_button_hover.red{background:#f7505c;background:-moz-linear-gradient(top,#e1a0a2 2%,#f7505c 4%,#dd222d 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#e1a0a2),color-stop(4%,#f7505c),color-stop(100%,#dd222d));background:-webkit-linear-gradient(top,#e1a0a2 2%,#f7505c 4%,#dd222d 100%);background:-o-linear-gradient(top,#e1a0a2 2%,#f7505c 4%,#dd222d 100%);background:-ms-linear-gradient(top,#e1a0a2 2%,#f7505c 4%,#dd222d 100%);background:linear-gradient(top,#e1a0a2 2%,#f7505c 4%,#dd222d 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_button.red:active,.mochi_button_active.red{-moz-box-shadow:inset 0 0 15px rgba(60,20,20,0.5);-webkit-box-shadow:inset 0 0 15px rgba(60,20,20,0.5);box-shadow:inset 0 0 15px rgba(60,20,20,0.5)}.mochi_entry,.mochi_textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;min-width:70px;height:30px;outline:0;font-family:Helvetica,Arial,sans-serif;background:#fff;border:1px solid #ddd;padding:2px 5px;outline:0;margin:0;color:#444;-moz-box-shadow:inset 1px 1px 4px #f4f4f4;-webkit-box-shadow:inset 1px 1px 4px #f4f4f4;box-shadow:inset 1px 1px 4px #f4f4f4}.mochi_entry:focus,.mochi_textarea:focus{border-color:#bbb}.mochi_entry[disabled],.mochi_entry[disabled]{color:#aaa;background-color:#f3f3f3}.mochi_textarea{resize:none}.mochi_toggle{-webkit-appearance:none;-moz-user-select:none;-khtml-user-select:none;user-select:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;line-height:28px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;outline:0;cursor:pointer;font-size:14px;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background:#e4e4e4;width:60px;height:30px;margin:0;-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);box-shadow:inset 0 0 10px rgba(0,0,0,0.2);border:1px solid #b2b3b4}.mochi_toggle *{cursor:pointer}.mochi_toggle[checked],.mochi_toggle_checked{background:#a2c13e;-moz-box-shadow:inset 0 0 10px #60911e;-webkit-box-shadow:inset 0 0 10px #60911e;box-shadow:inset 0 0 10px #60911e;border:1px #60911e solid}.mochi_toggle:after,.mochi_toggle_button{-moz-user-select:none;-khtml-user-select:none;user-select:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;line-height:28px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;outline:0;cursor:pointer;font-size:14px;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;background:#fbfdfb;background:-moz-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fcfcfc),color-stop(4%,#fbfdfb),color-stop(100%,#e8eae9));background:-webkit-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-o-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-ms-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:1px #b2b3b4 solid;color:#333;-webkit-font-smoothing:antialiased;text-decoration:none;text-shadow:0 -1px 1px #fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;height:25px;width:25px;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);box-shadow:0 1px 2px rgba(0,0,0,0.3);display:block;content:" ";margin-top:1px;margin-left:1px}.mochi_toggle:after *,.mochi_toggle_button *{cursor:pointer}.mochi_toggle[checked]:after,.mochi_toggle_button_checked{margin-left:32px;border:1px #60911e solid}.mochi_toggle:hover:after,.mochi_toggle_button_hover{background:#fefefe;background:-moz-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fff),color-stop(4%,#fefefe),color-stop(100%,#f1f6f3));background:-webkit-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-o-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-ms-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_toggle[disabled]:after,.mochi_toggle_button_disabled{background:#f2f2f2;background:-moz-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#f8f8fd),color-stop(4%,#f2f2f2),color-stop(100%,#d7d8da));background:-webkit-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-o-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-ms-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#666;cursor:default;text-shadow:0 -1px #eee}.mochi_toggle:before,.mochi_toggle_button_inner{display:block;content:"OFF";color:#737372;float:right;font-size:11px;text-align:right;font-weight:bold;margin:0 6px 0 0;text-shadow:0 1px 1px #fff;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.mochi_toggle[checked]:before,.mochi_toggle_button_inner_checked{content:"ON ";float:left;text-align:center;margin:0 0 0 6px;text-shadow:0 1px 1px #a5ff00;color:#333}.mochi_toggle[disabled]:before,.mochi_toggle_button_disabled{content:" ";color:#737372}.mochi_toggle.dark{background:#4e4e4e;border:1px solid #3f3e3d}.mochi_toggle[checked].dark{-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);box-shadow:inset 0 0 10px rgba(0,0,0,0.2)}.mochi_toggle.dark:after,.mochi_toggle_button_dark{background:#737373;background:-moz-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#838383),color-stop(4%,#737373),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-o-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-ms-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:1px #3f3e3d solid;color:#333;-webkit-font-smoothing:antialiased;text-decoration:none;text-shadow:0 -1px 1px #fff}.mochi_toggle.dark[checked]:after,.mochi_toggle_button_dark_checked{margin-left:32px}.mochi_toggle.dark:hover:after,.mochi_toggle_button_dark_hover{background:#838383;background:-moz-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#939393),color-stop(4%,#838383),color-stop(100%,#585659));background:-webkit-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-o-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-ms-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_toggle.dark[disabled]:after,.mochi_toggle_button_disabled{background:#585659;background:-moz-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#737373),color-stop(4%,#585659),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-o-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-ms-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#666;cursor:default;text-shadow:0 -1px #eee}.mochi_toggle.dark:before,.mochi_toggle_button_dark_inner{display:block;color:#262626;text-shadow:0 1px 1px #737372}.mochi_toggle.dark[checked]:before,.mochi_toggle_button_inner_dark_checked{content:"ON ";float:left;text-align:center;margin:0 0 0 6px;text-shadow:0 1px 1px #a5ff00;color:#333;color:#4ac3ff;text-shadow:0 0 10px #4ac3ff}.mochi_toggle.dark[disabled]:before,.mochi_toggle_button_dark_disabled{background:#f2f2f2;background:-moz-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#f8f8fd),color-stop(4%,#f2f2f2),color-stop(100%,#d7d8da));background:-webkit-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-o-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-ms-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#666;cursor:default;text-shadow:0 -1px #eee;content:" ";color:#737372;background:#585659;background:-moz-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#737373),color-stop(4%,#585659),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-o-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-ms-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#666;cursor:default;text-shadow:0 -1px #eee}.mochi_button_group{margin:0;vertical-align:middle;padding:0}.mochi_button_group>li{padding:0;margin:0;list-style-type:none;display:inline-block;height:30px;margin-left:-1px}.mochi_button_group_item{background:#fbfdfb;background:-moz-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fcfcfc),color-stop(4%,#fbfdfb),color-stop(100%,#e8eae9));background:-webkit-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-o-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-ms-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:1px #b2b3b4 solid;color:#333;-webkit-font-smoothing:antialiased;text-decoration:none;text-shadow:0 -1px 1px #fff;-moz-user-select:none;-khtml-user-select:none;user-select:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;line-height:28px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;outline:0;cursor:pointer;font-size:14px;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;display:inline-block;text-align:center;padding:0 20px;min-width:70px;color:#444;border-width:1px 1px 1px 0;border-style:solid;border-color:#b2b3b4;border-left:none;margin-left:1px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;text-decoration:none;font-size:12px;cursor:pointer;text-shadow:#fff 0 1px 1px}.mochi_button_group_item *{cursor:pointer}.mochi_button_group_item:hover,.mochi_button_group_item_hover{background:#fefefe;background:-moz-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fff),color-stop(4%,#fefefe),color-stop(100%,#f1f6f3));background:-webkit-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-o-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-ms-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_button_group_item:active,.mochi_button_group_item_active{-moz-box-shadow:inset 0 0 15px rgba(0,20,30,0.3);-webkit-box-shadow:inset 0 0 15px rgba(0,20,30,0.3);box-shadow:inset 0 0 15px rgba(0,20,30,0.3)}.mochi_button_group_item.selected{-moz-box-shadow:inset 0 0 8px rgba(0,20,30,0.2);-webkit-box-shadow:inset 0 0 8px rgba(0,20,30,0.2);box-shadow:inset 0 0 8px rgba(0,20,30,0.2);background:#d3d4d8;background:-moz-linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#c6c7c9),color-stop(4%,#d3d4d8),color-stop(100%,#dedfe1));background:-webkit-linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);background:-o-linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);background:-ms-linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);background:linear-gradient(top,#c6c7c9 2%,#d3d4d8 4%,#dedfe1 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_button_group>li:first-child>.mochi_button_group_item{border-top-left-radius:2px;border-bottom-left-radius:2px;border-left:1px #b2b3b4 solid}.mochi_button_group>li:last-child>.mochi_button_group_item{border-top-right-radius:2px;border-bottom-right-radius:2px}.mochi_button_group.round>li:first-child>.mochi_button_group_item{border-top-left-radius:15px;border-bottom-left-radius:15px;border-left:1px #b2b3b4 solid}.mochi_button_group.round>li:last-child>.mochi_button_group_item{border-top-right-radius:15px;border-bottom-right-radius:15px}.mochi_button_group.dark>li:first-child>.mochi_button_group_item{border-left:1px #3f3e3d solid}.mochi_button_group_item.dark{background:#737373;background:-moz-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#838383),color-stop(4%,#737373),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-o-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-ms-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#DDD;text-shadow:black 0 1px 1px;border:1px solid #3f3e3d;color:#262626;border-left:none;margin-left:1px;font-weight:bold;border-color:#3f3e3d;text-shadow:0 1px 1px #737372}.mochi_button_group_item.dark:hover,.mochi_button_group_item_dark_hover{background:#838383;background:-moz-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#939393),color-stop(4%,#838383),color-stop(100%,#585659));background:-webkit-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-o-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-ms-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_button_group_item.dark:active,.mochi_button_group_item_dark_active{-moz-box-shadow:inset 0 0 15px rgba(0,20,30,0.8);-webkit-box-shadow:inset 0 0 15px rgba(0,20,30,0.8);box-shadow:inset 0 0 15px rgba(0,20,30,0.8)}.mochi_button_group_item.dark.selected{-moz-box-shadow:inset 0 0 8px rgba(0,20,30,0.8);-webkit-box-shadow:inset 0 0 8px rgba(0,20,30,0.8);box-shadow:inset 0 0 8px rgba(0,20,30,0.8);background:#2c2b27;background:-moz-linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#393836),color-stop(4%,#2c2b27),color-stop(100%,#21201e));background:-webkit-linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);background:-o-linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);background:-ms-linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);background:linear-gradient(top,#393836 2%,#2c2b27 4%,#21201e 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#4ac3ff;text-shadow:0 0 10px #4ac3ff}.mochi_combo{background:#fbfdfb;background:-moz-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fcfcfc),color-stop(4%,#fbfdfb),color-stop(100%,#e8eae9));background:-webkit-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-o-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-ms-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:1px #b2b3b4 solid;color:#333;-webkit-font-smoothing:antialiased;text-decoration:none;text-shadow:0 -1px 1px #fff;-moz-user-select:none;-khtml-user-select:none;user-select:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;line-height:28px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;outline:0;cursor:pointer;font-size:14px;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;display:inline-block;text-align:center;padding:0 20px;min-width:70px;min-width:70px}.mochi_combo *{cursor:pointer}.mochi_combo:hover,.mochi_combo_hover{background:#fefefe;background:-moz-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fff),color-stop(4%,#fefefe),color-stop(100%,#f1f6f3));background:-webkit-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-o-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-ms-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_combo:active,.mochi_combo_active{-moz-box-shadow:inset 0 0 15px rgba(0,20,30,0.3);-webkit-box-shadow:inset 0 0 15px rgba(0,20,30,0.3);box-shadow:inset 0 0 15px rgba(0,20,30,0.3)}.mochi_combo:after{border-width:10px;border-color:#333 transparent transparent transparent;border-style:solid;display:block;height:10px;width:10px;-moz-box-sizing:content-sizing;-webkit-box-sizing:content-sizing;box-sizing:content-sizing;content:"V"}.mochi_combo.dark{background:#737373;background:-moz-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#838383),color-stop(4%,#737373),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-o-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-ms-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#DDD;text-shadow:black 0 1px 1px;border:1px solid #3f3e3d}.mochi_combo.dark:hover,.mochi_combo_dark_hover{background:#838383;background:-moz-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#939393),color-stop(4%,#838383),color-stop(100%,#585659));background:-webkit-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-o-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-ms-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_combo.dark:active,.mochi_combo_dark_active{-moz-box-shadow:inset 0 0 15px rgba(0,20,30,0.8);-webkit-box-shadow:inset 0 0 15px rgba(0,20,30,0.8);box-shadow:inset 0 0 15px rgba(0,20,30,0.8)}.mochi_combo.dark:after{border-color:#333 transparent transparent transparent;-moz-box-sizing:content-sizing;-webkit-box-sizing:content-sizing;box-sizing:content-sizing;content:"V"}.mochi_checkbox,.mochi_radio{-webkit-appearance:none;-moz-user-select:none;-khtml-user-select:none;user-select:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;line-height:28px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;outline:0;cursor:pointer;font-size:14px;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;background:#fbfdfb;background:-moz-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fcfcfc),color-stop(4%,#fbfdfb),color-stop(100%,#e8eae9));background:-webkit-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-o-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:-ms-linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);background:linear-gradient(top,#fcfcfc 2%,#fbfdfb 4%,#e8eae9 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:1px #b2b3b4 solid;color:#333;-webkit-font-smoothing:antialiased;text-decoration:none;text-shadow:0 -1px 1px #fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;height:25px;width:25px;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);box-shadow:0 1px 2px rgba(0,0,0,0.3);display:block;content:" ";margin-top:1px;margin-left:1px;-moz-box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;margin:2px;display:inline-block}.mochi_checkbox *,.mochi_radio *{cursor:pointer}.mochi_checkbox{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.mochi_radio{-moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px}.mochi_checkbox:hover,.mochi_radio:hover{background:#fefefe;background:-moz-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fff),color-stop(4%,#fefefe),color-stop(100%,#f1f6f3));background:-webkit-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-o-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:-ms-linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);background:linear-gradient(top,#fff 2%,#fefefe 4%,#f1f6f3 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_checkbox[disabled],.mochi_radio[disabled]{background:#e4e4e4;-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);box-shadow:inset 0 0 10px rgba(0,0,0,0.2)}.mochi_checkbox:after,.mochi_checkbox:before{content:"";display:block;height:4px;width:10px;float:left;margin:12px 0 0 3px;border-bottom-right-radius:2px;-webkit-transform:rotate(45deg);background:#d3d3d2;-moz-box-shadow:0 1px 1px #fff;-webkit-box-shadow:0 1px 1px #fff;box-shadow:0 1px 1px #fff}.mochi_checkbox:after{width:16px;margin-top:10px;margin-left:-7px;border-bottom-right-radius:0;border-top-left-radius:2px;border-bottom-left-radius:2px;-webkit-transform:rotate(-55deg)}.mochi_radio:after{content:"";display:block;margin:6px 0 0 6px;width:11px;height:11px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;background:#d3d3d2;-moz-box-shadow:0 1px 1px #fff;-webkit-box-shadow:0 1px 1px #fff;box-shadow:0 1px 1px #fff}.mochi_checkbox:checked:after,.mochi_radio:checked:after,.mochi_checkbox:checked:before,.mochi_radio:checked:before{background:#a2c13e}.mochi_checkbox.dark,.mochi_radio.dark{-webkit-appearance:none;background:#737373;background:-moz-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#838383),color-stop(4%,#737373),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-o-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:-ms-linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);background:linear-gradient(top,#838383 2%,#737373 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;border:1px #3f3e3d solid;color:#333;-webkit-font-smoothing:antialiased;text-decoration:none;text-shadow:0 -1px 1px #fff;-moz-box-shadow:0 0 0 transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;margin:2px;display:inline-block}.mochi_checkbox.dark{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.mochi_radio.dark{-moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px}.mochi_checkbox.dark:hover,.mochi_radio.dark:hover{background:#838383;background:-moz-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#939393),color-stop(4%,#838383),color-stop(100%,#585659));background:-webkit-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-o-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:-ms-linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);background:linear-gradient(top,#939393 2%,#838383 4%,#585659 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_checkbox.dark[disabled],.mochi_radio.dark[disabled]{background:#f2f2f2;background:-moz-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#f8f8fd),color-stop(4%,#f2f2f2),color-stop(100%,#d7d8da));background:-webkit-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-o-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:-ms-linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);background:linear-gradient(top,#f8f8fd 2%,#f2f2f2 4%,#d7d8da 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#666;cursor:default;text-shadow:0 -1px #eee;content:" ";color:#737372;background:#585659;background:-moz-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#737373),color-stop(4%,#585659),color-stop(100%,#484649));background:-webkit-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-o-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:-ms-linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);background:linear-gradient(top,#737373 2%,#585659 4%,#484649 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);color:#666;cursor:default;text-shadow:0 -1px #eee;-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);box-shadow:inset 0 0 10px rgba(0,0,0,0.2)}.mochi_checkbox.dark:after,.mochi_checkbox.dark:before{background:#262626;-moz-box-shadow:0 1px 1px #737372;-webkit-box-shadow:0 1px 1px #737372;box-shadow:0 1px 1px #737372}.mochi_radio.dark:after{background:#262626;-moz-box-shadow:0 1px 1px #737372;-webkit-box-shadow:0 1px 1px #737372;box-shadow:0 1px 1px #737372}.mochi_checkbox.dark:checked:after,.mochi_radio.dark:checked:after,.mochi_checkbox.dark:checked:before,.mochi_radio.dark:checked:before{background:#4ac3ff;-moz-box-shadow:0 0 10px #4ac3ff;-webkit-box-shadow:0 0 10px #4ac3ff;box-shadow:0 0 10px #4ac3ff}.mochi_list{margin:3px 0;padding:0;list-style:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #ccc;border-bottom:1px solid #fff}.mochi_list_item{background:#fcfcfc;height:30px;border-top:1px solid #fff;border-bottom:1px solid #ccc;padding:4px 10px}.mochi_list_item .label{height:30px;line-height:30px;font-weight:bold}.mochi_list_item .widget,.mochi_list_item .value{float:right}.mochi_list_item .value{color:#353864;margin-right:10px;height:28px;line-height:28px}.mochi_list_item .trigger{-moz-user-select:none;-khtml-user-select:none;user-select:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;line-height:28px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;outline:0;cursor:pointer;font-size:14px;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;padding:4px 10px;width:100%;height:38px;display:block;text-decoration:none}.mochi_list_item .trigger *{cursor:pointer}.mochi_list_item .trigger:hover{background:#0082e5;background:-moz-linear-gradient(top,#0082e5 2%,#0082e5 4%,#193ad1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#0082e5),color-stop(4%,#0082e5),color-stop(100%,#193ad1));background:-webkit-linear-gradient(top,#0082e5 2%,#0082e5 4%,#193ad1 100%);background:-o-linear-gradient(top,#0082e5 2%,#0082e5 4%,#193ad1 100%);background:-ms-linear-gradient(top,#0082e5 2%,#0082e5 4%,#193ad1 100%);background:linear-gradient(top,#0082e5 2%,#0082e5 4%,#193ad1 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)}.mochi_list_item .trigger:hover .value,.mochi_list_item .trigger:hover .label{color:white}.mochi_list_item .trigger:hover .more:after,.mochi_list_item .trigger:hover .more:before{background:white}.mochi_list_item .more{height:14px;width:14px;display:inline-block;margin-top:10px}.mochi_list_item .more:after,.mochi_list_item .more:before{content:" ";display:block;background:#737372;height:4px;width:12px;-webkit-transform:rotate(45deg)}.mochi_list_item .more:after{margin-top:2px;-webkit-transform:rotate(-45deg)}.mochi_list_item.with_trigger{padding:0;height:38px}.mochi_list_item:first-child{-webkit-top-left-border-radius:5px;-webkit-top-right-border-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-top:0}.mochi_list_item:first-child .trigger{-webkit-top-left-border-radius:5px;-webkit-top-right-border-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px}.mochi_list_item:last-child{-webkit-bottom-left-border-radius:5px;-webkit-bottom-right-border-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.mochi_list_item:last-child .trigger{-webkit-bottom-left-border-radius:5px;-webkit-bottom-right-border-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.mochi_list.dark{border:1px solid #333;border-bottom:1px solid #666}.mochi_list_item.dark{background:#525253 url(../image/dark-bg.png);border-top:1px solid #666;border-bottom:1px solid #333}.mochi_list_item.dark .more:after,.mochi_list_item.dark .more:before{background:#4ac3ff}.mochi_list_item.dark .value{color:#4ac3ff} Hotot-0.9.8.14/data/css/style.css 0000664 0000000 0000000 00000123311 12142171256 0016425 0 ustar 00root root 0000000 0000000 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:100%;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
}
html, body {
height:100%;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}
body {
background: None repeat-x scroll left top #fff;
color: #333;
font-family: arial, sans-serif;
}
a {
color: #2048F3;
}
pre {
padding: 5px;
overflow:auto;
border: 1px #333 solid;
margin: 10px 0;
}
::selection {
background: lightgray;
}
#container {
height:100%;
margin:0 auto;
width:100%;
}
/* ===== header ==============================*/
#header {
font-size: 12px;
}
#header_inner {
position:relative;
padding: 0px;
height: 69px;
background: #333;
}
#btn_my_profile {
position: absolute;
top: 5px;
left: 5px;
z-index: 100;
width: 28px;
height: 28px;
display: block;
background-image: url(../image/ic48_profile_image.png);
opacity: 0.4;
-webkit-box-shadow: 1px 1px 5px #333;
-moz-box-shadow: 1px 1px 5px #333;
box-shadow: 1px 1px 5px #333;
}
#btn_my_profile:hover {
opacity: 1;
}
#ratelimit_bubble .bubble_body{
font-size: 11px;
}
#version {
position: absolute;
top: 2px;
right: 10px;
font-size: 10px;
color: #333;
}
#ctrl_panel {
position: absolute;
right: 7px;
bottom: 7px;
height: 24px;
text-align: right;
border-top-left-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
list-style-type: none;
}
#ctrl_panel > li {
height: 20px;
width: 20px;
margin: 0 2px;
display: inline-block;
}
.panel_btn {
padding: 2px;
height: 20px;
width: 20px;
display: inline-block;
border: 1px transparent solid;
border-radius: 5px 5px;
background-position: 50% 50% !important;
background-repeat: no-repeat;
}
.panel_btn:hover {
}
.panel_btn:active {
background-color: #aaa;
}
#exts_menu >li >a {
padding-left: 25px;
background-position: 5px center !important;
}
#exts_menu >li >a:hover {
background-color: #2048F3 !important;
}
#exts_menu_empty_hint {
display: none;
}
#hotot_menu {
text-align: left;
position: absolute;
top: 35px;
left: 0px;
width: 330px;
background: white;
-webkit-box-shadow: 2px 2px 3px #888;
-moz-box-shadow: 2px 2px 3px #888;
box-shadow: 2px 2px 3px #888;
display: none;
}
#sys_menu_frame {
width: 150px;
float: left;
border-right: 1px #ddd solid;
}
#sys_menu {
display: block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#exts_menu {
display: block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#exts_menu_frame {
width: 179px;
margin-left: 151px;
}
#slider_menu {
position: absolute;
top: 35px;
max-width: 180px;
border-radius: 0;
-webkit-box-shadow: 2px 2px 3px #888;
-moz-box-shadow: 2px 2px 3px #888;
box-shadow: 2px 2px 3px #888;
}
.hotot_menu {
text-align: left;
padding: 5px 0;
right: 0;
list-style-type: none;
display: none;
background: white;
border-radius: 2px;
position:relative;
-webkit-box-shadow: 1px 1px 5px #333;
-moz-box-shadow: 1px 1px 5px #333;
box-shadow: 1px 1px 5px #333;
}
.hotot_menu > li {
display: block;
font-size: 12px;
}
.hotot_menu > li.separator {
margin: 1px auto;
width: 90%;
height: 1px;
min-width:50px;
background: #ccc;
}
.hotot_menu > li > a {
padding: 2px 10px 2px 20px;
min-height: 20px;
line-height: 20px;
display: block;
text-decoration:none;
background-position: 2px center !important;
background-repeat: no-repeat !important;
color: #555;
white-space:nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 13px;
}
.hotot_menu > li > a.checked {
background-image: url(../image/ic16_checked.png);
}
.hotot_menu > li > a.unchecked {
}
.hotot_menu > li > a:hover {
color: #fff;
background-color: #2048F3;
background-repeat: no-repeat;
background-position: 3px center;
}
#status_box {
background:-webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
background-repeat: no-repeat;
background-position: right top;
min-width: 300px;
max-width: 550px;
border-radius: 2px;
padding: 0;
position: fixed;
-webkit-box-shadow: 2px 2px 3px #888;
-moz-box-shadow: 2px 2px 3px #888;
box-shadow: 2px 2px 3px #888;
}
#status_box .dialog_body {
padding: 0;
overflow: hidden;
}
#tbox_status_wrapper {
margin:0;
padding: 0;
border: none;
box-shadow: none;
height: 160px;
border-top: 1px solid #c8c8c8;
border-bottom: 1px solid #c8c8c8;
}
#tbox_status {
width: 100%;
height: 100%;
color: #333;
background: transparent;
font-size: 14px;
resize: none;
border: 0;
outline: none;
line-height: 20px;
box-sizing: border-box;
padding: 5px 8px;
}
#status_image_preview_wrapper {
max-height: 161px;
max-width: 145px;
float: left;
padding: 5px;
box-sizing: border-box;
display: none;
}
#status_image_preview_wrapper .close_btn {
display: block;
height: 24px;
width: 24px;
background-position: center;
float: right;
}
#status_image_preview {
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
max-height: 161px;
max-width: 145px;
}
#status_smiley {
width: 100%;
background: transparent;
font-size: 14px;
border: 0;
display: none;
overflow: auto;
padding: 5px 8px;
box-sizing: border-box;
overflow: auto;
height: 100%;
}
#status_smiley_inner {
margin-right: 24px;
}
#status_smiley .close_btn {
display: block;
height: 24px;
width: 24px;
float: right;
background-position: center;
}
.smiley {
background: #666;
border-radius: 5px;
display: block;
float: left;
margin: 5px;
text-align: center;
text-decoration: none;
color: white;
padding: 3px 6px;
}
#status_ctrl {
padding: 5px 0;
text-align: right;
vertical-align: middle;
border-top: 1px solid white;
background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F6), to(#EDEDED));
}
#status_ctrl *{
vertical-align:top;
}
#btn_shorturl {
background: transparent url(../image/ic16_link.png) no-repeat center center !important;
}
#btn_smiley {
background: transparent url(../image/ic16_smile.png) no-repeat center center !important;
}
#toggle_mode {
background: transparent url(../image/ic16_dm.png) no-repeat center center !important;
}
#btn_imageuploader {
background: transparent url(../image/ic16_imageuploader.png) no-repeat center center !important;
}
#btn_save_draft {
background: transparent url(../image/ic16_save_alt.png) no-repeat center center !important;
}
#status_ctrl .toolbar_button {
width: 30px;
min-width: 30px !important;
float: left;
border: none;
padding: 0 12px;
background-color: transparent;
box-shadow: none;
}
#status_ctrl .toolbar_button:first-child {
margin-left: 5px;
}
#status_ctrl .toolbar_button:hover {
background-color: #ccc !important;
}
#tbox_status_speech {
padding: 0 !important;
width: 26px !important;
height: 30px !important;
float: none !important;
border: none !important;
background: transparent !important;
font-size: 16px !important;
padding-right: 5px !important;
}
#status_len {
font-size: 10px;
padding: 5px 5px 0 0;
text-align: right;
}
#status_drafts{
display: none;
padding: 0;
}
#status_drafts .sub_label {
display: block;
padding: 0 5px;
height: 24px;
line-height: 24px;
font-size: 10px;
font-weight: bold;
background: #666 url(../image/mask.png);
color: white;
cursor: pointer;
vertical-align: middle;
}
#status_drafts li {
margin: 0;
padding: 5px 10px;
border-bottom: 1px #ccc solid;
position: relative;
font-size: 12px;
min-height: 20px;
}
#status_drafts .text {
margin-right: 30px;
cursor: pointer;
text-overflow: ellipsis;
white-space: nowrap;
height: 18px;
overflow: hidden;
display: block;
color: #333;
}
#status_drafts .text:hover {
color: blue;
}
#status_drafts .btn_draft_clear {
position: absolute;
width: 20px;
height: 20px;
right: 10px;
top: 5px;
display: block;
background: transparent url(../image/ic16_close.png) no-repeat;
background-position: center;
}
#status_box .status_info {
padding: 10px;
display: none;
}
#status_box .reply_status_info {
}
#status_box .dm_status_info .label {
float: left;
height: 32px;
line-height: 32px;
display: inline-block;
font-weight: bold;
padding: 0 10px;
}
#status_box.reply_mode .reply_status_info {
background:-webkit-gradient(linear, left top, left bottom, from(#f6dcb5), to(#f3c889));
color: #502805;
display: block;
}
#status_box.dm_mode .dm_status_info {
display: block;
}
#tbox_dm_target {
font-size: 14px;
display: block;
width: auto;
border: none;
border-bottom: 1px dashed #999;
background: transparent;
box-shadow: none;
}
.info_hint {
font-weight: bold;
}
#status_tips {
font-style: italic;
color: #333;
font-weight: lighter;
font-size: 10px;
}
#view_title_bar {
height: 22px;
width: 100%;
overflow: hidden;
background: #F2F2F2;
line-height: 22px;
}
#view_title_bar .view_title {
color: #333;
text-align: center;
font-size: 13px;
height: 21px;
border-bottom: 1px #ddd solid;
border-left: 1px #ddd solid;
float: left;
position: relative;
}
#view_title_bar .title:active {
background-color: white;
}
#view_title_bar .setting_btn {
width: 16px;
height: 16px;
display: block;
position: absolute;
top: 2px;
left: 2px;
}
#view_title_bar .close_btn {
width: 16px;
height: 16px;
display: block;
position: absolute;
top: 2px;
right: 2px;
}
/* ===== Buttom =================================== */
#indication {
text-align: center;
-webkit-box-shadow: inset 0 0 5px black;
-moz-box-shadow: inset 0 0 5px black;
box-shadow: inset 0 0 5px black;
}
#indicator_btns {
height: 40px;
margin: 0 auto;
list-style-type: none;
}
#indicator_btns > div {
display: block;
height: 40px;
width: 40px;
padding: 0;
text-align: center;
position: relative;
margin: 0;
float: left;
}
#indicator_btns > div.stick_right {
position: absolute !important;
right: 0;
}
#indicator_btns div.stick_left {
position: absolute !important;
left: 0;
}
#indication li:first-child {
}
#indication .indicator_btn {
margin: 0px;
height: 40px;
width: 40px;
display: block;
font-size: 12px;
position: absolute;
text-decoration: none;
}
#indication .indicator_btn:hover {
background: #444 none no-repeat;
}
#indication .indicator_btn.hlight {
background-color: white;
color: #36c;
}
#indicator_btns > div.over {
background: rgba(133,133,255,0.5);
}
#indication .indicator_btn > .icon_alt {
display: none;
height: 40px;
background-position: center center;
background-repeat: no-repeat;
}
#indication .indicator_btn > .icon {
display: block;
width: 24px;
height: 24px;
margin: 8px auto 2px auto;
}
#indication .indicator_btn > .icon.board, #indication .indicator_btn > .icon.float {
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 3px #000;
-moz-box-shadow: 0 1px 3px #000;
box-shadow: 0 1px 3px #000;
}
#indication .indicator_btn > .icon.float {
float: left;
width: 16px;
height: 16px;
margin-left: 6px;
margin-top: 8px;
}
#indication .indicator_btn.unread {
background-image: url(../image/emit.png);
background-position: center -13px;
background-repeat: no-repeat;
}
#indication .indicator_btn.selected {
/* @TODO need a image here*/
}
#indication .indicator_btn.unread > span.icon {
background-position: center center;
}
#indication span.shape {
content: "\00a0";
display: none; /* reduce the damage in FF3.0 */
position: absolute;
width:0;
height:0;
left: 12px; /* value = - border-left-width - border-right-width */
bottom: 0px;
border-style: solid;
border-width: 8px 8px 8px 8px; /* vary these values to change the angle of the vertex */
border-color: transparent;
border-bottom-color: #f2f2f2;
}
#indicator_compose_btn {
color: white;
text-align: center;
line-height: 36px;
text-decoration: none;
font-size: 14px !important;
font-weight: bold;
border-right: 1px #444 solid;
border-left: 1px #444 solid;
text-indent: -999999px;
}
#indicator_compose_btn.with_label {
text-indent: 0px;
width: 150px !important;
background-position: 8px center;
}
#indicator_compose_btn.with_label .icon {
background-position: center center;
float: left;
margin-left: 10px;
}
#indicator_compose_btn.with_label.hlight .icon {
}
#indication_slot {
height: 8px;
position: relative;
border-bottom: 1px #d2d2d2 solid;
background-color: #f2f2f2;
}
#indication_slot_border {
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
height: 2px;
position: absolute;
border-radius: 1px;
}
#indication_light {
width: 39px;
height: 2px;
top: 3px;
background: #333;
position: absolute;
}
#console {
background: rgba(0,0,0,0.8);
width: 90%;
height: 300px;
position: fixed;
z-index: 999999999999;
bottom: 0px;
left: 5%;
right: 5%;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
overflow:hidden;
display: none;
}
#console > h1 {
margin: 5px 10px;
color: #ccc;
border-bottom: #ccc solid 1px;
}
#console_out {
font-family: Monaco, Consolas,'Courier New',Courier, monospace;
margin: 0 10px;
height: 250px;
overflow: auto;
font-size: 12px;
color: #ccc;
word-wrap: break-word;
}
#console_in {
background: #222;
border: 0;
width: 100%;
height: 20px;
font-size: 14px;
color: white;
}
.console_ps_in {
color: lightgreen;
}
.console_ps_out {
color: #ff0000;
}
.console_ps_err {
color: #ff0000;
}
#center {
overflow: hidden;
}
/* ===== Notification ============================== */
#notification_area {
position: fixed;
top: 38px;
text-align: center;
z-index: 999999999;
width: 100%;
}
#notification {
margin: 0 auto;
font-size: 12px;
font-weight: bold;
padding: 3px 10px;
background: #fef6a8 none no-repeat 20px center;
border: 1px solid #fcfc19;
color: #990000;
display:none;
border-radius: 3px 3px;
}
/* ===== Finder =================================== */
#finder_bar {
bottom: 0px;
z-index: 9999;
position: fixed;
right: 20px;
font-size: 12px;
padding: 3px 5px;
display: none;
background: rgba(0, 0, 0, 0.5);
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
}
#finder_wrapper {
padding: 2px;
border: 1px #ccc solid;
background: #f2f2f2;
}
#tbox_finder {
width: 150px;
font-size: 12px;
height: 14px;
line-height: 14px;
display: inline-block;
margin: 0;
vertical-align:middle;
}
#btn_finder_prev, #btn_finder_next, #btn_finder_close {
width: 20px;
height: 20px;
display: inline-block;
vertical-align:middle;
border: 1px transparent solid;
border-radius: 3px;
}
#finder_matched_info {
height: 20px;
display: inline-block;
vertical-align:middle;
border-radius: 3px;
min-width: 40px;
text-align: center;
line-height: 20px;
color: #333;
background: transparent;
}
#finder_matched_info.notfound {
color: white;
background: #c00;
}
#btn_finder_prev:hover, #btn_finder_next:hover, #btn_finder_close:hover {
border: 1px #ccc solid;
}
#btn_finder_close {
background: transparent url(../image/ic16_close.png) no-repeat center center;
}
#btn_finder_prev {
background: transparent url(../image/ic16_arrow_up_gray.png) no-repeat center center;
}
#btn_finder_next {
background: transparent url(../image/ic16_arrow_down_gray.png) no-repeat center center;
}
/* ===== Overlay Widgets =================================== */
label {
font-size: 14px;
line-height: 18px;
}
.mochi_list_item .label {
font-weight: normal;
}
.dialog_footer .mochi_button, #status_ctrl .mochi_button {
min-width: 100px;
font-size: 14px;
}
.mochi_list_item .trigger {
color: #333;
}
.dialog_bar .mochi_button {
position: absolute;
top: 5px;
left: 10px;
height: 28px;
line-height: 26px;
}
/*===== Main Page ================================*/
#main_page {
display: none;
background: #fff;
position: relative;
}
#main_page_slider {
height: 100%;
width: auto;
}
#empty_view_hint {
display: none;
font-size: 20px;
width: 400px;
margin: 0 auto;
background: transparent url(../image/hint_arrow_up.png) no-repeat 200px 10px;
}
#empty_view_hint h2 {
padding: 20px 0;
font-size: 40px;
}
#empty_view_hint p {
margin: 10px 0;
}
.tweet_bar {
list-style-type: none;
height: 24px;
top: 5px;
right: 25px;
position: absolute;
text-align: right;
display: none;
z-index: 9;
}
.tweet_bar > li {
display: inline-block;
}
.tweet_bar_btn {
margin: 0;
height: 24px;
width: 24px;
display: inline-block;
background-repeat: no-repeat;
background-image: url(../image/tweet_ctrl_icons.png);
background-position-y: -48px;
}
.tweet_reply_btn {
background-position-x: 0px;
}
.tweet_fav_btn {
background-position-x: -48px;
}
.card.faved > .tweet_bar .tweet_fav_btn {
background-position: -48px -96px !important;
}
.tweet_retweet_btn {
background-position-x: -24px;
}
.card.retweeted > .tweet_bar .tweet_retweet_btn {
background-position: -24px -96px !important;
}
.card[retweetable="false"] > .tweet_bar .tweet_retweet_btn {
display: none;
}
.tweet_more_menu_trigger {
background-position-x: -120px;
}
.tweet_dm_reply_btn {
background-position-x: 0;
}
.tweet_dm_delete_btn {
background-position-x: -96px;
}
.add_to_list_btn {
background-position-x: -96px;
display: inline-block;
}
.follow_btn {
background-position-x: -72px;
display: inline-block;
}
.unfollow_btn {
background-position-x: -96px;
display: none;
}
.card[following="true"] .follow_btn {
display: none !important;
}
.card[following="true"] .unfollow_btn {
display: inline-block !important;
}
.tweet_bar_btn:hover {
background-position-y: -24px;
}
#tweet_more_menu {
position: absolute;
display: none;
list-style-type:none;
text-align: left;
width: 160px;
z-index: 10004;
}
.people_vcard, .list_vcard {
color: #333;
padding: 5px;
position: relative;
}
.people_vcard .vcard_ctrl, .list_vcard .vcard_ctrl {
text-align: center;
}
.vcard_body {
min-height: 50px;
margin-bottom: 5px;
}
.vcard_tabs_pages {
margin-left: 60px;
font-size: 12px;
word-break: break-all;
}
.vcard_action_btns {
border-top: 1px #ccc solid;
padding: 5px 0 2px 0;
}
.vcard_action_btns > li {
list-style-type: none;
display: inline-block;
margin: 0 2px;
}
.people_action_more_trigger {
position: relative;
}
.people_action_more_trigger .people_action_more_memu {
display: none;
position: absolute;
z-index: 10;
top: 30px;
right: -8px;
}
.people_view_toggle {
text-align: center;
}
.people_request_hint, .search_no_result_hint, .list_lock_hint {
background: #fef6a8 none no-repeat 20px center;
border: 1px solid #fcfc19;
color: #990000;
display: none;
margin: 20px;
padding: 10px 20px 10px 20px;
text-align: left;
font-size: 14px;
}
.people_request_hint, .list_lock_hint {
background-image: url(../image/ic48_lock.png) !important;
}
.people_request_hint > h1, .people_request_hint .request_screen_name, .trending_topic {
font-size: 18px;
}
.trending_topic {
margin-left: 50px;
}
.trend_topic_number {
font-size: 48px;
}
.keep_height {
height: 70px;
}
.people_request_hint > p, .people_request_hint > h1{
margin: 5px 0 5px 60px;
}
.people_view_list_trigger, .people_view_people_trigger {
position: relative;
}
.people_view_list_trigger .lists_menu, .people_view_people_trigger .people_menu {
display: none;
position: absolute;
z-index: 10;
top: 30px;
right: -8px;
}
.btn_people_request {
margin: 0 auto;
}
.header_content {
padding: 0;
border-left: 1px #ddd solid;
}
.header_content .column_settings {
padding: 10px;
color: #ccc;
background: #343434;
box-shadow: inset 0 0 10px #111;
display: none;
}
.header_frame {
padding: 5px;
text-align: center;
}
.header_frame .expand_wrapper {
margin-top: -5px;
margin-bottom: 10px;
}
.header_frame .expand {
background: #EDEDED;
color: black;
text-decoration: none;
padding: 0 15px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom: #E5E5E5 solid 1px;
border-right: #E5E5E5 solid 1px;
border-left: #E5E5E5 solid 1px;
display: inline-block;
height: 14px;
}
.header_inner {
display: block !important;
padding: 5px !important;
text-align: center;
}
.search_box > .search_entry {
text-align: left;
width: 300px;
margin-right: 10px;
vertical-align: middle;
}
.search_box > .search_entry_clear_btn {
display: inline-block;
height: 20px;
width: 20px;
margin-left: -40px;
background: transparent url(../image/ic16_clear_text.png) no-repeat center;
vertical-align: middle;
}
.search_box .saved_searches {
position: absolute;
margin-top: 5px;
width: 200px;
text-align: left;
}
.search_box {
background-color: #F2F2F2;
border: #E5E5E5 solid 1px;
border-radius: 5px;
padding: 10px;
}
#create_saved_search_btn {
padding: 0;
width: 32px !important;
min-width: 20px !important;
vertical-align: top;
}
#saved_searches_more_trigger {
display: inline-block;
}
#saved_searches_btn {
padding: 0 !important;
min-width: 12px !important;
}
#saved_searches_more_menu {
z-index: 30;
}
.search_people_result {
display: none;
margin-top: 5px;
}
.search_no_result_hint {
display: none;
}
.search_no_result_hint .keywords {
font-weight: bold;
}
.retweets_view_toggle, .people_view_toggle, .list_view_toggle, .trending_topics_view_toggle {
text-align: center;
margin-top: 5px;
}
.search_view_toggle {
margin-top: 5px;
text-align: right;
}
/*===== Welcome Page ================================*/
#welcome_page {
background: transparent url(../image/welcome_bg.jpg) no-repeat 0 0;
background-size: cover;
width: 100%;
position: relative;
}
#welcome_page h1 {
padding-left: 70px;
height: 35px;
line-height: 35px;
font-size: 24px;
color: #fff;
background:url(../image/ic32_hotot_mono_light.png) 20px 0 no-repeat, rgba(0,0,0,0.8) url(../image/mask.png);
text-shadow: 0 1px 0px white;
box-shadow: 0 1px 10px black;
position: absolute;
width: 100%;
top: 0;
z-index: 11;
}
#welcome_idicators {
position: absolute;
line-height: 35px;
height: 35px;
right: 0;
top: 0;
padding: 0 10px 3px 10px;
text-align: right;
z-index: 12;
}
#welcome_idicators a {
height: 20px;
display:inline-block;
font-size: 12px;
line-height: 20px;
margin: 0 10px;
text-decoration: none;
color: #fff;
}
#welcome_page_main {
display: none;
margin: 0px;
}
#welcome_page_loading {
top: 100px;
left: 50%;
width: 300px;
margin-left: -150px;
background: rgba(0,0,0,0.3);
padding: 10px 10px;
display: block;
font-size: 12px;
border-radius: 5px 5px;
position: absolute;
}
#welcome_page_loading .inner {
background: rgba(0,0,0,0.3);
padding: 40px 10px;
-webkit-border-radius: 5px 5px;
}
#welcome_page_loading p {
font-size: 14px;
color: white;
text-align: center;
margin: 10px 0;
text-shadow: 0 0 10px white;
}
#profile_avatar_list {
list-style-type: none;
position: absolute;
top: 50%;
left: 15px;
margin-top: -169px;
z-index: 10;
}
#profile_avatar_list > li {
display: block;
width: 64px;
height: 64px;
margin: 7px;
padding: 3px;
border: 2px dashed rgba(0,0,0,0.5);
}
#profile_avatar_list > li.selected {
margin: 20px 7px;
border-color: transparent;
}
#profile_avatar_list > li > a {
width: 64px;
height: 64px;
display: block;
border-radius: 3px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
-webkit-transition: background-color 0.2s ease-in;
opacity: 0.7;
}
#profile_avatar_list > li > a:hover {
background-color: rgba(255,255,255,0.2);
box-shadow: 0 0 3px rgba(255,255,255,0.2);
opacity: 1;
}
#profile_avatar_list > li > a.selected {
background-color: rgba(255, 255, 255, 0.7);
opacity: 1;
}
#profile_avatar_list > li > a.twitter {
background-image: url(../image/ic64_twitter.png);
}
#profile_avatar_list > li > a.identica {
background-image: url(../image/ic64_identica.png);
}
#btn_new_profile_item {
background-image: url(../image/ic64_add.png);
}
#daily_hint {
color: white;
text-align: center;
margin: 12px 0;
font-size: 12px;
font-weight: normal;
text-shadow: 0 0 5px white;
position: absolute;
width: 100%;
top: 50px;
}
#sign_in_block {
position: absolute;
left: 0px;
top: 50%;
margin-top: -150px;
}
#sign_in_block a {
text-decoration: none;
color: #ccc;
}
#sign_in_block a:hover {
color: #eee;
}
#sign_in_block .inner {
padding: 10px;
background: rgba(0, 0, 0, 0.7);
height: 64px;
border-top-right-radius: 42px;
border-bottom-right-radius: 42px;
}
#sign_in_block .inner > div {
margin: 0px 100px 0px 110px;
}
#sign_in_block .bottom {
margin: 5px 0px 0px 0px;
font-size: 10px;
padding: 5px;
text-transform: uppercase;
text-align: right
}
#sign_in_block .bottom a {
margin-left: 8px;
text-shadow: 0 0 2px black;
}
#sign_in_block .go {
width: 64px;
height: 64px;
background: transparent url(../image/go_bg.png) no-repeat 0 0;
display: block;
float: right;
}
#sign_in_block .go:hover {
background-position: 0 -64px;
}
@-webkit-keyframes ani_go_loading {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
#sign_in_block .go.loading {
background-position: 0 -128px !important;
-webkit-animation-name: ani_go_loading;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
#sign_in_block .service_tabs_page {
padding: 5px 0px;
white-space: nowrap;
}
#sign_in_block .service_chooser {
list-style-type: none;
display: inline-block;
}
#sign_in_block .service_chooser li {
display: inline-block;
width: 24px;
height: 24px;
margin-left: 5px;
}
#sign_in_block .service_chooser a {
display: inline-block;
width: 24px;
height: 24px;
text-indent: -9999px;
border-radius: 3px;
background: transparent none no-repeat center center;
}
#sign_in_block .service_chooser a.selected {
box-shadow: 0 0 8px white;
}
#sign_in_block .service_chooser .twitter {
background-image: url(../image/ic24_twitter.png);
}
#sign_in_block .service_chooser .identica {
background-image: url(../image/ic24_identica.png);
}
#btn_welcome_prefs {
float: right;
}
#btn_welcome_delete_profile {
color: #f00 !important;
}
#btn_service_twitter {
background: transparent url(../image/ic16_twitter.png) no-repeat 5px center;
}
#btn_service_identica {
background: transparent url(../image/ic16_identica.png) no-repeat 5px center;
}
#sign_in_block p, #sign_in_block label, #sign_in_block h3 {
color: #ddd;
margin: 3px 0;
}
#sign_in_block h3 {
text-align: center;
}
#sign_in_block .entry {
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
color: white;
box-shadow: none !important;
}
#sign_in_block .profile_title {
height: 16px;
line-height: 16px;
font-size: 12px;
color: #EEE;
display: block;
text-align: left;
font-weight: bold;
text-shadow: 0 -1px 1px black;
}
#sign_in_block_body {
margin: 10px;
}
#btn_regain_token {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*===== Dialog ================================*/
#dialog_mask {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 10001;
background: rgba(0,0,0,0.5);
display: none;
overflow: hidden;
}
.dialog .entry {
width: 80%;
}
#profile_dlg .entry {
width: 95%;
}
#profile_dlg .dialog_header {
padding: 10px;
height: 48px;
}
#about_dlg .dialog_header, #error_dlg .dialog_header, #kismet_dialog .dialog_header {
padding: 10px;
height: 32px;
background: #777777 url(../image/mask.png);
}
#prefs_dlg .dialog_header, #status_box .dialog_header, #oauth_dlg .dialog_header, #list_attr_dlg .dialog_header, #add_to_list_dlg .dialog_header {
height: 0;
padding: 0;
display: none;
}
#about_dlg .dialog_footer, #oauth_dlg .dialog_footer, #profile_dlg .dialog_footer, #error_dlg .dialog_footer, #list_attr_dlg .dialog_footer {
padding: 10px;
height: 32px;
}
#prefs_dlg .dialog_footer, #status_box .dialog_footer, #add_to_list_dlg .dialog_footer {
padding: 0;
height: 0;
display: 0;
border: none;
}
/*===== Preferences Dialog ================================*/
#prefs_theme_preview {
width: 200px;
height: 124px;
border: 1px #CCC solid;
}
#prefs_font_preview {
text-align: center;
border: 1px #CCC solid;
padding: 10px 0;
height: 50px;
margin: 5px 0 20px 0;
overflow: auto;
width: 100%;
border-radius: 6px;
box-sizing: border-box;
}
/*===== Extensions Dialog ================================*/
#prefs_exts .option {
background: transparent url(../image/ic16_gear.png) center center no-repeat;
width: 28px;
}
/*===== Errors Dialog ================================*/
.error_item_header {
padding: 0 10px;
border: 1px #CCC solid;
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,white), color-stop(4%,#EEE), color-stop(100%,#DEDEDE));
height: 30px;
line-height: 30px;
text-shadow: 0 1px 1px white;
color: #555;
}
.error_item_time {
margin-right: 5px;
}
.error_item_body {
padding: 5px;
}
.error_item_techinfo {
margin-top: 5px;
}
.error_item_techinfo, .error_item_summary {
padding: 5px;
border: 1px #ccc solid;
}
/*===== Profile Dialog ================================*/
#profile_avatar {
}
#profile_stat * {
font-size: 10px;
}
.test_fail {
background-color: #e2c4b9 !important;
border-color: #febaa8 !important;
}
/*===== Kismet Dialog ================================*/
#kismet_dialog {
width: 600px;
margin: 0 auto;
}
#kismet_dialog .header {
padding: 20px;
background-color: #323232;
}
#kismet_dialog .body {
background-color: #fff;
height: 500px;
padding: 10px 20px;
}
#kismet_dialog .ctrl {
margin-bottom: 10px;
}
#kismet_dialog .rule_list {
border: 1px #ccc solid;
overflow-y: auto;
height: 300px;
}
#kismet_dialog .rule_list li {
position: relative;
display: block;
border-top:1px #ccc solid;
border-right:1px #ccc solid;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#kismet_dialog .rule_list li:last-child {
border-bottom:1px #ccc solid;
border-top: 1px #ccc solid;
}
#kismet_dialog .rule_list li:first-child {
border-top: 0;
}
#kismet_dialog .rule {
padding: 0px 15px;
display: block;
text-decoration: none;
color: #333;
height: 30px;
line-height: 30px;
font-size: 14px;
cursor: pointer;
}
#kismet_dialog .kismet_page {
display: none;
}
#kismet_dialog .ctrl .mochi_button {
vertical-align: middle;
}
#kismet_dialog .rule:hover {
background: lightgray;
}
#kismet_dialog .rule.selected {
background: -webkit-gradient(linear, left top, left bottom, from(#4C6CF5), to(#2048F3)) !important;
color: white;
}
#kismet_guide_dialog .sample_area {
background-color: white;
border: 1px #ccc solid;
font-size: 12px;
line-height: 20px;
}
#kismet_guide_dialog .sample_area *{
color: #333 !important;
background-color: white;
}
#kismet_guide_dialog .sample_area .tweet_fav_indicator {
display: none;
}
#kismet_guide_dialog .sample_area .text{
line-height: 2em;
}
#kismet_guide_dialog .sample_area .who_href,
#kismet_guide_dialog .sample_area .word,
#kismet_guide_dialog .sample_area .hash_href,
#kismet_guide_dialog .sample_area .tweet_source > a{
border: 1px #666 solid;
padding: 2px;
margin: 5px;
cursor: pointer;
}
#kismet_guide_dialog .sample_area .marked{
border: 1px red solid;
background-color: rgba(255,0,0, 0.3);
}
#kismet_quick_refs {
font-size: 11px;
}
#kismet_quick_refs a {
color: blue !important;
}
#kismet_quick_refs ul.docs {
height: 180px;
overflow: auto;
border: 1px #ccc solid;
padding: 5px;
}
#kismet_quick_refs h4 {
font-weight: bold;
padding: 3px 0px;
}
#kismet_quick_refs li{
margin: 5px 0;
}
#kismet_quick_refs li p {
padding-left: 5px;
}
#kismet_dialog .item_ctrl {
display: none;
background-color:#f2f2f2;
height: 30px;
text-align: right;
padding: 10px 30px;
}
#kismet_dialog .item_ctrl .mochi_button{
margin: 0 10px;
}
#kismet_dialog li.selected .item_ctrl {
display: block;
}
#kismet_color_list {
list-style-type: none;
}
#kismet_color_list li, #kismet_color_list a{
display: block;
height: 34px;
line-height: 34px;
color: #333;
}
#kismet_color_list li{
position: relative;
}
#kismet_color_list li:hover {
background-color: lightgray;
}
#kismet_color_list .cell {
content: " ";
display: block;
float: left;
border: 1px #333 solid;
width: 24px;
height: 24px;
position: absolute;
top: 4px;
bottom: 4px;
left: 4px;
}
#kismet_color_list a {
padding-left: 40px;
text-decoration: none;
}
/*===== ImageUploader Dialog ================================*/
#imageuploader_dlg {
}
#imageuploader_dlg .dialog_header {
height: 0px;
padding: 0;
border: none;
}
#imageuploader_dlg .dialog_body {
height: 500px;
}
#imageuploader_dlg .dialog_footer {
height: 30px;
padding: 10px;
}
#imageuploader_dlg .service_list {
list-style-type: none;
text-align: center;
font-size: 14px;
}
#imageuploader_dlg .service_list li {
display: inline-block;
margin: 0 5px;
}
#imageuploader_dlg .service {
display: inline-block;
padding: 5px;
text-decoration: none;
color: #333;
}
#imageuploader_dlg .service.selected {
background: #f2f2f2;
}
#imageuploader_dlg .service:hover {
background: #36c;
color: white;
}
#imageuploader_dlg .dragarea {
border: 4px #CCC dashed;
padding: 20px;
font-size: 20px;
min-height: 200px;
vertical-align: middle;
color: #888;
height: 250px;
}
#imageuploader_dlg .preview {
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
display: block;
margin-top: 20px;
height: 200px;
}
#imageuploader_dlg .message {
width: 95%;
height: 30px;
}
/*===== Previewer ================================*/
#previewer {
display: none;
opacity: 0;
padding: 10px;
background: rgba(0,0,0, 0.8);
position: absolute;
z-index: 500;
top: 50%;
left: 50%;
min-width: 64px;
min-height: 64px;
margin-left: -32px;
margin-top: -62px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
border-radius: 5px;
}
#previewer .image {
display: block;
margin: 0 auto;
height: 64px;
width: 64px;
}
#previewer .close {
display: block;
margin: 0 auto;
color: white;
text-decoration: none;
font-size: 14px;
font-weight: bold;
text-align: center;
height: 20px;
margin-top: 10px;
line-height: 20px;
}
/*===== Class styles ================================*/
.page {
margin: 0 auto;
height: 100%;
width: 100%;
}
.tweetview {
float: left;
width: 600px;
height: 100%;
overflow-y: hidden;
overflow-x: hidden;
font-size: 12px;
-webkit-transition: all .2s ease-in-out;
position: relative;
}
.tweetview .listview_content {
height: 100%;
overflow: hidden;
}
.tweetview .scrollbar_track {
z-index: 20;
margin: 10px 0px;
width: 10px;
padding: 0 3px;
}
.tweetview .listview_header {
font-size: 12px;
border: 0;
position: relative;
}
.tweetview .listview_footer {
display: none;
padding: 0 20px;
text-align: center;
}
.tweetview .listview_body {
padding: 0px 0px;
list-style-type: none;
border-left: 1px #ddd solid;
}
.vcard, .header_inner {
display: none;
font-size: 10px;
background-color: #f2f2f2;
border: #e5e5e5 solid 1px;
border-radius: 5px;
position: relative;
}
.vcard_tabs_page {
border: none;
border-collapse:collapse;
display: none;
}
.vcard_tabs_page td {
border: none;
text-align: left;
vertical-align: top;
height: 10px;
}
.vcard_tabs_page td:first-child {
text-align: left;
white-space: nowrap;
}
.load_more_info {
padding: 10px auto;
width: 80%;
display: inline-block;
}
.card {
padding: 5px 8px;
min-height: 50px;
position: relative;
border-top: 1px #ddd solid;
color: black;
}
.card:first-child {
border-top: 0;
}
.card.selected {
background-color: #f2f2f2;
}
.card > .tweet_selected_indicator {
position: absolute;
top: 0px;
left: 0px;
width: 1px;
bottom: 0px;
display: none;
}
.card.selected > .tweet_selected_indicator {
display: block;
}
.card > .deleted_mark {
position: absolute;
top: 10px;
right: 30px;
width: 64px;
height: 64px;
background: transparent url(../image/deleted_mark.png) no-repeat;
display: none;
-moz-transform: rotate(340deg);
-webkit-transform: rotate(340deg);
}
.card.deleted > .deleted_mark {
display: block;
}
.card.deleted a {
color: gray;
}
.card.deleted .text {
color: gray;
}
.card > .tweet_color_label {
position: absolute;
top: 0px;
left: 0px;
width: 5px;
bottom: 0px;
display: block;
}
.card > .tweet_fav_indicator {
position: absolute;
top: -1px;
left: 0px;
width: 32px;
height: 32px;
z-index: 10;
}
.card.faved > .tweet_fav_indicator{
background: transparent url(../image/tweet_fav_indicator.png) no-repeat 0 center;
}
.card .tweet_thread {
border-bottom: 0;
}
.card > span.shape {
content: "\00a0";
display: block; /* reduce the damage in FF3.0 */
position: absolute;
width:0;
height:0;
left: 56px; /* value = - border-left-width - border-right-width */
top: 22px;
border-style: solid;
border-width: 7px 7px 7px 7px; /* vary these values to change the angle of the vertex */
border-color: transparent transparent transparent transparent;
}
.card > span.shape_mask {
content: "\00a0";
display: block; /* reduce the damage in FF3.0 */
position: absolute;
width:0;
height:0;
left: 57px; /* value = - border-left-width - border-right-width */
top: 22px;
border-style: solid;
border-width: 7px 7px 7px 7px; /* vary these values to change the angle of the vertex */
border-color: transparent transparent transparent transparent;
}
.profile_img_wrapper {
display: block;
padding: 0px;
margin: 5px;
width: 48px;
height: 48px;
float: left;
position: relative;
background-image: none;
background-repeat: no-repeat;
background-size: contain;
}
.card_body {
margin: 0 0 0 66px;
padding: 0px 10px 0px 0px;
min-height: 50px;
position: relative;
}
.card_body > .who {
height: 20px;
line-height: 20px;
}
.card_body > .who > .who_href {
font-weight: bold;
font-size: 13px;
}
.card_body > .retweet_mark {
padding-left: 20px;
background: transparent url(../image/ic16_retweet_light.png) no-repeat;
background-position: 0 center;
}
.card_body a {
text-decoration: none;
}
.card_body > .text {
font-size: 12px;
line-height: 180%;
word-wrap: break-word;
}
.media_preview a {
margin: 2px 5px;
padding: 0;
display: inline-block;
}
.media_preview img {
padding:4px;
border:1px #ccc solid;
background:#fff;
margin:0;
height: 150px;
}
.tweet_meta {
left: 10px;
right: 5px;
font-size: 11px;
padding-top: 10px;
line-height: 10px;
}
.tweet_source {
height: 15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tweet_retweeters ul {
list-style: none;
}
.tweet_retweeters li {
display: inline-block;
padding: 3px;
}
.card_body .status_bar {
position: absolute;
height: 16px;
display: inline-block;
line-height: 16px;
bottom: 2px;
right: 2px;
}
.card_body .status_bar * {
display: inline-block;
background-position: left center;
}
.tweet_thread_info {
float: left;
margin-right: 10px;
}
.btn_tweet_thread {
float: left;
display: block;
height: 15px;
width: 15px;
background: transparent url(../image/fold.png) no-repeat;
}
.btn_tweet_thread.expand {
background-image: url(../image/expand.png);
}
.tweet_thread_wrapper {
margin-left: 65px;
display: none;
}
.tweet_thread {
border-top: 1px #ddd dashed;
list-style-type: none;
padding: 0px;
}
.tweet_thread > .card {
border-left:0;
border-right: 0;
border-style: dashed;
}
.tweet_thread_hint {
margin: 0 auto;
font-size: 12px;
padding: 3px 10px;
background: #fef6a8 none no-repeat 20px center;
border: 1px solid #fcfc19;
color: #990000;
border-radius: 3px;
}
.btn_tweet_thread_more {
padding: 3px 10px;
display: block;
text-align: center;
cursor: pointer;
}
.btn_tweet_thread_more:hover {
text-decoration: underline;
}
/* == Menus ==*/
#action_menu {
position: absolute;
left: 10%;
right: 10%;
top: 100px;
width: 80%;
z-index: 100011;
color: #fff;
display: none;
border-radius: 5px;
}
#action_menu_info{
background:-webkit-gradient(linear, left top, left bottom, from(#f6dcb5), to(#f3c889));
border: 1px #c4987d solid;
border-radius: 5px;
color: #502805;
padding: 10px;
font-size: 12px;
margin-bottom: 10px;
-webkit-box-shadow: 1px 1px 5px #333;
-moz-box-shadow: 1px 1px 5px #333;
box-shadow: 1px 1px 5px #333;
}
#action_menu ul {
list-style-type: none;
display: block;
margin: 0 50px;
}
#action_menu li > a {
font-size: 14px;
padding: 5px 20px;
}
#action_menu li > a.selected {
background: -webkit-gradient(linear, left top, left bottom, from(#4C6CF5), to(#2048F3));
color: white;
}
#context_menu {
position: absolute;
z-index: 100011;
display: none;
}
#context_menu ul:after {
border: none !important;
}
#context_menu ul {
display: block;
min-width: 150px;
}
#context_menu ul a {
font-size: 11px;
display: block;
}
#view_setting_menu {
position: absolute;
z-index: 100012;
display: none;
}
#view_setting_menu ul{
display: block;
min-width: 150px;
}
.dialog table {
width: 90%;
border-collapse: collapse;
margin: 0 auto;
}
th {
font-weight: bold;
border: 1px solid #ccc;
}
th.sub {
background-color: #f2f2f2 !important;
}
td {
text-align: left;
padding: 3px 10px 2px;
border: 1px solid #ccc;
}
.void_table {
frame: "void" !important;
width: 100% !important;
border: none;
}
.void_table td {
border: 0;
}
/* overwrite widgets styles*/
.entry {
border-radius: 0;
}
/*=====*/
.hint {
background: #FEF6A8 none no-repeat 20px center;
border: 1px solid #FCFC19;
color: #900;
padding: 5px 10px;
border-radius: 5px;
box-sizing: border-box;
margin-bottom: 10px;
}
.float_right {
float: right;
}
.clear {
clear: both;
}
.ic_hotot {
background: transparent url(../image/ic_hotot.png) no-repeat;
}
.ic_compose {
background: transparent url(../image/ic_compose.png) no-repeat;
}
.ic_add {
background: transparent url(../image/ic_add.png) no-repeat;
}
.ic_home {
background: transparent url(../image/ic_home.png) no-repeat;
}
.ic_mention {
background: transparent url(../image/ic_mention.png) no-repeat;
}
.ic_dm {
background: transparent url(../image/ic_dm.png) no-repeat;
}
.ic_fav {
background: transparent url(../image/ic_fav.png) no-repeat;
}
.ic_retweet {
background: transparent url(../image/ic_retweet.png) no-repeat;
}
.ic_people {
background: transparent url(../image/ic_people.png) no-repeat;
}
.ic_search {
background: transparent url(../image/ic_search.png) no-repeat;
}
.ic_gear {
background: transparent url(../image/ic16_gear.png) no-repeat;
}
.ic_close {
background: transparent url(../image/ic16_close.png) no-repeat;
}
.ic_clear_text {
background: transparent url(../image/ic16_clear_text.png) no-repeat;
}
.ic_ext {
background: transparent url(../image/ic16_ext.png) no-repeat;
}
.ic_delete {
background: transparent url(../image/ic16_delete.png) no-repeat;
}
Hotot-0.9.8.14/data/ext/ 0000775 0000000 0000000 00000000000 12142171256 0014562 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/ext/ext.js 0000664 0000000 0000000 00000024443 12142171256 0015727 0 ustar 00root root 0000000 0000000 if (typeof ext == 'undefined') var ext = {};
ext = {
builtins: [
, 'org.hotot.cfw'
, 'org.hotot.gmap'
, 'org.hotot.sample'
, 'org.hotot.shorturl'
, 'org.hotot.expandurls'
, 'org.hotot.translate'
, 'org.hotot.stat'
, 'org.hotot.appmask'
, 'org.hotot.imghp'
],
extras: [],
ADD_TWEETS_LISTENER: 0x01,
// callback(tweets, pagename);
ADD_TWEETS_LISTENER_AFTER: 0x02,
// callback(tweets, pagename);
FORM_TWEET_LISTENER: 0x03,
// callback(tweet, pagename);
FORM_TWEET_LISTENER_AFTER: 0x04,
// callback(tweet, pagename, result_html);
FORM_TWEET_TEXT_LISTENER: 0x05,
// callback(text);
FORM_TWEET_TEXT_LISTENER_AFTER: 0x06,
// callback(text);
FORM_TWEET_STATUS_INDICATOR_LISTENER: 0x07,
// callback(text);
// listeners: {listener_type: [callbacks ... ], ... };
listeners: {},
exts_info: {},
exts_enabled: [],
extra_exts_path: {},
prefs: null,
init:
function init() {
ext.prefs = window.openDatabase('hotot.exts_prefs', '', 'Preferences of extensions', 10);
// listeners: {listener_type: [callbacks ... ], ... };
for (var i = 0x01; i < 0xff; i += 0x01) {
ext.listeners[i] = [];
}
var ui_main_add_tweets = ui.Main.add_tweets;
ui.Main.add_tweets = function _add_tweets(view, tweet_obj, reversion, ignore_kismet) {
var cbs = ext.listeners[ext.ADD_TWEETS_LISTENER];
var cbs_after = ext.listeners[ext.ADD_TWEETS_LISTENER_AFTER];
for (var i = 0, l = cbs.length; i < l; i += 1) {
cbs[i](tweet_obj, view);
}
var ret = ui_main_add_tweets(view, tweet_obj, reversion, ignore_kismet);
for (var i = 0, l = cbs_after.length; i < l; i += 1) {
cbs_after[i](tweet_obj, view);
}
return ret;
};
var ui_template_form_tweet = ui.Template.form_tweet;
ui.Template.form_tweet = function _form_tweet(tweet_obj, pagename, in_thread) {
var cbs = ext.listeners[ext.FORM_TWEET_LISTENER];
var cbs_after = ext.listeners[ext.FORM_TWEET_LISTENER_AFTER];
for (var i = 0, l = cbs.length; i < l; i += 1) {
cbs[i](tweet_obj, pagename, in_thread);
}
var result_html = ui_template_form_tweet(tweet_obj, pagename, in_thread);
for (var i = 0, l = cbs_after.length; i < l; i += 1) {
result_html = cbs_after[i](tweet_obj, pagename, result_html, in_thread);
}
return result_html;
};
var ui_template_form_status_indicators
= ui.Template.form_status_indicators;
ui.Template.form_status_indicators = function _form_status_indicators(tweet, text) {
var cbs = ext.listeners[ext.FORM_TWEET_STATUS_INDICATOR_LISTENER];
text = '';
for (var i = 0, l = cbs.length; i < l; i += 1) {
text = cbs[i](tweet, text);
}
return text;
};
var ui_template_form_text = ui.Template.form_text;
ui.Template.form_text = function _form_text(text) {
var cbs = ext.listeners[ext.FORM_TWEET_TEXT_LISTENER];
var cbs_after = ext.listeners[ext.FORM_TWEET_TEXT_LISTENER_AFTER];
for (var i = 0, l = cbs.length; i < l; i += 1) {
cbs[i](text);
}
text = ui_template_form_text(text);
for (var i = 0, l = cbs_after.length; i < l; i += 1) {
text = cbs_after[i](text);
}
return text;
};
},
init_exts:
function init_exts() {
// extra extension's directory name must match it's id
for (var i = 0, l = ext.extras.length; i < l; i++) {
var path = ext.extras[i].replace(/\/entry.js$/, "");
var id = path.match("[^/]+$");
ext.extra_exts_path[id] = path;
}
for (var key in ext) {
// Extension package MUST be Capital
// and MUST have two methods named 'enable' and 'disable'
if (65 <= key.charCodeAt(0)
&& key.charCodeAt(0) <= 90
&& typeof ext[key].enable == 'function'
&& typeof ext[key].disable == 'function') {
var extension = ext[key];
var icon;
if (typeof extension.icon == 'undefined') {
icon = 'image/ic64_exts.png';
} else {
if (ext.extra_exts_path[extension.id]) {
icon = ext.extra_exts_path[extension.id] + '/' + extension.icon;
} else {
icon = 'ext/' + extension.id + '/' + extension.icon;
}
}
if (!ext.exts_info.hasOwnProperty(extension.id)) {
ext.exts_info[extension.id] = {}
}
ext.exts_info[extension.id].name= extension.name;
ext.exts_info[extension.id].description= extension.description;
ext.exts_info[extension.id].version= extension.version;
ext.exts_info[extension.id].author= extension.author;
ext.exts_info[extension.id].url= extension.url;
ext.exts_info[extension.id].icon= icon;
ext.exts_info[extension.id].has_options= typeof extension.options != 'undefined';
ext.exts_info[extension.id].extension=extension;
ext.exts_info[extension.id].enable = false;
hotot_log('Init Extension', extension.name);
}
}
},
enable_ext:
function enable_ext(id){
try{
ext.exts_info[id].extension.enable();
ext.exts_info[id]['enable'] = true;
} catch (e) {
hotot_log('error:enable_ext()', e)
}
},
disable_ext:
function disable_ext(id){
try{
ext.exts_info[id].extension.disable();
ext.exts_info[id]['enable'] = false;
} catch (e) {
hotot_log('error:disable_ext()', e)
}
},
config_ext:
function config_ext(id) {
try {
ext.exts_info[id].extension.options();
} catch (e) {
hotot_log('error:config_ext()', e)
}
},
load_builtin_exts:
function load_builtin_exts(callback) {
var path_arr = [];
for (var i in ext.builtins) {
path_arr.push('./ext/' + ext.builtins[i] + '/entry.js');
}
ext.load_exts('builtin', path_arr, callback);
},
load_exts:
function load_exts(type, exts, callback) {
var procs = [];
var _load = function (idx) {
var path = exts[idx];
procs.push(function () {
var script = document.createElement("script");
script.src = path;
script.type = "text/javascript";
script.onload = function() {
hotot_log('Load Extension', path);
$(window).dequeue('_load_exts' + type);
};
document.body.appendChild(script);
});
};
for (var i = 0, l = exts.length; i < l; i += 1) {
_load(i)
}
procs.push(callback);
$(window).queue('_load_exts' + type, procs);
$(window).dequeue('_load_exts' + type);
},
register_listener:
function register_listener(type, callback) {
if (ext.listeners.hasOwnProperty(type)) {
if (! (callback in ext.listeners[type])) {
ext.listeners[type].push(callback);
}
}
},
unregister_listener:
function unregister_listener(type, callback) {
if (ext.listeners.hasOwnProperty(type)) {
var idx = ext.listeners[type].indexOf(callback);
if (idx != -1) {
ext.listeners[type].splice(idx, 1);
}
}
},
add_exts_menuitem:
function add_exts_menuitem(id, icon, label, callback) {
var ext_id = icon.match('^[^/]+');
var icon_path;
if (ext.extra_exts_path[ext_id]) {
icon_path = ext.extra_exts_path[ext_id].replace(/[^\/]+$/, '') + icon;
} else {
icon_path = 'ext/' + icon;
}
$('#exts_menu').append(''+label+'');
$('#exts_menu .'+id).click(callback);
},
remove_exts_menuitem:
function remove_exts_menuitem(id) {
var a= $('#exts_menu .'+id)
a.unbind('click');
var li = a.parent();
li.remove();
},
add_context_menuitem:
function add_context_menuitem(id, label, select_only , callback) {
var item_class = select_only ? id + ' select_only': id;
$('#context_menu > ul').append(''+label+'');
$('#context_menu .'+id).click(callback);
},
remove_context_menuitem:
function remove_context_menuitem(id) {
var a = $('#context_menu .'+id);
a.unbind('click');
var li = a.parent();
li.remove();
},
add_tweet_more_menuitem:
function add_tweet_more_menuitem(id, label, type , callback) {
$('#tweet_more_menu').append('');
$('#ext_tweet_'+id).click(function() {
return callback(ui.Main.active_tweet_id);
});
},
remove_tweet_more_menuitem:
function add_tweet_more_menuitem(id) {
var a = $('#ext_tweet_' + id);
a.unbind('click');
var li = a.parent();
li.remove();
}
};
ext.Preferences = function (prefs_name) {
function init(prefs_name) {
ext.prefs.transaction(function (tx) {
tx.executeSql('CREATE TABLE IF NOT EXISTS "'+prefs_name+'" ("name" CHAR(64) PRIMARY KEY NOT NULL UNIQUE , "val" TEXT NOT NULL )', []);
});
}
function get(key, callback) {
var _this = this;
ext.prefs.transaction(function (tx) {
tx.executeSql('SELECT name, val FROM "'+ _this.name+'" WHERE name=?', [key],
function (tx, rs) {
if (callback) {
var val = null;
if (rs.rows.length != 0) {
val = JSON.parse(rs.rows.item(0).val);
}
callback(key, val);
}
},
function (tx, error) {
hotot_log('EXT', 'sql:'+ error.message);
});
});
}
function set(key, val, callback) {
val = JSON.stringify(val);
var _this = this;
ext.prefs.transaction(function (tx) {
tx.executeSql('INSERT or REPLACE INTO "'+ _this.name+'" VALUES (?, ?)', [key, val],
function (tx, rs) {
if (callback) {
callback(key, val);
}
},
function (tx, error) {
hotot_log('EXT', 'sql:'+ error.message);
});
});
}
this.name = prefs_name;
this.set = set;
this.get = get;
init(prefs_name);
return this;
}
Hotot-0.9.8.14/data/ext/org.hotot.appmask/ 0000775 0000000 0000000 00000000000 12142171256 0020140 5 ustar 00root root 0000000 0000000 Hotot-0.9.8.14/data/ext/org.hotot.appmask/entry.js 0000664 0000000 0000000 00000007550 12142171256 0021646 0 ustar 00root root 0000000 0000000 if (typeof ext == 'undefined') var ext = {};
ext.AppMask = {
id: 'org.hotot.appmask',
name: 'AppMask',
description: 'Change your source application name.',
version: '0.3',
author: 'Xu Zhen',
icon: "icon.png",
url: 'https://github.com/xnreformer/hotot-exts',
prefs: {
"consumer_key": conf.vars.consumer_key,
"consumer_secret": conf.vars.consumer_secret
},
def_prefs: {
"consumer_key": conf.vars.consumer_key,
"consumer_secret": conf.vars.consumer_secret
},
db: null,
open_option_dialog:
function open_option_dialog() {
var title = 'App Setting';
var body = ''+
''+
'- '+
'Visit https://dev.twitter.com/apps and create your own application'+
'
'+
'- '+
'Paste consumer key & secret here:'+
''+
'
'+
'- '+
'Clean old token & reauthorize'+
'
'+
'
';
ext.AppMask.option_dialog = widget.DialogManager.build_dialog(
'#ext_hotot_appmask_opt_dialog', title, '', body, [
{id:'#ext_btn_appmask_reset', label: 'Reset', click: ext.AppMask.on_btn_reset_clicked},
{id:'#ext_btn_appmask_save', label: 'Save', click: ext.AppMask.on_btn_save_prefs_clicked}
]);
ext.AppMask.option_dialog.set_styles('header', {'display': 'none', 'height': '0'});
ext.AppMask.option_dialog.resize(400, 280);
$("#ext_btn_appmask_reset").css("padding-right", "10px");
var prefs = ext.AppMask.prefs;
for (var key in prefs) {
$('#ext_hotot_appmask_' + key).val(prefs[key]);
}
ext.AppMask.option_dialog.open();
},
on_btn_reset_clicked:
function on_btn_reset_clicked() {
var prefs = ext.AppMask.def_prefs;
for (var key in prefs) {
$('#ext_hotot_appmask_' + key).val(prefs[key]);
}
},
on_btn_save_prefs_clicked:
function on_btn_save_prefs_clicked() {
var prefs = {
"consumer_key": "",
"consumer_secret": ""
};
for (var key in prefs) {
var value = $('#ext_hotot_appmask_' + key).val();
if (value) {
prefs[key] = value;
} else {
toast.set("Please fill the " + key.replace("_", " ") + " field").show();
$('#ext_hotot_appmask_' + key).focus();
return;
}
}
ext.AppMask.prefs = prefs;
ext.AppMask.db.set('prefs', JSON.stringify(prefs));
ext.AppMask.option_dialog.close();
ext.AppMask.option_dialog = null;
},
enable:
function enable() {
var key = ext.AppMask.prefs.consumer_key;
var secret = ext.AppMask.prefs.consumer_secret;
if (key && secret) {
conf.vars.consumer_key = globals.twitterClient.oauth.key = key;
conf.vars.consumer_secret = globals.twitterClient.oauth.secret = secret;
}
},
disable:
function disable() {
var key = ext.AppMask.def_prefs.consumer_key;
var secret = ext.AppMask.def_prefs.consumer_secret;
conf.vars.consumer_key = globals.twitterClient.oauth.key = key;
conf.vars.consumer_secret = globals.twitterClient.oauth.secret = secret;
},
options:
function options() {
ext.AppMask.open_option_dialog();
},
}
ext.AppMask.db = new ext.Preferences(ext.AppMask.id);
ext.AppMask.db.get('prefs', function(key, val) {
if (val) {
var prefs = JSON.parse(val);
if (prefs.consumer_key != null) {
ext.AppMask.prefs.consumer_key = prefs.consumer_key;
}
if (prefs.consumer_secret != null) {
ext.AppMask.prefs.consumer_secret = prefs.consumer_secret;
}
}
});
Hotot-0.9.8.14/data/ext/org.hotot.appmask/icon.png 0000664 0000000 0000000 00000013364 12142171256 0021605 0 ustar 00root root 0000000 0000000 PNG
IHDR @ @ iq bKGD pHYs tIMEe@ IDATxiequι[YI!EQ"ia(-LĎbc AQF$Fd#-kGȖ%Z(2Pz{zy]Βuϐΰr\\;NտUG<5P omjv?/I
! A @=DzլD'D @9IJd%8o_3οQx-%)Ec"86hPFDP!̄(L,(qn&W-3 ^